From 159ff005a0af085c072121c5de101e3fda1ec421 Mon Sep 17 00:00:00 2001 From: be-marc Date: Wed, 27 Nov 2024 21:36:08 +0100 Subject: [PATCH] release: 0.16.0 --- DESCRIPTION | 2 +- NEWS.md | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fe3d0c2a..408bd59b 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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", , "marcbecker@posteo.de", role = c("cre", "aut"), comment = c(ORCID = "0000-0002-8115-0400")), diff --git a/NEWS.md b/NEWS.md index c99205e2..93d7c066 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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