Skip to content

Commit

Permalink
Merge pull request #528 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.16.11 release
  • Loading branch information
ablaom authored Sep 20, 2023
2 parents 12f94f5 + 2a678c4 commit c9f8feb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 2 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJModels"
uuid = "d491faf4-2d78-11e9-2867-c94bc002c0b7"
authors = ["Anthony D. Blaom <[email protected]>"]
version = "0.16.10"
version = "0.16.11"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down Expand Up @@ -45,7 +45,6 @@ Tables = "0.2,1.0"
julia = "1.6"

[extras]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
MLJBase = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
MLJDecisionTreeInterface = "c6f25543-311c-4c74-83dc-3ea6d1015661"
MLJMultivariateStatsInterface = "1b6a4a23-ba22-4f51-9698-8599985d3728"
Expand All @@ -54,4 +53,4 @@ StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Distributions", "MLJBase", "MLJDecisionTreeInterface", "MLJMultivariateStatsInterface", "Pkg", "StableRNGs", "Test"]
test = ["MLJBase", "MLJDecisionTreeInterface", "MLJMultivariateStatsInterface", "Pkg", "StableRNGs", "Test"]
4 changes: 2 additions & 2 deletions src/registry/Metadata.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3444,7 +3444,7 @@
":is_pure_julia" = "`true`"
":package_name" = "SIRUS"
":package_license" = "MIT"
":load_path" = "SIRUS.StableForestClassifier"
":load_path" = "SIRUS.StableRulesClassifier"
":package_uuid" = "9113e207-2504-4b06-8eee-d78e288bee65"
":package_url" = "https://github.com/rikhuijzer/SIRUS.jl"
":is_wrapper" = "`false`"
Expand Down Expand Up @@ -3478,7 +3478,7 @@
":is_pure_julia" = "`true`"
":package_name" = "SIRUS"
":package_license" = "MIT"
":load_path" = "SIRUS.StableForestRegressor"
":load_path" = "SIRUS.StableRulesRegressor"
":package_uuid" = "9113e207-2504-4b06-8eee-d78e288bee65"
":package_url" = "https://github.com/rikhuijzer/SIRUS.jl"
":is_wrapper" = "`false`"
Expand Down
5 changes: 5 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# The next two lines added as a workaround to
# https://github.com/JuliaLang/Pkg.jl/issues/3628 (Julia 1.6):
import Pkg
Pkg.add(name="Statistics", version=VERSION)

using Test, MLJModels

@testset "registry" begin
Expand Down

0 comments on commit c9f8feb

Please sign in to comment.