Skip to content

Commit

Permalink
version bumps (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
topepo authored Oct 1, 2022
1 parent 3921f51 commit 78ce496
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre")),
person("Davis", "Vaughan", , "[email protected]", role = "aut"),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -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).

Expand All @@ -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

Expand Down

0 comments on commit 78ce496

Please sign in to comment.