Skip to content

Commit

Permalink
Bump MCMCChains and Turing compats (#170)
Browse files Browse the repository at this point in the history
* Bump MCMCChains compat

* Bump Turing compats

* Increment patch number
  • Loading branch information
sethaxen authored Dec 1, 2023
1 parent 9d8a708 commit 5a43c89
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Pathfinder"
uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454"
authors = ["Seth Axen <seth.axen@gmail.com> and contributors"]
version = "0.7.8"
version = "0.7.9"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down Expand Up @@ -44,7 +44,7 @@ ForwardDiff = "0.10"
IrrationalConstants = "0.1.1, 0.2"
LinearAlgebra = "1.6"
LogDensityProblems = "2"
MCMCChains = "5"
MCMCChains = "5, 6"
Optim = "1.4"
Optimization = "3"
OptimizationOptimJL = "0.1"
Expand All @@ -57,7 +57,7 @@ SciMLBase = "1.8.1, 2"
Statistics = "1.6"
StatsBase = "0.33, 0.34"
Transducers = "0.4.5"
Turing = "0.24, 0.25, 0.26, 0.27"
Turing = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29"
UnPack = "1"
julia = "1.6"

Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ StatsFuns = "0.9, 1"
StatsPlots = "0.14, 0.15"
TransformVariables = "0.6, 0.7, 0.8"
TransformedLogDensities = "1"
Turing = "0.24, 0.25, 0.26, 0.27"
Turing = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29"
2 changes: 1 addition & 1 deletion test/integration/Turing/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[compat]
Pathfinder = "0.5, 0.6, 0.7"
Turing = "0.24, 0.25, 0.26, 0.27"
Turing = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29"
julia = "1.6"

2 comments on commit 5a43c89

@sethaxen
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/96317

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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.7.9 -m "<description of version>" 5a43c898960e6540c08b9b9771ba5379234fac86
git push origin v0.7.9

Please sign in to comment.