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
0 commit comments