Skip to content

Commit d8eb53f

Browse files
authored
extract_parameter*() methods are not bug-fixes (#681)
1 parent 7710967 commit d8eb53f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

NEWS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@
2020

2121
* Fixed outcome type checking affecting a subset of regression models (#625).
2222

23-
* New `extract_parameter_set_dials()` method to extract parameter sets from model specs.
24-
25-
* New `extract_parameter_dials()` method to extract a single parameter from model specs.
26-
2723
* Prediction using `multinom_reg()` with the `nnet` engine with a single row no longer fails (#612).
2824

2925
## Other Changes
@@ -34,10 +30,14 @@
3430

3531
* `fit_control()` is soft-deprecated in favor of `control_parsnip()`.
3632

37-
* Argument `interval` was added for prediction: For types "survival" and "quantile", estimates for the confidence or prediction interval can be added if available (#615).
33+
* New `extract_parameter_set_dials()` method to extract parameter sets from model specs.
34+
35+
* New `extract_parameter_dials()` method to extract a single parameter from model specs.
36+
37+
* Argument `interval` was added for prediction: For types `"survival"` and `"quantile"`, estimates for the confidence or prediction interval can be added if available (#615).
3838

3939
* `set_dependency()` now allows developers to create package requirements that are specific to the model's mode (#604).
40-
*
40+
4141
* `varying()` is soft-deprecated in favor of `tune()`.
4242

4343
* `varying_args()` is soft-deprecated in favor of `tune_args()`.

0 commit comments

Comments
 (0)