Skip to content

Commit 9cf5b85

Browse files
committed
bump version
1 parent fbceb88 commit 9cf5b85

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: epipredict
22
Title: Basic epidemiology forecasting methods
3-
Version: 0.0.20
3+
Version: 0.0.21
44
Authors@R: c(
55
person("Daniel", "McDonald", , "[email protected]", role = c("aut", "cre")),
66
person("Ryan", "Tibshirani", , "[email protected]", role = "aut"),
@@ -23,7 +23,7 @@ URL: https://github.com/cmu-delphi/epipredict/,
2323
https://cmu-delphi.github.io/epipredict
2424
BugReports: https://github.com/cmu-delphi/epipredict/issues/
2525
Depends:
26-
epiprocess (>= 0.7.5),
26+
epiprocess (>= 0.7.12),
2727
parsnip (>= 1.0.0),
2828
R (>= 3.5.0)
2929
Imports:

NEWS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,4 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.0.x will indicat
5757
- Add `step_epi_slide` to produce generic sliding computations over an `epi_df`
5858
- Add quantile random forests (via `{grf}`) as a parsnip engine
5959
- Replace `epi_keys()` with `epiprocess::key_colnames()`, #352
60+
- Try to retain the `epi_df` class during baking to the extent possible, #376

0 commit comments

Comments
 (0)