Changes in version 2024.4.14

- ResamplingSameOtherSizesCV and ResamplingSameOtherCV now recognize subset (instead of previous group_generalization/group) as the column role for designating subsets to train/test on.
- ResamplingSameOtherSizesCV now recognizes group (instead of previous group_atomic) as the ID of grouped observations that should not be separated when splitting.

Changes in version 2024.3.6

- new ResamplingSameOtherSizesCV.

Changes in version 2024.1.23

- ResamplingVariableSizeTrainCV outputs train sets which respect strata.

Changes in version 2024.1.8

- Rename Simulations vignette to ResamplingSameOtherCV.
- New ResamplingVariableSizeTrainCV class and vignette.
- use setDTthreads(1L) before tests to avoid CRAN NOTE (Running R code in ‘testthat.R’ had CPU time 2.8 times elapsed time).

Changes in version 2023.12.23

- To get data set names in Simulations vignette, use task data names instead of learner$state$data_prototype.

Changes in version 2023.12.20

- First CRAN release.
- Link to blog in DESCRIPTION.

Changes in version 2023.12.19

- use setDTthreads(1) in vignette to avoid CRAN NOTE (Re-building vignettes had CPU time 3.2 times elapsed time)

Changes in version 2023.12.18

- do not future::plan multisession, to avoid CRAN NOTE (checking for detritus in the temp directory).

Changes in version 2023.12.13

- Error for conflicting group names.
- instance has new elements: data tables for visualization.

Changes in version 2023.12.12

- Examples vignette, first tests, score().

Changes in version 2023.12.11

- minimal docs, tests, etc.

Changes in version 2023.12.8

- first version, R code forked from https://tdhock.github.io/blog/2023/R-gen-new-subsets/
