diff --git a/DESCRIPTION b/DESCRIPTION index 74f4e17b..d2ed79de 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dials Title: Tools for Creating Tuning Parameter Values -Version: 1.4.1.9000 +Version: 1.4.2 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = "aut"), person("Hannah", "Frick", , "hannah@posit.co", role = c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index 343a3a1c..70dff252 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# dials (development version) +# dials 1.4.2 * `prop_terms()` is a new parameter object used for recipes that do supervised feature selection (#395).