Skip to content

Commit

Permalink
polish NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Feb 20, 2024
1 parent 5c25e13 commit bd40bf4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
* Enabled evaluating censored regression models (#139).
* Added a `collect_notes()` method for workflow sets (#135).
* Added methods to improve error messages when workflow sets are mistakenly
passed to unsupported functions like `fit()` and `predict()`.
passed to unsupported functions like `fit()` and `predict()` (#137).
* Added a new argument, `type`, to the `workflow_set` `autoplot()` method. The
default, `"class"`, retains the existing behavior of mapping model type to
color and preprocessor type to shape, while the new `"wflow_id"`
type maps the workflow IDs to color.
type maps the workflow IDs to color (#134).
* Added type checking for inputted arguments (#136, #131).

# workflowsets 1.0.1
Expand Down

0 comments on commit bd40bf4

Please sign in to comment.