Skip to content

sync: main -> dev #385

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Nov 30, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ inter-release development versions will include an additional ".9999" suffix.

## New features:

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

# epiprocess 0.6.0

Expand Down