Skip to content

Commit

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

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

* CompatHelper: bump compat for StatsBase to 0.34 for package test, (keep existing compat) (#1986)

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

* Update Project.toml

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hong Ge <[email protected]>
  • Loading branch information
3 people committed Jun 6, 2023
1 parent fb7da8d commit 861ae37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name = "Turing"
uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0"
version = "0.25.1"
version = "0.25.2"


[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand Down Expand Up @@ -60,7 +61,7 @@ Requires = "0.5, 1.0"
SciMLBase = "1.37.1"
Setfield = "0.8, 1"
SpecialFunctions = "0.7.2, 0.8, 0.9, 0.10, 1, 2"
StatsBase = "0.32, 0.33"
StatsBase = "0.32, 0.33, 0.34"
StatsFuns = "0.8, 0.9, 1"
Tracker = "0.2.3"
julia = "1.7"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ PDMats = "0.10, 0.11"
ReverseDiff = "1.4.2"
SpecialFunctions = "0.10.3, 1, 2"
StableRNGs = "1"
StatsBase = "0.33"
StatsBase = "0.33, 0.34"
StatsFuns = "0.9.5, 1"
TimerOutputs = "0.5"
Tracker = "0.2.11"
Expand Down

2 comments on commit 861ae37

@yebai
Copy link
Member

@yebai yebai commented on 861ae37 Jun 6, 2023

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

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.25.2 -m "<description of version>" 861ae37ec67e57cda83ff5a85c063a624718b167
git push origin v0.25.2

Please sign in to comment.