Skip to content

Commit

Permalink
Update what's new for 1.8.0 (#403)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronreidsmith authored Dec 2, 2020
1 parent 6348dae commit 23d4d0d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@ v0.8.1) will document the latest features.

* Move ``ModelFitWarning`` from ``pmdarima.arima.warnings`` to ``pmdarima.warnings``

* Fix a bug where the :class:`pmdarima.model_selection.RollingForecastCV` could produce
too few splits for the given input data.

* Change pin for ``setuptools`` from ``<50.0.0`` to ``!=50.0.0``, addressing
`#401 <https://github.com/alkaline-ml/pmdarima/issues/401>`_

* Change pin for ``statsmodels`` from ``<0.12.0`` to ``!=0.12.0``, addressing
`#376 <https://github.com/alkaline-ml/pmdarima/issues/376>`_


`v1.7.1 <http://alkaline-ml.com/pmdarima/1.7.1/>`_
--------------------------------------------------
Expand Down

0 comments on commit 23d4d0d

Please sign in to comment.