Skip to content

Commit 1aba5c1

Browse files
Merge branch 'main' into fix-965
2 parents 61b1dee + 4130a0b commit 1aba5c1

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
@@ -8,6 +8,8 @@
88

99
* The `new_data` argument for the `predict()` method of `censoring_model_reverse_km()` has been deprecated (#965).
1010

11+
* When computing censoring weights, the resulting vectors are no longer named (#1023).
12+
1113
# parsnip 1.1.1
1214

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

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

25-
* When computing censoring weights, the resulting vectors are no longer named (#1023).
26-
2727
# parsnip 1.1.0
2828

2929
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)