Releases: mlr-org/mlr3misc
Releases · mlr-org/mlr3misc
mlr3misc 0.15.1
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()
.
mlr3misc 0.9.5
- Added helper
deframe()
.
mlr3misc 0.9.4
- Added helper
capitalize()
. - Added helper
to_decimal()
. - Fixed cleanup in
register_namespace_callback()
.
mlr3misc 0.9.2
- R6 objects retrieved from the dictionary are now properly cloned.