Skip to content

Commit

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

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

* Update Project.toml

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Jose Storopoli <[email protected]>
  • Loading branch information
3 people authored Nov 30, 2024
1 parent 81d6705 commit f11ac85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ StatsBase = "0.33 - 34"
StatsModels = "0.6.28 - 0.7"
TableOperations = "1.2"
Tables = "1.6"
Turing = "0.20 - 0.34"
Turing = "0.20 - 0.35"
julia = "1"

2 comments on commit f11ac85

@rikhuijzer
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Updated dependencies and fixed a bug for the Bernoulli mixed model.

@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/120427

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.1 -m "<description of version>" f11ac85daf755f453abe5be774e6cffb04172010
git push origin v2.12.1

Also, note the warning: Version 2.12.1 skips over 2.12.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.

Please sign in to comment.