Skip to content

Commit d0bdf11

Browse files
dajmcdondshemetov
authored andcommitted
bump version
1 parent 3103ebd commit d0bdf11

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

NEWS.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)