Skip to content

Commit

Permalink
Merge pull request #224 from tidymodels/move-news
Browse files Browse the repository at this point in the history
fix NEWS entry ordering for extract_fit_time()
  • Loading branch information
EmilHvitfeldt authored Apr 12, 2024
2 parents 78426ac + c5ccdb1 commit 89005f5
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
@@ -1,5 +1,7 @@
# workflows (development version)

* New `extract_fit_time()` method has been added that return the time it took to train the workflow. (#191)

# workflows 1.1.4

* While `augment.workflow()` previously never returned a `.resid` column, the
Expand All @@ -19,8 +21,6 @@
* `add_recipe()` will now error informatively when supplied a trained recipe
(#179).

* New `extract_fit_time()` method has been added that return the time it took to train the workflow. (#191)

# workflows 1.1.3

* The workflows methods for `generics::tune_args()` and `generics::tunable()`
Expand Down

0 comments on commit 89005f5

Please sign in to comment.