Release 1.1.0 adds:
ARIMA.plot_diagnostics
method, as requested in #49- Adds new arg to
ARIMA
constructor andauto_arima
:with_intercept
(default is True). - New default for
trend
is no longer'c'
, it isNone
. - Added
to_dict
method toARIMA
class to address #54 - The
'PMDARIMA_CACHE'
and'PMDARIMA_CACHE_WARN_SIZE'
environment variables are
now deprecated, since they no longer need to be used. They will be removed in v1.2.0 - Added versioned documentation. All releases' doc (from 0.9.0 onward) is now available
atalkaline-ml.com/pmdarima/<version>
- Python 3.7 support(!!)