@@ -12,12 +12,12 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.0.x will indicat
1212 ` data(<dataset name>, package = "epidatasets") ` , ` epidatasets::<dataset name> `
1313 or, after loading the package, the name of the dataset alone (#382 ).
1414- ` 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() ` ).
1616 ` step_growth_rate() ` has lost its ` additional_gr_args_list ` argument and now
1717 has an ` na_rm ` argument.
1818- Moves ` epiprocess ` out of depends (#440 ). No internals have changed, but downstream
1919 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
2121 with ` hardhat::quantile_pred() ` . Some associated functions are deprecated with
2222 ` lifecycle ` messages.
2323- 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
3737- Replace ` dist_quantiles() ` with ` hardhat::quantile_pred() `
3838- Allow ` quantile() ` to threshold to an interval if desired (#434 )
3939- ` 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.
4042
4143## Bug fixes
4244
0 commit comments