From 93de16d32c51d6dd61ed7842a0181996f6a33415 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Apr 2021 00:20:10 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for "CategoricalArrays" to "0.10" --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 68b3bb304..9f2d537e9 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c" [compat] -CategoricalArrays = "0.8,0.9" +CategoricalArrays = "0.8,0.9, 0.10" ComputationalResources = "0.3" Distributions = "0.21,0.22,0.23, 0.24" MLJBase = "0.18" From 93a05069bbc41187d868268c348f4583c9e44dae Mon Sep 17 00:00:00 2001 From: "Anthony Blaom, PhD" Date: Mon, 3 May 2021 08:07:34 +1200 Subject: [PATCH 2/3] bump 0.16.3 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 9f2d537e9..68b65fd71 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJ" uuid = "add582a8-e3ab-11e8-2d5e-e98b27df1bc7" authors = ["Anthony D. Blaom "] -version = "0.16.2" +version = "0.16.3" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597" From f074857548400497d3c734ac5845bfb85692d890 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Mon, 3 May 2021 13:04:42 +1200 Subject: [PATCH 3/3] temporary hack: cap on StatsBase in docs/Project.toml --- docs/Project.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Project.toml b/docs/Project.toml index 6d2a2cc06..61af781fd 100755 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -27,6 +27,7 @@ NearestNeighborModels = "636a865e-7cf4-491e-846c-de09b730eb36" RDatasets = "ce6b1742-4840-55fa-b093-852dadbb1d8b" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" ScientificTypes = "321657f4-b219-11e9-178b-2701a2544e81" +StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91" TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9" [compat] @@ -37,4 +38,5 @@ MLJModels = "0.14.4" MLJScientificTypes = "0.4.6" MLJTuning = "0.6.5" ScientificTypes = "1.1.1" +StatsBase = "<0.33.8" julia = "1"