Skip to content

Commit 62155cc

Browse files
authored
Merge pull request #490 from cmu-delphi/ds/bump
doc: bump to 0.8
2 parents 69e9ca7 + d2354f0 commit 62155cc

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-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.0
55
Authors@R: c(
66
person("Jacob", "Bien", role = "ctb"),
77
person("Logan", "Brooks", email = "[email protected]", role = c("aut", "cre")),

NEWS.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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+
57
# epiprocess 0.8
68

79
## Breaking changes
@@ -42,9 +44,9 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
4244
- Fixed documentation referring to old `epi_slide()` interface (#466, thanks
4345
@XuedaShen!).
4446
- `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
47+
e.g. `as_epi_df(some_tibble, geo_value=state)`. In addition, there is a list
48+
of default conversions, see `time_column_names` for a list of columns that
49+
will automatically be recognized and converted to `time_value` column (there
4850
are similar functions for `geo` and `version`).
4951
- Fixed bug where `epix_slide_ref_time_values_default()` on datetimes would
5052
output a huge number of `ref_time_values` spaced apart by mere seconds.

0 commit comments

Comments
 (0)