Skip to content

Commit

Permalink
CompatHelper: bump compat for StatsFuns to 1, (keep existing compat) (#…
Browse files Browse the repository at this point in the history
…1823)

* CompatHelper: bump compat for StatsFuns to 1, (keep existing compat)

* CompatHelper: bump compat for StatsFuns to 1 for package test, (keep existing compat) (#1824)

Co-authored-by: CompatHelper Julia <[email protected]>

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored May 12, 2022
1 parent f24791b commit c2124c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Turing"
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
version = "0.21.1"
version = "0.21.2"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down Expand Up @@ -56,7 +56,7 @@ Requires = "0.5, 1.0"
SciMLBase = "1.8.1"
SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1, 2"
StatsBase = "0.32, 0.33"
StatsFuns = "0.8, 0.9"
StatsFuns = "0.8, 0.9, 1"
Tracker = "0.2.3"
ZygoteRules = "0.2"
julia = "1.6"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ ReverseDiff = "1.4.2"
SpecialFunctions = "0.10.3, 1, 2"
StableRNGs = "1"
StatsBase = "0.33"
StatsFuns = "0.9.5"
StatsFuns = "0.9.5, 1"
TimerOutputs = "0.5"
Tracker = "0.2.11"
Zygote = "0.5.4, 0.6"
Expand Down

2 comments on commit c2124c7

@devmotion
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/60109

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.21.2 -m "<description of version>" c2124c7e024f095fda790068c879da0188eef54f
git push origin v0.21.2

Please sign in to comment.