From d839b1ff4931340457b67a5eb7d24143798d7b67 Mon Sep 17 00:00:00 2001 From: Hannah Frick Date: Thu, 12 Sep 2024 13:35:23 +0100 Subject: [PATCH] Update NEWS --- NEWS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS.md b/NEWS.md index ac013de4..ee7cfed4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -18,6 +18,8 @@ * `vfold_cv()` and `clustering_cv()` now error on implicit leave-one-out cross-validation (@seb09, #527). +* Bootstrap intervals via `int_pctl()`, `int_t()`, and `int_bca()` now allow for more flexible grouping (#465). + ## Bug fixes * `vfold_cv()` now utilizes the `breaks` argument correctly for repeated cross-validation (@ZWael, #471).