From 6f07b59bff9ab110329c06c7acc6907e9081c015 Mon Sep 17 00:00:00 2001 From: Hannah Frick Date: Tue, 15 Mar 2022 17:11:08 +0000 Subject: [PATCH] `extract_parameter*()` methods are not bug-fixes --- NEWS.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS.md b/NEWS.md index 1f575f1af..e5219266e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -20,10 +20,6 @@ * Fixed outcome type checking affecting a subset of regression models (#625). -* New `extract_parameter_set_dials()` method to extract parameter sets from model specs. - -* New `extract_parameter_dials()` method to extract a single parameter from model specs. - * Prediction using `multinom_reg()` with the `nnet` engine with a single row no longer fails (#612). ## Other Changes @@ -34,10 +30,14 @@ * `fit_control()` is soft-deprecated in favor of `control_parsnip()`. -* Argument `interval` was added for prediction: For types "survival" and "quantile", estimates for the confidence or prediction interval can be added if available (#615). +* New `extract_parameter_set_dials()` method to extract parameter sets from model specs. + +* New `extract_parameter_dials()` method to extract a single parameter from model specs. + +* Argument `interval` was added for prediction: For types `"survival"` and `"quantile"`, estimates for the confidence or prediction interval can be added if available (#615). * `set_dependency()` now allows developers to create package requirements that are specific to the model's mode (#604). -* + * `varying()` is soft-deprecated in favor of `tune()`. * `varying_args()` is soft-deprecated in favor of `tune_args()`.