Skip to content

Commit

Permalink
Update to new StatsFuns and FillArrays (#46)
Browse files Browse the repository at this point in the history
* Update to new StatsFuns and FillArrays

* Update Project.toml
  • Loading branch information
matthieugomez authored May 27, 2022
1 parent 8983944 commit 9904c7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "InteractiveFixedEffectModels"
uuid = "80307280-efb2-5c5d-af8b-a9c15821677b"
version = "1.1.5"
version = "1.1.6"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -20,16 +20,16 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Vcov = "ec2bfdc2-55df-4fc9-b9ae-4958c2cf2486"

[compat]
DataFrames = "0.21, 0.22, 1.0"
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12"
DataFrames = "0.21, 0.22, 1"
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13"
FixedEffectModels = "1.5"
FixedEffects = "2"
GroupedArrays = "0.3"
LeastSquaresOptim = "0.7, 0.8"
Reexport = "0.2, 1.0"
Reexport = "0.2, 1"
StatsBase = "0.33"
StatsModels = "0.6"
StatsFuns = "0.9"
StatsFuns = "0.9, 1"
Tables = "1"
Vcov = "0.5"
julia = "1.3"
Expand Down

2 comments on commit 9904c7d

@matthieugomez
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/61182

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.1.6 -m "<description of version>" 9904c7df86f73eb8b1fdbfdf50d82e5ab181199f
git push origin v1.1.6

Please sign in to comment.