Skip to content

Commit

Permalink
Release 0.13.2 (#774)
Browse files Browse the repository at this point in the history
  • Loading branch information
mllg authored Feb 15, 2022
1 parent 45f8298 commit 8968339
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3
Title: Machine Learning in R - Next Generation
Version: 0.13.1-9000
Version: 0.13.2
Authors@R:
c(person(given = "Michel",
family = "Lang",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# mlr3 0.13.1-9000
# mlr3 0.13.2

* Setting a fallback learner for a learner with encapsulation in its default
settings now automatically sets encapsulation to `"evaluate"` (#763).
Expand Down
1 change: 1 addition & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ dummy_import = function() {
# this function is required to silence R CMD check
mlbench::mlbench.xor
mlr3measures::mse
evaluate::evaluate
} # nocov end


Expand Down

0 comments on commit 8968339

Please sign in to comment.