Skip to content

Commit

Permalink
update DataStructures support
Browse files Browse the repository at this point in the history
  • Loading branch information
mykelk authored Dec 6, 2020
1 parent 91de605 commit 818baa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Discretizers"
uuid = "6e83dbb3-75ca-525b-8ae2-3751f0dd50b4"
repo = "https://github.com/sisl/Discretizers.jl"
version = "3.2.0"
version = "3.2.1"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -10,7 +10,7 @@ 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" # tested on 0.10 and 0.17
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
julia = "0.7,1"
Expand Down

2 comments on commit 818baa2

@mykelk
Copy link
Member Author

@mykelk mykelk commented on 818baa2 Dec 6, 2020

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/25910

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>" 818baa29dacf6ff1a50c863cb00e5754b9cff5d6
git push origin v3.2.1

Please sign in to comment.