|
2 | 2 |
|
3 | 3 | * 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).
|
4 | 4 |
|
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). |
6 | 6 |
|
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. |
8 | 8 |
|
9 | 9 | * `rolling_origin()` is now superseded by `sliding_window()`, `sliding_index()`, and `sliding_period()` which provide more flexibility and control (@nmercadeb, #524).
|
10 | 10 |
|
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 |
| - |
19 | 11 | * `vfold_cv()` and `clustering_cv()` now error on implicit leave-one-out cross-validation (@seb09, #527).
|
20 | 12 |
|
21 |
| -* Bootstrap intervals via `int_pctl()`, `int_t()`, and `int_bca()` now allow for more flexible grouping (#465). |
22 |
| - |
23 | 13 | ## Bug fixes
|
24 | 14 |
|
25 | 15 | * `vfold_cv()` now utilizes the `breaks` argument correctly for repeated cross-validation (@ZWael, #471).
|
|
32 | 22 |
|
33 | 23 | * 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).
|
34 | 24 |
|
| 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 | + |
35 | 37 |
|
36 | 38 | # rsample 1.2.1
|
37 | 39 |
|
|
0 commit comments