Skip to content

Commit a682557

Browse files
committed
note min arg requirement and ref_time_value access in NEWS
1 parent d44b41f commit a682557

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

NEWS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff 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
55
inter-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:

0 commit comments

Comments
 (0)