Skip to content

Commit

Permalink
CompatHelper: bump compat for Turing to 0.30 for package Turing, (kee…
Browse files Browse the repository at this point in the history
…p existing compat) (#174)

* CompatHelper: bump compat for Turing to 0.30 for package Turing, (keep existing compat)

* Bump Turing compat for extension module

* Bump Turing compat for docs

* Bump AdvancedHMC compat for docs

* Increment patch number

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Seth Axen <[email protected]>
  • Loading branch information
3 people authored Dec 20, 2023
1 parent 2f8e8df commit 26641dc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 <[email protected]> and contributors"]
version = "0.8.0"
version = "0.8.1"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down Expand Up @@ -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, 0.28, 0.29"
Turing = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30"
UnPack = "1"
julia = "1.6"

Expand Down
4 changes: 2 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TransformedLogDensities = "f9bc47f6-f3f8-4f3b-ab21-f8bc73906f26"
Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"

[compat]
AdvancedHMC = "0.4, 0.5"
AdvancedHMC = "0.4, 0.5, 0.6"
Documenter = "1"
DynamicHMC = "3"
ForwardDiff = "0.10"
Expand All @@ -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, 0.28, 0.29"
Turing = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30"
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, 0.8"
Turing = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29"
Turing = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30"
julia = "1.6"

2 comments on commit 26641dc

@sethaxen
Copy link
Member

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/97458

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.8.1 -m "<description of version>" 26641dcb039dec278607424c098bfb3f2c175ebc
git push origin v0.8.1

Please sign in to comment.