Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: mlr3misc
Title: Helper Functions for 'mlr3'
Version: 0.18.0.9000
Version: 0.19.0
Authors@R: c(
person("Marc", "Becker", , "[email protected]", role = c("cre", "aut"),
comment = c(ORCID = "0000-0002-8115-0400")),
Expand Down
9 changes: 3 additions & 6 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# mlr3misc (development version)
# mlr3misc 0.19.0

## New features:

* Added various new functions for improved error handling.
* `encapsulate()` now returns the specific condition objects along the logs, allowing for
improved error handling on the caller side.
* feat: Added various new functions for improved error handling.
* feat: `encapsulate()` now returns the specific condition objects along the logs, allowing for improved error handling on the caller side.

# mlr3misc 0.18.0

Expand Down
Loading