Skip to content

Commit

Permalink
Add support for Distributions 0.24 (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Dec 3, 2020
1 parent 353c24f commit abda5f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Turing"
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
version = "0.15.0"
version = "0.15.1"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down Expand Up @@ -38,7 +38,7 @@ AdvancedMH = "0.5.2"
AdvancedVI = "0.1"
BangBang = "0.3"
Bijectors = "0.8"
Distributions = "0.23.3"
Distributions = "0.23.3, 0.24"
DistributionsAD = "0.6"
DocStringExtensions = "0.8"
DynamicPPL = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ AdvancedMH = "0.5.2"
AdvancedVI = "0.1"
Clustering = "0.14"
CmdStan = "6.0.8"
Distributions = "0.23.8"
Distributions = "0.23.8, 0.24"
DistributionsAD = "0.6.3"
DynamicHMC = "2.1.6"
DynamicPPL = "0.10.0"
Expand Down

2 comments on commit abda5f7

@devmotion
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
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/25739

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 v0.15.1 -m "<description of version>" abda5f7fd0215f3bbbd2693f7fcbbd0a2c3e2471
git push origin v0.15.1

Please sign in to comment.