From 8b4e46fd1bbd4e44a50ece6cbedf6a34ecbb105b Mon Sep 17 00:00:00 2001 From: Ben Letham Date: Thu, 31 May 2018 16:23:27 -0700 Subject: [PATCH] v0.3 changelog --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index b2efae6..d641b94 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,15 @@ Use `conda install gcc` to set up gcc. The easiest way to install Prophet is thr ## Changelog +### Version 0.3 (2018.06.01) + +- Multiplicative seasonality +- Cross validation error metrics and visualizations +- Parameter to set range of potential changepoints +- Unified Stan model for both trend types +- Improved future trend uncertainty for sub-daily data +- Bugfixes + ### Version 0.2.1 (2017.11.08) - Bugfixes