Skip to content

Commit

Permalink
Expanded [compat] for SpecialFunctions and StatsBase
Browse files Browse the repository at this point in the history
  • Loading branch information
mossr committed Jan 15, 2021
1 parent 818baa2 commit 19aebfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"

[compat]
DataStructures = "0.10,0.11,0.12,0.13,0.14,0.15,0.16,0.17,0.18"
SpecialFunctions = "0,1" # was >= 0.6, tested with 0.10. Every new release seems to increment by 0.1
StatsBase = "0,1" # was >= 0.24, tested with 0.32. Every new release seems to increment by 0.1
DataStructures = "0.10,0.11,0.12,0.13,0.14,0.15,0.16,0.17,0.18,0.19"
SpecialFunctions = "0.6,0.7,0.8,0.9,1.0,1.1,1.2" # was >= 0.6, tested with 0.10. Every new release seems to increment by 0.1
StatsBase = "0.24,0.25,0.26,0.27,0.28,0.29,0.30,0.31,0.32,0.33" # was >= 0.24, tested with 0.33. Every new release seems to increment by 0.1
julia = "0.7,1"

[extras]
Expand Down

2 comments on commit 19aebfd

@mossr
Copy link
Member Author

@mossr mossr commented on 19aebfd Jan 15, 2021

Choose a reason for hiding this comment

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

@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/27997

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 v3.2.1 -m "<description of version>" 19aebfd4113b7a55942ef9200a1815133606559c
git push origin v3.2.1

Please sign in to comment.