-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "DynamicHMC" | ||
uuid = "bbc10e6e-7c05-544b-b16e-64fede858acb" | ||
authors = ["Tamas K. Papp <[email protected]>"] | ||
version = "1.0.5" | ||
version = "1.0.6" | ||
|
||
[deps] | ||
ArgCheck = "dce04be8-c92d-5529-be00-80e4d2c0e197" | ||
|
@@ -29,4 +29,4 @@ test = ["Distributions", "Documenter", "ForwardDiff", "MCMCDiagnostics", "StatsB | |
|
||
[compat] | ||
julia = "1" | ||
LogDensityProblems = "≥ 0.8.0" | ||
LogDensityProblems = "^0.8.0" |
991fac3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register()
Release notes:
Bound LogDensityProblems, fixes #51.
991fac3
There was a problem hiding this comment.
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/2317
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 Julia TagBot is installed, or can be done manually through the github interface, or via:
991fac3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi Tamas. Given that this has not updated yet, I was wondering if something went wrong during registration. I am still stuck at
v1.0.5
and receive the following error.991fac3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was merged to the registry. Downgrade manually to LogDensityProblems 0.8.3, then update DynamicHMC to 1.0.6, then you can free LogdensityProblems. Hope this helps.
991fac3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. After I update DynamicHMC to v1.0.6 and free LogDensityProblems, any updates will revert to the incompatible versions. I'm guessing that is not intended?
991fac3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, it isn't. Please pin them then. Cf
https://tamaspapp.eu/post/2019-07-25-psa-dhmc-api-change/
991fac3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will do. Thanks for the info.