Skip to content

Commit

Permalink
release: 1.2.1 (#475)
Browse files Browse the repository at this point in the history
* release: 1.2.1

* ...

* ...
  • Loading branch information
be-marc authored Nov 27, 2024
1 parent 87f4f41 commit df9164e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3tuning
Title: Hyperparameter Optimization for 'mlr3'
Version: 1.2.0.9000
Version: 1.2.1
Authors@R: c(
person("Marc", "Becker", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-8115-0400")),
Expand Down Expand Up @@ -29,7 +29,7 @@ Depends:
paradox (>= 1.0.1),
R (>= 3.1.0)
Imports:
bbotk (>= 1.3.0),
bbotk (>= 1.4.0),
checkmate (>= 2.0.0),
data.table,
lgr,
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# mlr3tuning (development version)
# mlr3tuning 1.2.1

* refactor: Only pass `extra` to `$assign_result()`.

# mlr3tuning 1.2.0

Expand Down
4 changes: 2 additions & 2 deletions man/mlr_tuners_cmaes.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions tests/testthat/test_TunerBatchIrace.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
skip_if_not_installed("irace")
skip_on_cran()

test_that("TunerIrace", {
x = capture.output({z = test_tuner("irace", term_evals = 42, real_evals = 39)})
Expand Down

0 comments on commit df9164e

Please sign in to comment.