From 78ce49612722c77ef7d87fc3634a083c0d86b7ee Mon Sep 17 00:00:00 2001 From: Max Kuhn Date: Sat, 1 Oct 2022 15:30:23 -0400 Subject: [PATCH] version bumps (#823) --- DESCRIPTION | 2 +- NEWS.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9fc48f120..bcdd54c06 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: parsnip Title: A Common API to Modeling and Analysis Functions -Version: 1.0.1.9000 +Version: 1.0.2 Authors@R: c( person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre")), person("Davis", "Vaughan", , "davis@rstudio.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index c4fcd7206..f7ba06c42 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,6 @@ -# parsnip (development version) +# parsnip 1.0.2 + +* A bagged neural network model was added (`bag_mlp()`). Engine implementations will live in the baguette package. * Fixed installation failures due to undocumented knitr installation dependency (#785). @@ -8,6 +10,8 @@ * `fit()` and `fit_xy()` doesn't error anymore if `control` argument isn't a `control_parsnip()` object. Will work as long as the object passed to `control` includes the same elements as `control_parsnip()`. +* Improved prompts related to missing (or not loaded) extension packages as well as better handling of model mode conflicts. + # parsnip 1.0.1