Skip to content

Commit

Permalink
Merge pull request #922 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.21.13 release
  • Loading branch information
OkonSamuel authored Jul 31, 2023
2 parents a437f97 + 7cea929 commit 978ecd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MLJBase"
uuid = "a7f614a8-145f-11e9-1d2a-a57a1082229d"
authors = ["Anthony D. Blaom <anthony.blaom@gmail.com>"]
version = "0.21.12"
version = "0.21.13"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions src/MLJBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ import .Threads

# Operations & extensions
import LossFunctions
import LossFunctions.Traits
import StatsBase
import StatsBase: fit!, mode, countmap
import Missings: levels
Expand Down

0 comments on commit 978ecd9

Please sign in to comment.