diff --git a/DESCRIPTION b/DESCRIPTION index 38a1dbddc..1fd35efef 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: parsnip Title: A Common API to Modeling and Analysis Functions -Version: 1.0.3 +Version: 1.0.3.9000 Authors@R: c( person("Max", "Kuhn", , "max@rstudio.com", role = c("aut", "cre")), person("Davis", "Vaughan", , "davis@rstudio.com", role = "aut"), diff --git a/NEWS.md b/NEWS.md index 3fdc1c371..4441f0f21 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,5 @@ +# parsnip (development version) + # parsnip 1.0.3 * Adds documentation and tuning infrastructure for the new `flexsurvspline` engine for the `survival_reg()` model specification from the `censored` package (@mattwarkentin, #831).