Skip to content

Commit

Permalink
Merge pull request #1028 from tidymodels/fix-NEWS-1023
Browse files Browse the repository at this point in the history
Move NEWS entry to correct section
  • Loading branch information
hfrick authored Nov 20, 2023
2 parents 8c08c65 + bcb5c01 commit 4130a0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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.
Expand Down

0 comments on commit 4130a0b

Please sign in to comment.