diff --git a/DESCRIPTION b/DESCRIPTION index b1537fc3..a99b7027 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: rsample Title: General Resampling Infrastructure -Version: 1.3.1.9001 +Version: 1.3.2 Authors@R: c( person("Hannah", "Frick", , "hannah@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6049-5258")), diff --git a/NEWS.md b/NEWS.md index aa45a6ed..96f8e7a2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,8 @@ -# rsample (development version) +# rsample 1.3.2 * `.get_split_args()` now works with rset objects created by functions from spatialsample without requiring the package to be attached (#599). -* The lag argument for `initial_time_split()` has been soft deprecated (@bjornkallerud, #592). +* The `lag` argument for `initial_time_split()` has been soft deprecated (@bjornkallerud, #592). * The example for `group_vfold_cv()` has been updated to use current dplyr functions (#597).