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

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Phillip Alday <[email protected]>
  • Loading branch information
3 people authored Nov 3, 2023
1 parent 950d961 commit c6ebe4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "BoxCox"
uuid = "1248164d-f7a6-4bdb-8e8d-8c4a187b3ce6"
authors = ["Phillip Alday <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand Down Expand Up @@ -39,6 +39,7 @@ MixedModels = "4"
NLopt = "0.6, 1"
PrecompileTools = "1"
RDatasets = "0.7"
Statistics = "1"
StatsAPI = "1.6"
StatsBase = "0.33, 0.34"
StatsFuns = "1"
Expand Down

2 comments on commit c6ebe4a

@palday
Copy link
Owner

@palday palday commented on c6ebe4a Nov 3, 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/94673

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

Please sign in to comment.