Skip to content

Commit e7a4dfa

Browse files
authored
Merge pull request #384 from cmu-delphi/ds/0.7.0
docs: update news for 0.7.0 release
2 parents 9165bcc + dfe0fae commit e7a4dfa

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
@@ -21,9 +21,9 @@ inter-release development versions will include an additional ".9999" suffix.
2121

2222
## New features:
2323

24-
* `epi_slide` and `epix_slide` also make the window data, group key and reference
25-
time value available to slide computations specified as formulas or tidy
26-
evaluation expressions, in additional or completely new ways.
24+
* `epi_slide` and `epix_slide` also make the window data, group key and
25+
reference time value available to slide computations specified as formulas or
26+
tidy evaluation expressions, in additional or completely new ways.
2727
* If `f` is a formula, it can now access the reference time value via `.z` or
2828
`.ref_time_value`.
2929
* If `f` is missing, the tidy evaluation expression in `...` can now refer to
@@ -52,6 +52,10 @@ inter-release development versions will include an additional ".9999" suffix.
5252
format (see `tidyr::chop`).
5353
* `epi_slide` now works properly with slide computations that output just a
5454
`Date` vector, rather than converting `slide_value` to a numeric column.
55+
* Fix `?archive_cases_dv_subset` information regarding modifications of upstream
56+
data by @brookslogan in (#299).
57+
* Update to use updated `epidatr` (`fetch_tbl` -> `fetch`) by @brookslogan in
58+
(#319).
5559

5660
# epiprocess 0.6.0
5761

0 commit comments

Comments
 (0)