Skip to content

Commit 699ed62

Browse files
committed
structure and sort NEWS bullets post TDD
1 parent 56ba1a8 commit 699ed62

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

NEWS.md

+14-12
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,14 @@
22

33
* The new `inner_split()` function and its methods for various resamples is for usage in tune to create a inner resample of the analysis set to fit the preprocessor and model on one part and the post-processor on the other part (#483, #488, #489).
44

5-
* Started moving error messages to cli (#499, #502). With contributions from @PriKalra (#523, #526, #528, #530, #531, #532), @Dpananos (#516, #517, #529), and @JamesHWade (#518).
5+
* Bootstrap intervals via `int_pctl()`, `int_t()`, and `int_bca()` now allow for more flexible grouping (#465).
66

7-
* Fixed example for `nested_cv()` (@seb09, #520).
7+
* Errors and warnings are now styled via cli (#499, #502). Largely done by @PriKalra (#523, #526, #528, #530, #531, #532), @Dpananos (#516, #517, #529), and @JamesHWade (#518) as part of the tidyverse dev day.
88

99
* `rolling_origin()` is now superseded by `sliding_window()`, `sliding_index()`, and `sliding_period()` which provide more flexibility and control (@nmercadeb, #524).
1010

11-
* Removed trailing space in printing of `mc_cv()` objects (@ccani007, #464).
12-
13-
* Improved documentation for `initial_split()` and friends (@laurabrianna, #519).
14-
15-
* Formatting improvement: package names are now not in backticks anymore (@agmurray, #525).
16-
17-
* Improved documentation and formatting: function names are now more easily identifiable through either `()` at the end or being links to the function documentation (@brshallo , #521).
18-
1911
* `vfold_cv()` and `clustering_cv()` now error on implicit leave-one-out cross-validation (@seb09, #527).
2012

21-
* Bootstrap intervals via `int_pctl()`, `int_t()`, and `int_bca()` now allow for more flexible grouping (#465).
22-
2313
## Bug fixes
2414

2515
* `vfold_cv()` now utilizes the `breaks` argument correctly for repeated cross-validation (@ZWael, #471).
@@ -32,6 +22,18 @@
3222

3323
* The `rsplit` objects of an `apparent()` split now have the correct class inheritance structure. The order is now `apparent_split` and then `rsplit` rather than the other way around (#477).
3424

25+
## Documentation improvements
26+
27+
* Improved documentation and formatting: function names are now more easily identifiable through either `()` at the end or being links to the function documentation (@brshallo , #521).
28+
29+
* Fixed example for `nested_cv()` (@seb09, #520).
30+
31+
* Formatting improvement: package names are now not in backticks anymore (@agmurray, #525).
32+
33+
* Improved documentation for `initial_split()` and friends (@laurabrianna, #519).
34+
35+
* Removed trailing space in printing of `mc_cv()` objects (@ccani007, #464).
36+
3537

3638
# rsample 1.2.1
3739

0 commit comments

Comments
 (0)