From bbda47f242939803403659d1d7b7b189f7304aac Mon Sep 17 00:00:00 2001 From: jrcpulliam Date: Thu, 13 Dec 2018 21:34:46 +0100 Subject: [PATCH] update NEWS.md to reflect changes; closes #28 --- NEWS.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS.md b/NEWS.md index 764db84..5474c64 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,12 +11,17 @@ incidence 1.5.3 (2018-12-07) (See https://github.com/reconhub/incidence/issues/88) * `fit()` now returns correct coefficients when dates is POSIXt by converting to Date. (See https://github.com/reconhub/incidence/issues/91) +* `fit()` now returns Inf for the upper bound of the doubling / halving time if the + confidence interval on the growth rate spans 0. + (See https://github.com/reconhub/incidence/issues/28) ### MISC * `demo("incidence-demo" package = "incidence")` has been updated to show use of custom colors. * `incidence()` no longer accepts characters as input for dates, first_date, or last_date arguments +* `fit()` now returns an error if growth rate estimates for groups have different signs. + (See https://github.com/reconhub/incidence/issues/28) incidence 1.5.2 (2018-11-30) ============================