From ff8e98ce35e58573b6e4c4e527432f4551374353 Mon Sep 17 00:00:00 2001 From: "Logan C. Brooks" Date: Mon, 17 Jun 2024 15:58:35 -0700 Subject: [PATCH] Add NEWS.md entry, bump package version --- DESCRIPTION | 2 +- NEWS.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 39e103022..e6e80f2a9 100755 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: epiprocess Title: Tools for basic signal processing in epidemiology -Version: 0.7.11 +Version: 0.7.12 Authors@R: c( person("Jacob", "Bien", role = "ctb"), person("Logan", "Brooks", email = "lcbrooks@andrew.cmu.edu", role = c("aut", "cre")), diff --git a/NEWS.md b/NEWS.md index 57256cd7c..8d0e5d6c2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4,6 +4,11 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat # epiprocess 0.8 +## Breaking changes +- `detect_outlr_stl(seasonal_period = NULL)` is no longer accepted. Use + `detect_outlr_stl(seasonal_period = , seasonal_as_residual = TRUE)` + instead. See `?detect_outlr_stl` for more details. + ## Improvements - `epi_slide` computations are now 2-4 times faster after changing how @@ -34,6 +39,9 @@ Pre-1.0.0 numbering scheme: 0.x will indicate releases, while 0.x.y will indicat format. - Improved documentation web site landing page's introduction. +## Cleanup +- Removed some external package dependencies. + # epiprocess 0.7.0 ## Breaking changes: