Skip to content

hardhat 0.1.6

Choose a tag to compare

@DavisVaughan DavisVaughan released this 15 Jul 12:35
e78539f
  • Added a new family of extract_*() S3 generics for extracting important
    components from various tidymodels objects. S3 methods will be defined in
    other tidymodels packages. For example, tune will register an
    extract_workflow() method to easily extract the workflow embedded within the
    result of tune::last_fit().

  • A logical indicators argument is no longer allowed in
    default_formula_blueprint(). This was soft-deprecated in hardhat 0.1.4,
    but will now result in an error (#144).