Skip to content

Commit

Permalink
added compat entry for ForwardDiff
Browse files Browse the repository at this point in the history
  • Loading branch information
torfjelde committed Feb 27, 2024
1 parent 71d3029 commit 0dde550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ AbstractMCMC = "5"
BenchmarkTools = "1"
BridgeStan = "2"
DynamicPPL = "0.24.7"
ForwardDiff = "0.10.3"
LogDensityProblems = "2"
LogDensityProblemsAD = "1"
PrettyTables = "2"
Expand Down

4 comments on commit 0dde550

@torfjelde
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 register

Release notes:

Breaking changes

  • Replaced dependence on Turing.jl with dependence on DynamicPPL.jl v0.24.7.

@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 updated: JuliaRegistries/General/101791

Tagging

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.5.0 -m "<description of version>" 0dde5502f0cb4edaf5af335dbb577d6288d22039
git push origin v0.5.0

Also, note the warning: Version 0.5.0 skips over 0.4.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

@torfjelde
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 register

Release notes:

Breaking changes

  • Replaced dependence on Turing.jl with dependence on DynamicPPL.jl v0.24.7.

@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 updated: JuliaRegistries/General/101791

Tagging

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.5.0 -m "<description of version>" 0dde5502f0cb4edaf5af335dbb577d6288d22039
git push origin v0.5.0

Please sign in to comment.