tune 0.1.6
-
When using
load_pkgs()
, packages that use random numbers on start-up do not affect the state of the RNG. We also added more control of the RNGkind to make it consistent with the user's previous value (#389). -
New
extract_*()
functions have been added that supersede many of the the existingpull_*()
functions. This is part of a larger move across the tidymodels packages towards a family of genericextract_*()
functions. Manypull_*()
functions have been soft-deprecated, and will eventually be removed. (#378)