From c78a58d267387d12d51904fd7258dd5057b7f6e8 Mon Sep 17 00:00:00 2001 From: "Keno M." <118814423+advieser@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:33:41 +0100 Subject: [PATCH] Made NEWS.md entry more specific --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index b3800f67e..9ca89c283 100644 --- a/NEWS.md +++ b/NEWS.md @@ -7,7 +7,7 @@ * New parameter `new_role_direct` for `PipeOpColRoles` / `po("colroles")` to change column roles by role instead of by column. * Dictionary sugar functions `po()` / `pos()` / `ppl()` / `ppls()` now make suggestions for entries in both `mlr_pipeops` as well as `mlr_graphs` when an object by the given name could not be found in the respective dictionary. * New PipeOp `PipeOpDecode` / `po("decode")` to reverse one-hot or treatment encoding. -* Fix: Columns that are `feature` and something else no longer lose the other column role during training or prediction. +* Fix: Columns that are `feature` and something else no longer lose the other column role during training or predicting of `PipeOp`s inheriting from `PipeOpTaskPreproc`. * Fix: Made tests for `PipeOpBLSmote` deterministic. # mlr3pipelines 0.7.1