Skip to content

Releases: mlr-org/mlr3misc

mlr3misc 0.15.1

29 Jun 13:08
Compare
Choose a tag to compare
  • refactor: Update as_callback() functions.

mlr3misc 0.15.0

11 Apr 07:50
Compare
Choose a tag to compare
  • 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

06 Feb 08:44
Compare
Choose a tag to compare
  • Added argument .compile to function crate() 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 from Dictionary class
  • Disable leanification when ROXYGEN_PKG environment variable is set

0.13.0

12 Oct 06:26
Compare
Choose a tag to compare
v0.13.0

update news

mlr3misc 0.12.0

12 May 09:13
f20c5b5
Compare
Choose a tag to compare
  • Added new encapsulation mode "try".
  • Added functions dictionary_sugar_inc_get and dictionary_sugar_inc_mget
    which allow to conveniently add suffixes to dictionary ids when retrieving
    objects.

mlr3misc 0.11.0

23 Sep 21:09
Compare
Choose a tag to compare
  • Added get_private<- function.
  • insert_named() has a new S3 method for NULL (#57).
  • Elements returned by dictionary helpers are now named by key.
  • Improved assertions for formulate().
  • Improved docs.

mlr3misc 0.10.0

12 Jan 10:30
19a1e7f
Compare
Choose a tag to compare
  • Added helper get_private().
  • Added helper map_br() and map_bc().
  • Added helper recycle_vectors().
  • Added helpers walk(), iwalk() and pwalk().

mlr3misc 0.9.5

16 Nov 14:15
9971b6b
Compare
Choose a tag to compare
  • Added helper deframe().

mlr3misc 0.9.4

08 Sep 18:48
Compare
Choose a tag to compare
  • Added helper capitalize().
  • Added helper to_decimal().
  • Fixed cleanup in register_namespace_callback().

mlr3misc 0.9.2

29 Jun 13:14
d83c5ef
Compare
Choose a tag to compare
  • R6 objects retrieved from the dictionary are now properly cloned.