Skip to content

Commit 8034139

Browse files
committed
chore: update NEWS, bump version to 0.1.2
1 parent dc93250 commit 8034139

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: mlr3mbo
33
Title: Flexible Bayesian Optimization
4-
Version: 0.1.1.9000
4+
Version: 0.1.2
55
Authors@R: c(
66
person("Lennart", "Schneider", , "[email protected]", role = c("cre", "aut"),
77
comment = c(ORCID = "0000-0003-4152-5308")),

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# mlr3mbo 0.1.2
2+
3+
* refactor: adapt to mlr3tuning 0.18.0.
4+
* feat: Acquisition functions now assert whether surrogates match their required predict type.
5+
* fix: Unloading `mlr3mbo` removes optimizers and tuners from the dictionaries.
6+
* docs: faster examples.
7+
* feat: characters in surrogate regression tasks are no longer automatically converted to factors.
8+
`default_surrogate` now respects this and gained an appropriate pipeline step.
9+
* feat: `AcqFunctionAEI` added.
10+
* docs: fix of docs, README and bibentries.
11+
112
# mlr3mbo 0.1.1
213

314
* Initial upload to CRAN.

0 commit comments

Comments
 (0)