Skip to content

Commit

Permalink
CompatHelper: bump compat for Turing to 0.34, (keep existing compat) (#…
Browse files Browse the repository at this point in the history
…144)

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

* fix: compat bounds

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Jose Storopoli <[email protected]>
  • Loading branch information
3 people authored Sep 6, 2024
1 parent ac0c419 commit 8f65385
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TuringGLM"
uuid = "0004c1f4-53c5-4d43-a221-a1dac6cf6b74"
authors = ["Jose Storopoli <[email protected]>", "Rik Huijzer <[email protected]>", "contributors"]
version = "2.11.0"
version = "2.12.0"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand All @@ -21,13 +21,13 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
[compat]
Distributions = "0.25.42"
GLM = "1.5"
LazyArrays = "0.22, 1, 2"
LazyArrays = "0.22 - 2"
MixedModels = "4.5"
Reexport = "1.2"
Statistics = "1.6"
StatsBase = "0.33, 0.34"
StatsModels = "0.6.28, 0.7"
StatsBase = "0.33 - 34"
StatsModels = "0.6.28 - 0.7"
TableOperations = "1.2"
Tables = "1.6"
Turing = "0.20 - 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33"
Turing = "0.20 - 0.34"
julia = "1"

2 comments on commit 8f65385

@storopoli
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/114665

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 v2.12.0 -m "<description of version>" 8f65385abb88aa626f312612964a6347281c110c
git push origin v2.12.0

Please sign in to comment.