Skip to content

Commit

Permalink
update NEWS.md to reflect changes; closes reconhub#28
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcpulliam committed Dec 13, 2018
1 parent 7422cce commit bbda47f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
============================
Expand Down

0 comments on commit bbda47f

Please sign in to comment.