Skip to content

Commit

Permalink
release: 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 13, 2023
1 parent 9fd3f4b commit e633c31
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3tuning
Title: Hyperparameter Optimization for 'mlr3'
Version: 0.19.0.9000
Version: 0.19.1
Authors@R: c(
person("Marc", "Becker", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-8115-0400")),
Expand All @@ -25,7 +25,7 @@ License: LGPL-3
URL: https://mlr3tuning.mlr-org.com, https://github.com/mlr-org/mlr3tuning
BugReports: https://github.com/mlr-org/mlr3tuning/issues
Depends:
mlr3 (>= 0.14.1),
mlr3 (>= 0.17.0),
paradox (>= 0.10.0),
R (>= 3.1.0)
Imports:
Expand All @@ -48,7 +48,7 @@ Suggests:
testthat (>= 3.0.0),
xgboost
Remotes:
mlr-org/mlr3
mlr-org/mlr3@release
Config/testthat/edition: 3
Config/testthat/parallel: true
Encoding: UTF-8
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# mlr3tuning (development version)
# mlr3tuning 0.19.1

* refactor: Speed up the tuning process by minimizing the number of deep clones and parameter checks.
* fix: Set `store_benchmark_result = TRUE` if `store_models = TRUE` when creating a tuning instance.
* fix: Passing a terminator in `tune_nested()` did not work.

Expand Down

0 comments on commit e633c31

Please sign in to comment.