File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
55# epiprocess 0.9
66
77## Breaking changes
8- - In ` epi[x]_slide ` :
8+
9+ - In ` epi[x]_slide `
910 - ` names_sep ` is deprecated, and if you return data frames from your
1011 computations, they will no longer be unpacked into separate columns with
1112 name prefixes; instead:
@@ -15,6 +16,8 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
1516 packed data.frame-class column (see ` tidyr::pack ` ).
1617 - ` as_list_col ` is deprecated; you can now directly return a list from your
1718 slide computations instead.
19+ - ` additional_metadata ` is no longer used in ` as_epi_df() ` construction.
20+ ` other_keys ` is promoted to be an argument directly.
1821
1922## Improvements
2023
@@ -87,8 +90,8 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
8790 - Multiple "data-masking" tidy evaluation expressions can be passed in via
8891 ` ... ` , rather than just one.
8992 - Additional tidy evaluation features from ` dplyr::mutate ` are supported: `!!
90- name_var := value` , unnamed expressions evaluating to data frames, and ` =
91- NULL` ; see ` ?epi_slide` for more details.
93+ name_var := value` , unnamed expressions evaluating to data frames, and ` =
94+ NULL` ; see ` ?epi_slide` for more details.
9295
9396## Cleanup
9497
You can’t perform that action at this time.
0 commit comments