From 1e708c977902a4a12d245cf580ce39c5a74ae23c Mon Sep 17 00:00:00 2001 From: be-marc Date: Mon, 13 Nov 2023 13:15:48 +0100 Subject: [PATCH] chore: update news --- NEWS.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 166e10615..881faba77 100644 --- a/NEWS.md +++ b/NEWS.md @@ -5,7 +5,11 @@ * The `learner$state$train_time` in hotstarted learners is now only the time of the last training. * Added debug messages to the hotstart stack. * Fixed bug where the `HotstartStack` did not work with column roles set in the task. -* export generic function `col_info` to allow adding new methods for backends +* The `design` of `benchmark()` can now include parameter settings. +* Speed up resampling by removing unnecessary calls to `packageVersion()`. +* Fix boston housing data set. +* Export generic function `col_info` to allow adding new methods for backends. +* Task printer includes row roles now. * Add `"mlr3.exec_chunk_bins"` option to split the resampling iterations into a number of bins. # mlr3 0.16.1