Skip to content

doc: bump to 0.8 #490

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: epiprocess
Title: Tools for basic signal processing in epidemiology
Version: 0.7.15
Version: 0.8.0
Authors@R: c(
person("Jacob", "Bien", role = "ctb"),
person("Logan", "Brooks", email = "lcbrooks@andrew.cmu.edu", role = c("aut", "cre")),
Expand Down
8 changes: 5 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

# epiprocess 0.9

# epiprocess 0.8

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