Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
Package: mlr3misc
Title: Helper Functions for 'mlr3'
Version: 0.15.1.9000
Version: 0.16.0
Authors@R: c(
person("Michel", "Lang", , "[email protected]", role = c("cre", "aut"),
person("Marc", "Becker", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-8115-0400")),
person("Michel", "Lang", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0001-9754-0393")),
person("Patrick", "Schratz", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0003-0748-6624"))
Expand Down
9 changes: 4 additions & 5 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# mlr3misc (development version)
# mlr3misc 0.16.0

* Bugfix: `crate()` is using the correct 'topenv' environment now.
* Remove the unused 'safe' variants of dictionary getters
* `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.
* fix: `crate()` is using the correct 'topenv' environment now.
* BREAKING CHANGE: Remove the unused 'safe' variants of dictionary getters.
* 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.

# mlr3misc 0.15.1

Expand Down
Loading