Skip to content

Commit

Permalink
Add Distributions 0.24 (#199)
Browse files Browse the repository at this point in the history
bors try

Co-authored-by: David Widmann <[email protected]>
  • Loading branch information
devmotion and devmotion committed Nov 27, 2020
1 parent 6ac3922 commit 065ba38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "DynamicPPL"
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
version = "0.10.0"
version = "0.10.1"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand All @@ -15,7 +15,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
AbstractMCMC = "2"
Bijectors = "0.5.2, 0.6, 0.7, 0.8"
ChainRulesCore = "0.9.7"
Distributions = "0.23.8"
Distributions = "0.23.8, 0.24"
MacroTools = "0.5.1"
NaturalSort = "1"
julia = "1.3"
6 changes: 2 additions & 4 deletions bors.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ status = [
"test (1.%, windows-latest, x64, 1)",
"test (1.%, windows-latest, x64, 2)",
"test (1, windows-latest, x64, 1)",
"test (1, windows-latest, x64, 2)",
"test (1.%, windows-latest, x64, 1)",
"test (1.%, windows-latest, x64, 2)"
"test (1, windows-latest, x64, 2)"
]
delete_merged_branches = true
# Require at least on approval of a project member.
Expand All @@ -25,4 +23,4 @@ required_approvals = 1
use_squash_merge = true
# Uncomment this to use a two hour timeout.
# The default is one hour.
#timeout_sec = 7200
#timeout_sec = 7200
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ AdvancedMH = "0.5.2"
AdvancedVI = "0.1"
BangBang = "0.3"
Bijectors = "0.8.2"
Distributions = "0.23.8"
Distributions = "0.23.8, 0.24"
DistributionsAD = "0.6.3"
DocStringExtensions = "0.8.2"
EllipticalSliceSampling = "0.3"
Expand Down

2 comments on commit 065ba38

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

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.10.1 -m "<description of version>" 065ba38af29135b7b520b0663a57852062e47287
git push origin v0.10.1

Please sign in to comment.