From 69f0bd5048736213212319cd81e16f355e181eeb Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Mon, 9 Nov 2020 18:10:24 +1300 Subject: [PATCH 1/2] address MLJ issue 701 --- src/macros.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/macros.jl b/src/macros.jl index 6e06afa..989e48e 100644 --- a/src/macros.jl +++ b/src/macros.jl @@ -98,7 +98,7 @@ function _sk_finalize(m, clean_expr, fit_expr, expr) MMI.package_license(::Type{<:$m}) = SK_LIC MMI.package_uuid(::Type{<:$m}) = SK_UUID MMI.package_url(::Type{<:$m}) = SK_URL - MMI.is_wrapper(::Type{<:$m}) = true + MMI.is_wrapper(::Type{<:$m}) = false end esc(expr) end From 74a0e6e9624877ce6d9f8a1418697083edd40030 Mon Sep 17 00:00:00 2001 From: "Anthony D. Blaom" Date: Mon, 9 Nov 2020 19:06:21 +1300 Subject: [PATCH 2/2] bump to 0.1.7 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index f5aec61..5c789d7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJScikitLearnInterface" uuid = "5ae90465-5518-4432-b9d2-8a1def2f0cab" authors = ["Thibaut Lienart, Anthony Blaom"] -version = "0.1.6" +version = "0.1.7" [deps] MLJModelInterface = "e80e1ace-859a-464e-9ed9-23947d8ae3ea"