Skip to content

Commit 175194c

Browse files
New version: MLJ v0.20.0 (#92423)
UUID: add582a8-e3ab-11e8-2d5e-e98b27df1bc7 Repo: https://github.com/alan-turing-institute/MLJ.jl.git Tree: 58d17a367ee211ade6e53f83a9cc5adf9d26f833 Registrator tree SHA: f73a20c99934db92a256057d0d83ba394036a701
1 parent cbc1bb6 commit 175194c

File tree

3 files changed

+22
-6
lines changed

3 files changed

+22
-6
lines changed

M/MLJ/Compat.toml

+16-6
Original file line numberDiff line numberDiff line change
@@ -175,14 +175,14 @@ MLJBase = "0.19"
175175
["0.17.1-0.17"]
176176
MLJBase = "0.19.4-0.19"
177177

178-
["0.18-0"]
178+
["0.18-0.18.3"]
179+
MLJBase = "0.20"
180+
181+
["0.18-0.19"]
179182
MLJEnsembles = "0.3"
180183
MLJIteration = "0.5"
181184
MLJTuning = "0.7"
182185

183-
["0.18-0.18.3"]
184-
MLJBase = "0.20"
185-
186186
["0.18.1-0.18"]
187187
MLJModels = "0.15.5-0.15"
188188

@@ -205,10 +205,12 @@ MLJBase = "0.21.3-0.21"
205205
StatsBase = "0.32-0.34"
206206

207207
["0.19.3-0"]
208-
MLJFlow = "0.1"
209208
Reexport = "1.2.0-1"
210209

211-
["0.19.4-0"]
210+
["0.19.3-0.19"]
211+
MLJFlow = "0.1"
212+
213+
["0.19.4-0.19"]
212214
MLJBase = "0.21.14-0.21"
213215

214216
["0.2"]
@@ -220,6 +222,14 @@ MLJBase = "0.2"
220222
["0.2.4-0.2"]
221223
MLJBase = "0.2.3-0.2"
222224

225+
["0.20-0"]
226+
MLJBase = "1"
227+
MLJEnsembles = "0.4"
228+
MLJFlow = "0.2"
229+
MLJIteration = "0.6"
230+
MLJTuning = "0.8"
231+
StatisticalMeasures = "0.1"
232+
223233
["0.3"]
224234
MLJBase = "0.4"
225235
MLJModels = "0.3"

M/MLJ/Deps.toml

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ OpenML = "8b6db2d4-7670-4922-a472-f9537c81ab66"
5151
MLJFlow = "7b7b8358-b45c-48ea-a8ef-7ca328ad328f"
5252
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
5353

54+
["0.20-0"]
55+
StatisticalMeasures = "a19d573c-0a75-4610-95b3-7071388c7541"
56+
5457
["0.3-0.5.2"]
5558
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
5659

M/MLJ/Versions.toml

+3
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,6 @@ git-tree-sha1 = "1c20aaf741638fc6e185d7ded132b71ebe201cbc"
225225

226226
["0.19.5"]
227227
git-tree-sha1 = "193f1f1ac77d91eabe1ac81ff48646b378270eef"
228+
229+
["0.20.0"]
230+
git-tree-sha1 = "58d17a367ee211ade6e53f83a9cc5adf9d26f833"

0 commit comments

Comments
 (0)