Skip to content

Commit

Permalink
Merge pull request #868 from JuliaAI/dev
Browse files Browse the repository at this point in the history
For a 0.21.2 release
  • Loading branch information
ablaom authored Nov 23, 2022
2 parents c5d755e + d79f29b commit 67ca421
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 <[email protected]>"]
version = "0.21.1"
version = "0.21.2"

[deps]
CategoricalArrays = "324d7699-5711-5eae-9e2f-1d82baa6b597"
Expand Down
2 changes: 1 addition & 1 deletion src/composition/models/deprecated_from_network.jl
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ macro nodepwarn_from_network(exs...)
from_network_(__module__, args...)
end
macro from_network(exs...)
MLJBase.depwarn(WARN_FROM_NETWORK_DEPRECATION, :from_network, force=true)
Base.depwarn(WARN_FROM_NETWORK_DEPRECATION, :from_network, force=true)
args = from_network_preprocess(__module__, exs...)
modeltype_ex = args[2]
from_network_(__module__, args...)
Expand Down

0 comments on commit 67ca421

Please sign in to comment.