Skip to content

Commit 00649dc

Browse files
committed
...
1 parent 129bc66 commit 00649dc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

NEWS.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# mlr3 1.3.0
22

33
* feat: `Learner$predict()` can now add additional data to `PredictionClassif` and `PredictionRegr` objects via the `extra` field.
4+
* feat: `Mlr3Error` and `Mlr3Warning` classes for errors and warnings.
5+
* refactor: `$obs_loss` methods in `Measure`, `Prediction`, `ResampleResult`, and `BenchmarkResult`.
6+
* perf: Use more `lengths()` and `data.table::setattr()` in tests.
7+
* perf: Use `attr()` instead of `attributes()` for extracting single attributes.
8+
* test: Use more specialised test functions.
9+
* fix: `weights_measure` now work with `stratum`.
10+
* fix: Encapsulation loads loaded packages on the workers.
11+
* fix: Learners can handle new factor levels.
12+
* refactor: Use more implicit returns.
13+
* feat: Learner can pass extra data to predictions.
414

515
# mlr3 1.2.0
616

0 commit comments

Comments
 (0)