Skip to content

Releases: mlr-org/mlr3misc

mlr3misc 0.18.0

27 May 05:32
Compare
Choose a tag to compare
  • feat: Added "mirai" as encapsulation method to encapsulate().

mlr3misc 0.17.0

13 May 09:43
Compare
Choose a tag to compare
  • feat: as_callbacks() returns a list named by the callback ids now.
  • feat: Added logical operators %check&&% and %check||% for check_*-functions from checkmate (moved here from mlr3pipelines).
  • feta: Added helper cat_cli().
  • fix: Default dicts_suggest = NULL for dictionary_get_item() and dictionary_retrieve_item() for backward compatibility.
  • fix: Wrong assert in dictionary_sugar_inc_get.
  • feat: Functions warningf() and stopf() now have a class argument and also add the additional class mlr3warning and mlr3error, respectively.
    The condition object now also includes the call.

mlr3misc 0.16.0

04 Dec 10:10
Compare
Choose a tag to compare
  • 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

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().