File tree 1 file changed +4
-0
lines changed 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,9 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.0.x will indicat
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
21
+ with ` hardhat::quantile_pred() ` . Some associated functions are deprecated with
22
+ ` lifecycle ` messages.
20
23
21
24
## Improvements
22
25
@@ -28,6 +31,7 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.0.x will indicat
28
31
- Add ` reference_date ` as an argument to ` epi_recipe() `
29
32
- Add ` step_climate() ` to create "climate" predictor in forecast workflows
30
33
- Add ` climatological_forecaster() ` to automatically create climate baselines
34
+ - Replace ` dist_quantiles() ` with ` hardhat::quantile_pred() `
31
35
32
36
## Bug fixes
33
37
You can’t perform that action at this time.
0 commit comments