Skip to content

Commit

Permalink
merge pr #172: stacks v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch authored Dec 14, 2022
2 parents 6e7a8c7 + c7cc0d5 commit ef178ab
Show file tree
Hide file tree
Showing 14 changed files with 12 additions and 18 deletions.
6 changes: 2 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: stacks
Title: Tidy Model Stacking
Version: 1.0.0.9000
Version: 1.0.1
Authors@R: c(
person(given = "Simon",
family = "Couch",
Expand Down Expand Up @@ -29,7 +29,7 @@ Imports:
rlang (>= 0.4.0),
tibble (>= 2.1.3),
purrr (>= 0.3.2),
parsnip (>= 1.0.1.9000),
parsnip (>= 1.0.2),
workflows (>= 0.2.3),
recipes (>= 0.2.0),
rsample (>= 0.1.1),
Expand Down Expand Up @@ -64,5 +64,3 @@ Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
VignetteBuilder: knitr
Config/testthat/edition: 3
Remotes:
tidymodels/parsnip
24 changes: 10 additions & 14 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
# stacks 1.0.0.9000 (developmental version)

To be released as stacks 1.0.1.
# stacks 1.0.1

* Removes an unneeded data import attribute from the `tree_frogs` example data
and its associated objects.
and its associated objects (#148).

* `blend_predictions()` doesn't error anymore if `control` argument isn't a
`control_grid()` object. Will work as long as the object passed to `control`
includes the same elements as `control_grid()`.

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

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

* Revamped errors, warnings, and messages. Prompts now provide more thorough
context about where they arose, include more extensive references to
documentation, and are correctly pluralized.
documentation, and are correctly pluralized (#150, #167).

* Various bug fixes and improvements to documentation.

# stacks 1.0.0

Expand Down
Binary file modified data/class_folds.rda
Binary file not shown.
Binary file modified data/class_res_nn.rda
Binary file not shown.
Binary file modified data/class_res_rf.rda
Binary file not shown.
Binary file modified data/log_res_nn.rda
Binary file not shown.
Binary file modified data/log_res_rf.rda
Binary file not shown.
Binary file modified data/reg_folds.rda
Binary file not shown.
Binary file modified data/reg_res_lr.rda
Binary file not shown.
Binary file modified data/reg_res_sp.rda
Binary file not shown.
Binary file modified data/reg_res_svm.rda
Binary file not shown.
Binary file modified data/tree_frogs_class_test.rda
Binary file not shown.
Binary file modified data/tree_frogs_reg_test.rda
Binary file not shown.
Binary file modified tests/testthat/helper_data.Rda
Binary file not shown.

0 comments on commit ef178ab

Please sign in to comment.