Skip to content

Commit 8b356d6

Browse files
committed
Add NEWS.md entry for all_versions
1 parent 23e939b commit 8b356d6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,14 @@ development versions. A ".9999" suffix indicates a development version.
5858
* `epi_slide` and `epix_slide` now raise an error rather than silently filtering
5959
out `ref_time_values` that don't meet their expectations.
6060

61+
## New features:
62+
63+
* `epix_slide`, `<epi_archive>$slide` have a new parameter `all_versions`. With
64+
`all_versions=TRUE`, `epix_slide` will pass a filtered `epi_archive` to each
65+
computation rather than an `epi_df` snapshot. This enables, e.g., performing
66+
pseudoprospective forecasts with a revision-aware forecaster using nested
67+
`epix_slide` operations.
68+
6169
## Improvements:
6270

6371
* Added `dplyr::group_by` and `dplyr::ungroup` S3 methods for `epi_archive`

0 commit comments

Comments
 (0)