Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 0.23.0 #1261

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.22.1.9000
Version: 0.23.0
Authors@R:
c(
person("Michel", "Lang", , "[email protected]", role = "aut",
Expand Down
12 changes: 6 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# mlr3 (development version)
# mlr3 0.23.0

* feat: add new `col_role` offset in `Task` and offset `Learner` property.
A warning is produced if a learner that doesn't support offsets is trained with a task that has an offset column.
* fix: the `$predict_newdata()` method of `Learner` now automatically conducts type conversions (#685)
* BREAKING_CHANGE: Predicting on a `task` with the wrong column information is now an error and not a warning.
* feat: Add new `col_role` offset in `Task` and offset `Learner` property.
A warning is produced if a learner that doesn't support offsets is trained with a task that has an offset column.
* fix: The `$predict_newdata()` method of `Learner` now automatically conducts type conversions (#685).
* BREAKING_CHANGE: Predicting on a `Task` with the wrong column information is now an error and not a warning.
* Column names with UTF-8 characters are now allowed by default.
The option `mlr3.allow_utf8_names` is removed.
* BREAKING CHANGE: `Learner$predict_types` is read-only now.
* docs: Clear up behavior of `Learner$predict_type` after training.
* feat: Add callbacks to `resample()` and `benchmark()`.
* fix: Internal tuning and validation now works when the model requires marshaling (#1256)
* fix: Internal tuning and validation now works when the model requires marshaling (#1256).

# mlr3 0.22.1

Expand Down