Updated changelog and date for R package

This commit is contained in:
Sean J. Taylor 2018-12-18 23:07:58 -08:00
parent 457ed1b34b
commit 211f30039a
2 changed files with 6 additions and 1 deletions

View file

@ -1,7 +1,7 @@
Package: prophet
Title: Automatic Forecasting Procedure
Version: 0.4
Date: 2018-12-05
Date: 2018-12-18
Authors@R: c(
person("Sean", "Taylor", email = "sjt@fb.com", role = c("cre", "aut")),
person("Ben", "Letham", email = "bletham@fb.com", role = "aut")

View file

@ -64,6 +64,11 @@ Use `conda install gcc` to set up gcc. The easiest way to install Prophet is thr
## Changelog
### Version 0.4 (2018.12.18)
- Added holidays functionality
- Bugfixes
### Version 0.3 (2018.06.01)
- Multiplicative seasonality