From 0d67c59c349584ecf9c39c8b8e438349d621ca7d Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Wed, 27 Sep 2023 10:53:26 +1300 Subject: [PATCH 1/2] rescue orphaned docstring for evaluate! --- src/resampling.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/resampling.jl b/src/resampling.jl index 6b055951..1e70fcce 100644 --- a/src/resampling.jl +++ b/src/resampling.jl @@ -940,7 +940,6 @@ Although `evaluate!` is mutating, `mach.model` and `mach.args` are not mutated. See also [`evaluate`](@ref), [`PerformanceEvaluation`](@ref) """ - function evaluate!( mach::Machine{<:Measurable}; resampling=CV(), From b40bf2016d7b4b92f42645423cc3f1ef5c40d8df Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Wed, 27 Sep 2023 10:53:46 +1300 Subject: [PATCH 2/2] bump 1.0.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dc7cd027..8986bd86 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJBase" uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d" authors = ["Anthony D. Blaom "] -version = "1.0.0" +version = "1.0.1" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"