Skip to content

Commit ef178ab

Browse files
authored
merge pr #172: stacks v1.0.1
2 parents 6e7a8c7 + c7cc0d5 commit ef178ab

14 files changed

+12
-18
lines changed

DESCRIPTION

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: stacks
22
Title: Tidy Model Stacking
3-
Version: 1.0.0.9000
3+
Version: 1.0.1
44
Authors@R: c(
55
person(given = "Simon",
66
family = "Couch",
@@ -29,7 +29,7 @@ Imports:
2929
rlang (>= 0.4.0),
3030
tibble (>= 2.1.3),
3131
purrr (>= 0.3.2),
32-
parsnip (>= 1.0.1.9000),
32+
parsnip (>= 1.0.2),
3333
workflows (>= 0.2.3),
3434
recipes (>= 0.2.0),
3535
rsample (>= 0.1.1),
@@ -64,5 +64,3 @@ Roxygen: list(markdown = TRUE)
6464
RoxygenNote: 7.2.1
6565
VignetteBuilder: knitr
6666
Config/testthat/edition: 3
67-
Remotes:
68-
tidymodels/parsnip

NEWS.md

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,14 @@
1-
# stacks 1.0.0.9000 (developmental version)
2-
3-
To be released as stacks 1.0.1.
1+
# stacks 1.0.1
42

53
* Removes an unneeded data import attribute from the `tree_frogs` example data
6-
and its associated objects.
4+
and its associated objects (#148).
75

8-
* `blend_predictions()` doesn't error anymore if `control` argument isn't a
9-
`control_grid()` object. Will work as long as the object passed to `control`
10-
includes the same elements as `control_grid()`.
11-
12-
* Re-implemented package errors, warnings, and messages to make use of
13-
infrastructure from the cli package; error headers now refer to the function
14-
called directly by the user rather than the internal function that raised the
15-
error.
6+
* `blend_predictions()` doesn't error anymore if the `control` argument isn't a
7+
`control_grid` object. As long as the object passed to `control`
8+
include the same elements as `control_grid()` output,
9+
`parsnip::condense_control()` will handle input (#149).
1610

17-
* Tightened integration with the workflowsets package.
11+
* Tightened integration with the workflowsets package (#161, #165).
1812
- Refined logic with adding candidates via workflowsets to allow for
1913
partially trained workflow sets. In the case that a workflow set contains
2014
some failed tuning results, stacks will inform the user that they will be
@@ -25,7 +19,9 @@ To be released as stacks 1.0.1.
2519

2620
* Revamped errors, warnings, and messages. Prompts now provide more thorough
2721
context about where they arose, include more extensive references to
28-
documentation, and are correctly pluralized.
22+
documentation, and are correctly pluralized (#150, #167).
23+
24+
* Various bug fixes and improvements to documentation.
2925

3026
# stacks 1.0.0
3127

data/class_folds.rda

6 Bytes
Binary file not shown.

data/class_res_nn.rda

56 Bytes
Binary file not shown.

data/class_res_rf.rda

59 Bytes
Binary file not shown.

data/log_res_nn.rda

39 Bytes
Binary file not shown.

data/log_res_rf.rda

45 Bytes
Binary file not shown.

data/reg_folds.rda

20 Bytes
Binary file not shown.

data/reg_res_lr.rda

31 Bytes
Binary file not shown.

data/reg_res_sp.rda

4 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)