mlr3misc 0.20.0
- fix:
unnest()now works with vector-valued elements. - feat: Add
warn_deprecated(). - BREAKING CHANGE: Remove
"msg"column from encapsulate logs. - fix:
discard()no longer removes attributes. - perf: Use
data.table::fifelse()instead ofifelse().