Releases: mlr-org/mlr3misc
Releases · mlr-org/mlr3misc
mlr3misc 0.18.0
mlr3misc 0.17.0
- feat:
as_callbacks()
returns a list named by the callback ids now. - feat: Added logical operators
%check&&%
and%check||%
forcheck_*
-functions fromcheckmate
(moved here frommlr3pipelines
). - feta: Added helper
cat_cli()
. - fix: Default
dicts_suggest = NULL
fordictionary_get_item()
anddictionary_retrieve_item()
for backward compatibility. - fix: Wrong assert in
dictionary_sugar_inc_get
. - feat: Functions
warningf()
andstopf()
now have aclass
argument and also add the additional classmlr3warning
andmlr3error
, respectively.
The condition object now also includes the call.
mlr3misc 0.16.0
- 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
- refactor: Update
as_callback()
functions.
mlr3misc 0.15.0
- Feat: Added
strip_screfs
S3 generic, which removes source references from objects - The RNG state is now copied to the callr session when using
encapsulate()
.
mlr3misc 0.14.0
- Added argument
.compile
to functioncrate()
because R disables byte-code
compilation of functions when changing their enclosing environment - Added the possibility to include prototype arguments when adding elements to a
Dictionary
- Removed unused argument
required_args
fromDictionary
class - Disable leanification when
ROXYGEN_PKG
environment variable is set
0.13.0
v0.13.0 update news
mlr3misc 0.12.0
- Added new encapsulation mode
"try"
. - Added functions
dictionary_sugar_inc_get
anddictionary_sugar_inc_mget
which allow to conveniently add suffixes to dictionary ids when retrieving
objects.
mlr3misc 0.11.0
- Added
get_private<-
function. insert_named()
has a new S3 method forNULL
(#57).- Elements returned by dictionary helpers are now named by key.
- Improved assertions for
formulate()
. - Improved docs.
mlr3misc 0.10.0
- Added helper
get_private()
. - Added helper
map_br()
andmap_bc()
. - Added helper
recycle_vectors()
. - Added helpers
walk()
,iwalk()
andpwalk()
.