Skip to content

Commit

Permalink
release: 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
be-marc committed Nov 27, 2024
1 parent e06a5a0 commit 159ff00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3misc
Title: Helper Functions for 'mlr3'
Version: 0.15.1.9000
Version: 0.16.0
Authors@R: c(
person("Marc", "Becker", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-8115-0400")),
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

0 comments on commit 159ff00

Please sign in to comment.