Skip to content

mlr3misc 0.21.0

Choose a tag to compare

@be-marc be-marc released this 26 Feb 15:00
  • docs: Clarify the behavior of encapsulate() regarding stored conditions and output.
  • fix: encapsulate() with "evaluate" now respects .seed and .opts.
  • refactor: encapsulate() with "evaluate" no longer stores output, consistent with other encapsulation methods.
  • refactor: Messages in encapsulate() logs are now stored as condition objects instead of character.
  • feat: Mlr3Error objects now support storing parent conditions.