-
While
augment.workflow()
previously never returned a.resid
column, the
method will now return residuals under the same conditions that
augment.model_fit()
does (#201). -
augment.workflow()
gained aneval_time
argument, enabling augmenting
censored regression models (#200, #213). -
The prediction columns are now appended to the LHS rather than RHS of
new_data
inaugment.workflow()
, following analogous changes in
parsnip (#200). -
Each of the
pull_*()
functions soft-deprecated in workflows v0.2.3
now warn on every usage (#198). -
add_recipe()
will now error informatively when supplied a trained recipe
(#179).