Skip to content

Commit 1e6be8f

Browse files
committed
bump version, news
1 parent 64ee99e commit 1e6be8f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
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.4
4+
Version: 0.7.5
55
Authors@R: c(
66
person("Jacob", "Bien", role = "ctb"),
77
person("Logan", "Brooks", role = "aut"),

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,11 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat
1616
- Minor documentation updates; PR #393
1717
- Improved `epi_archive` print method. Compactified metadata and shows a snippet
1818
of the underlying `DT` (#341).
19-
- Added `autoplot` method for `epi_df` objects, which creates a ggplot2 plot of
19+
- Added `autoplot` method for `epi_df` objects, which creates a `ggplot2` plot of
2020
the `epi_df` (#382).
2121
- Refactored internals to use `cli` for warnings/errors and `checkmate` for
2222
argument checking (#413).
23+
- Fix logic to auto-assign `ep_df` `time_type` to `week` (#416).
2324

2425
## Breaking changes
2526

0 commit comments

Comments
 (0)