Skip to content

Commit 27ff006

Browse files
authored
Merge pull request #385 from cmu-delphi/main
sync: main -> dev
2 parents 8f8f113 + e7a4dfa commit 27ff006

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

NEWS.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ inter-release development versions will include an additional ".9999" suffix.
2828

2929
## New features
3030

31-
* `epi_slide` and `epix_slide` also make the window data, group key and reference
32-
time value available to slide computations specified as formulas or tidy
33-
evaluation expressions, in additional or completely new ways.
31+
* `epi_slide` and `epix_slide` also make the window data, group key and
32+
reference time value available to slide computations specified as formulas or
33+
tidy evaluation expressions, in additional or completely new ways.
3434
* If `f` is a formula, it can now access the reference time value via `.z` or
3535
`.ref_time_value`.
3636
* If `f` is missing, the tidy evaluation expression in `...` can now refer to
@@ -59,6 +59,10 @@ inter-release development versions will include an additional ".9999" suffix.
5959
format (see `tidyr::chop`).
6060
* `epi_slide` now works properly with slide computations that output just a
6161
`Date` vector, rather than converting `slide_value` to a numeric column.
62+
* Fix `?archive_cases_dv_subset` information regarding modifications of upstream
63+
data by @brookslogan in (#299).
64+
* Update to use updated `epidatr` (`fetch_tbl` -> `fetch`) by @brookslogan in
65+
(#319).
6266

6367
# epiprocess 0.6.0
6468

0 commit comments

Comments
 (0)