Skip to content

Commit 78ce496

Browse files
authored
version bumps (#823)
1 parent 3921f51 commit 78ce496

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: parsnip
22
Title: A Common API to Modeling and Analysis Functions
3-
Version: 1.0.1.9000
3+
Version: 1.0.2
44
Authors@R: c(
55
person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre")),
66
person("Davis", "Vaughan", , "davis@rstudio.com", role = "aut"),

NEWS.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# parsnip (development version)
1+
# parsnip 1.0.2
2+
3+
* A bagged neural network model was added (`bag_mlp()`). Engine implementations will live in the baguette package.
24

35
* Fixed installation failures due to undocumented knitr installation dependency (#785).
46

@@ -8,6 +10,8 @@
810

911
* `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()`.
1012

13+
* Improved prompts related to missing (or not loaded) extension packages as well as better handling of model mode conflicts.
14+
1115

1216
# parsnip 1.0.1
1317

0 commit comments

Comments
 (0)