Skip to content

Commit

Permalink
Support LogDensityProblems 1 (#1883)
Browse files Browse the repository at this point in the history
  • Loading branch information
devmotion authored Aug 30, 2022
1 parent ba33e48 commit 2d41f09
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.21.11"
version = "0.21.12"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down Expand Up @@ -49,7 +49,7 @@ DynamicPPL = "0.20"
EllipticalSliceSampling = "0.5, 1"
ForwardDiff = "0.10.3"
Libtask = "0.6.7, 0.7"
LogDensityProblems = "0.12"
LogDensityProblems = "0.12, 1"
MCMCChains = "5"
NamedArrays = "0.9"
Reexport = "0.2, 1"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ DynamicHMC = "2.1.6, 3.0"
DynamicPPL = "0.20"
FiniteDifferences = "0.10.8, 0.11, 0.12"
ForwardDiff = "0.10.12"
LogDensityProblems = "0.12"
LogDensityProblems = "0.12, 1"
MCMCChains = "5"
NamedArrays = "0.9.4"
Optim = "0.22, 1.0"
Expand Down

2 comments on commit 2d41f09

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

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.21.12 -m "<description of version>" 2d41f09ee615e51e97c55b572a893ad4bd93a735
git push origin v0.21.12

Please sign in to comment.