diff --git a/DESCRIPTION b/DESCRIPTION index 3116c5458..a281911d4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: parsnip Title: A Common API to Modeling and Analysis Functions -Version: 1.1.0.9004 +Version: 1.1.1 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre")), person("Davis", "Vaughan", , "davis@posit.co", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 7b4b54ec3..63cc1e8af 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,14 +1,14 @@ -# parsnip (development version) +# parsnip 1.1.1 -* Fixed bug where sparse data was being coerced to non-sparse format doing `predict()`. +* Fixed bug where prediction on rank deficient `lm()` models produced `.pred_res` instead of `.pred`. (#985) -* `augment()` now works for censored regression models. +* Fixed bug where sparse data was being coerced to non-sparse format doing `predict()`. * For BART models with the `dbarts` engine, `predict()` can now also return the standard error for confidence and prediction intervals (#976). -* A few censored regression helper functions were exported: `.extract_surv_status()` and `.extract_surv_time()` (#973, #980). +* `augment()` now works for censored regression models. -* Fixed bug where prediction on rank dificient `lm()` models produced `.pred_res` instead of `.pred`. (#985) +* A few censored regression helper functions were exported: `.extract_surv_status()` and `.extract_surv_time()` (#973, #980). # parsnip 1.1.0