From bcb5c01fb3d7772dbe07358ecced9cc8adcac1fe Mon Sep 17 00:00:00 2001 From: Hannah Frick Date: Mon, 20 Nov 2023 11:35:51 +0000 Subject: [PATCH] move entry to correct section --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index aa4137e3e..43805c0e6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -6,6 +6,8 @@ * Fixed documentation for `mlp(engine = "brulee")`: the default values for `learn_rate` and `epochs` were swapped (#1018). +* When computing censoring weights, the resulting vectors are no longer named (#1023). + # parsnip 1.1.1 * Fixed bug where prediction on rank deficient `lm()` models produced `.pred_res` instead of `.pred`. (#985) @@ -20,8 +22,6 @@ * Fixed bug where `boost_tree()` models couldn't be fit with 1 predictor if `validation` argument was used. (#994) -* When computing censoring weights, the resulting vectors are no longer named (#1023). - # parsnip 1.1.0 This release of parsnip contains a number of new features and bug fixes, accompanied by several optimizations that substantially decrease the time to `fit()` and `predict()` with the package.