Skip to content

hardhat 0.1.2

Choose a tag to compare

@DavisVaughan DavisVaughan released this 28 Feb 13:33
96a940e
  • default_recipe_blueprint() now defaults to prepping recipes with
    fresh = TRUE. This is a safer default, and guards the user against
    accidentally skipping this preprocessing step when tuning (#122).

  • model_matrix() now correctly strips all attributes from the result of the
    internal call to model.matrix().