Skip to content

Commit 4130a0b

Browse files
authored
Merge pull request #1028 from tidymodels/fix-NEWS-1023
Move NEWS entry to correct section
2 parents 8c08c65 + bcb5c01 commit 4130a0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NEWS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
* Fixed documentation for `mlp(engine = "brulee")`: the default values for `learn_rate` and `epochs` were swapped (#1018).
88

9+
* When computing censoring weights, the resulting vectors are no longer named (#1023).
10+
911
# parsnip 1.1.1
1012

1113
* Fixed bug where prediction on rank deficient `lm()` models produced `.pred_res` instead of `.pred`. (#985)
@@ -20,8 +22,6 @@
2022

2123
* Fixed bug where `boost_tree()` models couldn't be fit with 1 predictor if `validation` argument was used. (#994)
2224

23-
* When computing censoring weights, the resulting vectors are no longer named (#1023).
24-
2525
# parsnip 1.1.0
2626

2727
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.

0 commit comments

Comments
 (0)