1
- # stacks 1.0.0.9000 (developmental version)
2
-
3
- To be released as stacks 1.0.1.
1
+ # stacks 1.0.1
4
2
5
3
* Removes an unneeded data import attribute from the ` tree_frogs ` example data
6
- and its associated objects.
4
+ and its associated objects ( # 148 ) .
7
5
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 ).
16
10
17
- * Tightened integration with the workflowsets package.
11
+ * Tightened integration with the workflowsets package ( # 161 , # 165 ) .
18
12
- Refined logic with adding candidates via workflowsets to allow for
19
13
partially trained workflow sets. In the case that a workflow set contains
20
14
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.
25
19
26
20
* Revamped errors, warnings, and messages. Prompts now provide more thorough
27
21
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.
29
25
30
26
# stacks 1.0.0
31
27
0 commit comments