Skip to content

Commit

Permalink
Move StatsAPI to extras (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nosferican authored Jul 12, 2022
1 parent b1857ef commit 0146365
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
StatsFuns = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
StatsModels = "3eaba693-59b7-5ba5-a881-562e759f1c8d"
Expand All @@ -33,6 +32,7 @@ JLLWrappers = "1"
MLJModelInterface = "1"
Optim = "1"
Parameters = "0.12"
StatsAPI = "1"
StatsBase = "0.33"
StatsFuns = "0.9, 1"
StatsModels = "0.6"
Expand All @@ -46,8 +46,9 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"
RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b"
StatsAPI = "82ae8749-77ed-4fe6-ae5f-f523153014b0"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Weave = "44d3d7a6-8a23-5bf8-98c5-b353f8df5ec9"

[targets]
test = ["CSV", "Documenter", "MLJBase", "MLJModelInterface", "RDatasets", "Test", "Weave"]
test = ["CSV", "Documenter", "MLJBase", "MLJModelInterface", "RDatasets", "StatsAPI", "Test", "Weave"]

2 comments on commit 0146365

@Nosferican
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

Added support for CategoricalArrays v0.10, Distributions v0.25, JLLWrappers v1, MLJModelInterface v1, StatsAPI v1, and StatsFuns v1.
Update to current StatsAPI.
Update to GitHub workflows.
Migrated from codemeta to CFF for references.

@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 updated: JuliaRegistries/General/64105

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.9 -m "<description of version>" 014636502fcc09179dbd8eab58e82c9ff07872e2
git push origin v0.2.9

Please sign in to comment.