mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-07-30 20:18:11 +00:00
Updated changelog
This commit is contained in:
parent
3a4539f199
commit
8306ae3519
1 changed files with 7 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ Prophet is on PyPI, so you can use pip to install it:
|
|||
$ pip install fbprophet
|
||||
```
|
||||
|
||||
The major dependency that Prophet has is `pystan`. PyStan has its own [installation instructions](http://pystan.readthedocs.io/en/latest/installation_beginner.html). Install pystan with pip before using pip to install fbprophet.
|
||||
The major dependency that Prophet has is `pystan`. PyStan has its own [installation instructions](http://pystan.readthedocs.io/en/latest/installation_beginner.html). Install pystan with pip before using pip to install fbprophet. You may also try the (more experimental) [cmdstanpy backend](https://github.com/stan-dev/cmdstanpy).
|
||||
|
||||
After installation, you can [get started!](https://facebook.github.io/prophet/docs/quick_start.html#python-api)
|
||||
|
||||
|
|
@ -65,6 +65,12 @@ Make sure compilers (gcc, g++, build-essential) and Python development tools (py
|
|||
|
||||
## Changelog
|
||||
|
||||
### Version 0.6 (2020.03.03)
|
||||
|
||||
- Fix bugs related to upstream changes in `holidays` and `pandas` packages.
|
||||
- Compile model during first use, not during install (to comply with CRAN policy)
|
||||
- `cmdstanpy` backend now available in Python
|
||||
|
||||
### Version 0.5 (2019.05.14)
|
||||
|
||||
- Conditional seasonalities
|
||||
|
|
|
|||
Loading…
Reference in a new issue