Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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")),
Expand Down
4 changes: 2 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down