Skip to content

Commit 17b6a8b

Browse files
committed
repo+doc: bump version and changelog
1 parent 0e95b95 commit 17b6a8b

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: epiprocess
33
Title: Tools for basic signal processing in epidemiology
4-
Version: 0.7.15
4+
Version: 0.8.1
55
Authors@R: c(
66
person("Jacob", "Bien", role = "ctb"),
77
person("Logan", "Brooks", email = "[email protected]", role = c("aut", "cre")),

NEWS.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicate PR's.
44

5+
# epiprocess 0.9
6+
7+
## Improvements
8+
9+
- Added `complete.epi_df`, which fills in missing values in an `epi_df` with
10+
`NA`s. Uses `tidyr::complete` underneath and preserves `epi_df` metadata.
11+
512
# epiprocess 0.8
613

714
## Breaking changes
@@ -42,9 +49,9 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
4249
- Fixed documentation referring to old `epi_slide()` interface (#466, thanks
4350
@XuedaShen!).
4451
- `as_epi_df` and `as_epi_archive` now support arguments to specify column names
45-
e.g. `as_epi_df(some_tibble, geo_value=state)`. In addition, there is a list
46-
of default conversions, see `time_column_names` for a list of columns that
47-
will automatically be recognized and converted to `time_value` column (there
52+
e.g. `as_epi_df(some_tibble, geo_value=state)`. In addition, there is a list
53+
of default conversions, see `time_column_names` for a list of columns that
54+
will automatically be recognized and converted to `time_value` column (there
4855
are similar functions for `geo` and `version`).
4956
- Fixed bug where `epix_slide_ref_time_values_default()` on datetimes would
5057
output a huge number of `ref_time_values` spaced apart by mere seconds.

0 commit comments

Comments
 (0)