From 0a857a348e66abdbe98ec017ceb8de0cd6578fa0 Mon Sep 17 00:00:00 2001 From: bjsmith Date: Fri, 15 Sep 2023 08:11:25 -0500 Subject: [PATCH] Increment development version to 3.6.2.9000 --- DESCRIPTION | 4 ++-- NEWS.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index b26479f..eb838d1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: MachineShop Type: Package Title: Machine Learning Models and Tools -Version: 3.6.2 -Date: 2023-03-21 +Version: 3.6.2.9000 +Date: 2023-09-15 Authors@R: person(c("Brian", "J"), "Smith", email = "brian-j-smith@uiowa.edu", role = c("aut", "cre")) diff --git a/NEWS.md b/NEWS.md index 8852ccd..33ac4aa 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,12 @@ ## Version Updates +## 3.6.2.9000 +* Compatibility updates for **parsnip**. +* Enable resampling by a grouping variable with `BootControl`, `OOBControl`, and `SplitControl`. +* Enable resampling by a stratification variable with `SplitControl`. +* Require **R** 4.1.0 or later. + ## 3.6.2 * Add backward compatibility for older `MLModel` objects without a `na.rm` slot. * Fix CRAN check warning: S3 generic/method consistency.