File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,24 @@ Note that `epiprocess` uses the [Semantic Versioning
44("semver")] ( https://semver.org/ ) scheme for all release versions, but any
55inter-release development versions will include an additional ".9999" suffix.
66
7+ ## Breaking changes:
8+
9+ * Changes to ` epix_slide ` :
10+ * The ` f ` computation is now required to take at least three arguments. ` f `
11+ must take an ` epi_df ` with the same column names as the archive's ` DT ` ,
12+ minus the ` version ` column; followed by a one-row tibble containing the
13+ values of the grouping variables for the associated group; followed by a
14+ Date containing the reference time value that was used; followed by any
15+ number of named arguments.
16+
17+ ## New features:
18+
19+ * ` epix_slide ` ` f ` computations passed as functions or formulas now have
20+ access to the reference time value. If ` f ` is a function, it is passed a
21+ Date containing the reference time value as the third argument. If a
22+ formula, ` f ` can access the reference time value via ` .z ` or
23+ ` .ref_time_value ` .
24+
725# epiprocess 0.6.0
826
927## Breaking changes:
You can’t perform that action at this time.
0 commit comments