Skip to content

Commit

Permalink
CompatHelper: add new compat entry for Statistics at version 1, (keep…
Browse files Browse the repository at this point in the history
… existing compat) (#1793)

Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org>
  • Loading branch information
github-actions[bot] and CompatHelper Julia authored Nov 3, 2023
1 parent e666d74 commit 277f0ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13, 1"
PDMats = "0.10, 0.11"
QuadGK = "2"
SpecialFunctions = "1.2, 2"
Statistics = "1"
StatsAPI = "1.6"
StatsBase = "0.32, 0.33, 0.34"
StatsFuns = "0.9.15, 1"
Expand Down

2 comments on commit 277f0ab

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

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.103 -m "<description of version>" 277f0ab8d68c70101274970a80b6af10156b1d5a
git push origin v0.25.103

Please sign in to comment.