2
2
3
3
Note that ` epiprocess ` uses the [ Semantic Versioning
4
4
("semver")] ( https://semver.org/ ) scheme for all release versions, but any
5
- inter-release development versions will include an additional ".9999 " suffix.
5
+ inter-release development versions will include an additional ".9000 " suffix.
6
6
7
7
## Breaking changes:
8
8
@@ -21,9 +21,9 @@ inter-release development versions will include an additional ".9999" suffix.
21
21
22
22
## New features:
23
23
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.
27
27
* If ` f ` is a formula, it can now access the reference time value via ` .z ` or
28
28
` .ref_time_value ` .
29
29
* 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.
52
52
format (see ` tidyr::chop ` ).
53
53
* ` epi_slide ` now works properly with slide computations that output just a
54
54
` Date ` vector, rather than converting ` slide_value ` to a numeric column.
55
+ * Fix ` ?archive_cases_dv_subset ` regarding modifications of upstream by
56
+ @brookslogan in (#299 )
57
+ * Update to use latest ` epidatr ` (` fetch_tbl ` -> ` fetch ` ) by @brookslogan in
58
+ (#319 )
55
59
56
60
# epiprocess 0.6.0
57
61
0 commit comments