Skip to content

Commit 9572fa2

Browse files
authored
release: 0.16.0 (#123)
* ... * release: 0.16.0 * ...
1 parent 48bc214 commit 9572fa2

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

DESCRIPTION

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Package: mlr3misc
22
Title: Helper Functions for 'mlr3'
3-
Version: 0.15.1.9000
3+
Version: 0.16.0
44
Authors@R: c(
5-
person("Michel", "Lang", , "[email protected]", role = c("cre", "aut"),
5+
person("Marc", "Becker", , "[email protected]", role = c("cre", "aut"),
6+
comment = c(ORCID = "0000-0002-8115-0400")),
7+
person("Michel", "Lang", , "[email protected]", role = "aut",
68
comment = c(ORCID = "0000-0001-9754-0393")),
79
person("Patrick", "Schratz", , "[email protected]", role = "aut",
810
comment = c(ORCID = "0000-0003-0748-6624"))

NEWS.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
# mlr3misc (development version)
1+
# mlr3misc 0.16.0
22

3-
* Bugfix: `crate()` is using the correct 'topenv' environment now.
4-
* Remove the unused 'safe' variants of dictionary getters
5-
* `dictionary_sugar_get()` and corresponding functions now take a list of dictionaries as
6-
optional argument `.dicts_suggest` to look for suggestions if `.key` is not part of the dictionary.
3+
* fix: `crate()` is using the correct 'topenv' environment now.
4+
* BREAKING CHANGE: Remove the unused 'safe' variants of dictionary getters.
5+
* feat: `dictionary_sugar_get()` and corresponding functions now take a list of dictionaries as optional argument `.dicts_suggest` to look for suggestions if `.key` is not part of the dictionary.
76

87
# mlr3misc 0.15.1
98

0 commit comments

Comments
 (0)