@@ -12,12 +12,12 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.0.x will indicat
12
12
` data(<dataset name>, package = "epidatasets") ` , ` epidatasets::<dataset name> `
13
13
or, after loading the package, the name of the dataset alone (#382 ).
14
14
- ` step_adjust_latency() ` no longer allows empty column selection.
15
- - Addresses upstream breaking changes from cmu-delphi/epiprocess #595 (` growth_rate() ` ).
15
+ - Addresses upstream breaking changes from cmu-delphi/epiprocess #595 (` growth_rate() ` ).
16
16
` step_growth_rate() ` has lost its ` additional_gr_args_list ` argument and now
17
17
has an ` na_rm ` argument.
18
18
- Moves ` epiprocess ` out of depends (#440 ). No internals have changed, but downstream
19
19
users may need to add ` library(epiprocess) ` to existing code.
20
- - Removes dependence on the ` distributional ` package, replacing the quantiles
20
+ - Removes dependence on the ` distributional ` package, replacing the quantiles
21
21
with ` hardhat::quantile_pred() ` . Some associated functions are deprecated with
22
22
` lifecycle ` messages.
23
23
- Rename ` check_enough_train_data() ` to ` check_enough_data() ` , and generalize it
@@ -37,6 +37,8 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.0.x will indicat
37
37
- Replace ` dist_quantiles() ` with ` hardhat::quantile_pred() `
38
38
- Allow ` quantile() ` to threshold to an interval if desired (#434 )
39
39
- ` arx_forecaster() ` detects if there's enough data to predict
40
+ - Add ` step_epi_YeoJohnson() ` to perform a Yeo-Johnson transformation on the outcome variable.
41
+ - Add ` layer_epi_YeoJohnson() ` to undo a Yeo-Johnson transformation on the outcome variable in a forecast workflow.
40
42
41
43
## Bug fixes
42
44
0 commit comments