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) (#65)

This pull request sets the compat entry for the `Statistics` package to
`1`.
This keeps the compat entries for earlier versions.

---------

Co-authored-by: Rik Huijzer <rikhuijzer@pm.me>
  • Loading branch information
github-actions[bot] and rikhuijzer committed Nov 6, 2023
1 parent 63daa85 commit 74f23b3
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 @@ -24,5 +24,6 @@ MLJBase = "0.21, 1"
MLJLinearModels = "0.8, 0.9, 0.10"
MLJModelInterface = "1.4"
OrderedCollections = "1.6.2"
Statistics = "1"
Tables = "1.7"
julia = "1.6"

2 comments on commit 74f23b3

@rikhuijzer
Copy link
Owner

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

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 v1.3.4 -m "<description of version>" 74f23b3478fda5245bac32b2739baa21f6584634
git push origin v1.3.4

Please sign in to comment.