From de9b8a758bb31a5e5d79f1eeb553eb5f331b3281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Hoffimann?= Date: Sat, 29 Jul 2023 21:14:02 -0300 Subject: [PATCH 1/2] Bump version of LossFunctions.jl --- Project.toml | 2 +- src/MLJBase.jl | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1533d284..919a1c36 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ ComputationalResources = "0.3" DelimitedFiles = "1" Distributions = "0.25.3" InvertedIndices = "1" -LossFunctions = "0.10" +LossFunctions = "0.11" MLJModelInterface = "1.7" Missings = "0.4, 1" OrderedCollections = "1.1" diff --git a/src/MLJBase.jl b/src/MLJBase.jl index b3d89bd3..63fe4fd7 100644 --- a/src/MLJBase.jl +++ b/src/MLJBase.jl @@ -79,6 +79,7 @@ import .Threads # Operations & extensions import LossFunctions +import LossFunctions.Traits import StatsBase import StatsBase: fit!, mode, countmap import Missings: levels From ccebaec8241d0e109a78a131c87b4fc86a0be9dd Mon Sep 17 00:00:00 2001 From: Okon Samuel <39421418+OkonSamuel@users.noreply.github.com> Date: Mon, 31 Jul 2023 17:16:32 +0100 Subject: [PATCH 2/2] bump 0.21.13 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 919a1c36..8f50c00d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MLJBase" uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d" authors = ["Anthony D. Blaom "] -version = "0.21.12" +version = "0.21.13" [deps] CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"