mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-30 20:18:11 +00:00
Updated changelog and date for R package
This commit is contained in:
parent
457ed1b34b
commit
211f30039a
2 changed files with 6 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue