From a6c68b1fb1a17df3ecd0f1cd23844a24fc3057b6 Mon Sep 17 00:00:00 2001 From: Sebastian Funk Date: Wed, 5 Jul 2023 18:04:54 +0100 Subject: [PATCH] news item and version bump --- DESCRIPTION | 2 +- NEWS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index cf9dcddf0..4e8ac9228 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Type: Package Package: EpiNow2 Title: Estimate Real-Time Case Counts and Time-Varying Epidemiological Parameters -Version: 1.3.6.8000 +Version: 1.3.6.9000 Authors@R: c(person(given = "Sam", family = "Abbott", diff --git a/NEWS.md b/NEWS.md index 255ae3eb3..1f7082f8e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -21,6 +21,7 @@ This release is in development. For a stable release install 1.3.5 from CRAN. * `dist_fit()`'s `samples` argument now takes a default value of 1000 instead of NULL. If a supplied `samples` is less than 1000, it is changed to 1000 and a warning is thrown to indicate the change. By @jamesmbazam in #389 and reviewed by @seabbs. * The internal distribution interface has been streamlined to reduce code duplication. By @sbfnk in #363 and reviewed by @seabbs. * A small bug has been fixed where the seeding time was too long. When a single delay is used this shortens the seeding time by one day and when more delays are used it shortens the seeding time by n days where n is the number of delays used e.g. for two parametric delays it's two days. By @sbfnk in #413 and reviewed by @seabbs. +* Some tuning was done to speed up the renewal model. By @sbfnk in #416. # EpiNow2 1.3.5