Skip to content

Commit d2589aa

Browse files
committed
version bump
1 parent 891c423 commit d2589aa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Package: parsnip
2-
Version: 0.0.3.9001
2+
Version: 0.0.3.9002
33
Title: A Common API to Modeling and Analysis Functions
44
Description: A common interface is provided to allow users to specify a model without having to remember the different argument names across different functions or computational engines (e.g. 'R', 'Spark', 'Stan', etc).
55
Authors@R: c(
66
person(given = "Max", family = "Kuhn", email = "[email protected]", role = c("aut", "cre")),
77
person(given = "Davis", family = "Vaughan", email = "[email protected]", role = c("aut")),
88
person("RStudio", role = "cph"))
99
Maintainer: Max Kuhn <[email protected]>
10-
URL: https://tidymodels.github.io/parsnip
10+
URL: https://tidymodels.github.io/parsnip, https://github.com/tidymodels/parsnip
1111
BugReports: https://github.com/tidymodels/parsnip/issues
1212
License: GPL-2
1313
Encoding: UTF-8

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
* A bug was fixed related to the column names generated by `multi_predict()`. The top-level tibble will always have a column named `.pred` and this list column contains tibbles across sub-models. The column names for these sub-model tibbles will have names consistent with `predict()` (which was previously incorrect). See [43c15db](https://github.com/tidymodels/parsnip/commit/43c15db377ea9ef27483ff209f6bd0e98cb830d2).
88

9+
* The model `udpate()` methods gained a `parameters` argument for cases when the parameters are contained in a tibble or list.
10+
911
# parsnip 0.0.3.1
1012

1113
Test case update due to CRAN running extra tests [(#202)](https://github.com/tidymodels/parsnip/issues/202)

0 commit comments

Comments
 (0)