Skip to content

Commit

Permalink
release: 0.17.1
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Dec 21, 2023
1 parent b285c51 commit 3f4d301
Show file tree
Hide file tree
Showing 2 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.17.0.9000
Version: 0.17.1
Authors@R:
c(
person("Michel", "Lang", , "michellang@gmail.com", role = c("cre", "aut"),
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# mlr3 (development version)
# mlr3 0.17.1

* Remove `data_prototype` when resampling from `learner$state` to reduce memory consumption.
* Reduce number of threads used by `data.table` and BLAS to 1 when running `resample()` or `benchmark()` in parallel.
* Optimize runtime of `resample()` and `benchmark()` by reducing the number of hashing operations.

Expand Down

0 comments on commit 3f4d301

Please sign in to comment.