Bug fixes:
- Out-of-sample scoring/fitting is now handled appropriately (see Issue 28).
- Fixed `TypeError` on `ARMA` predictions where `d=0` (see Issue 29).
New features:
- Created a `add_new_samples` method for `ARIMA` models so newly observed samples can be added to a model without updating its parameters. This allows future forecasts to consider the latest ground-truth samples.
- Added confidence intervals to predictions. See Issue 20
Documentation:
- Overhauled documentation with new formatting
- Migrated off of readthedocs and onto `gh-pages`