Releases: alkaline-ml/pmdarima
Releases · alkaline-ml/pmdarima
Version 2.0.1-RC1
- Add support for macOS with M1 chip
Version 2.0.0
Potentially breaking changes:
- Use of the exogenous keyword (deprecated in 1.8.0) will now raise a
TypeError- Use of the
sarimax_kwargskeyword (deprecated in 1.5.1) will now raise aTypeError - A falsey value for ARIMA's method argument (deprecated pre-1.5.0) will now raise a
ValueError - A falsey value for ARIMA's
maxiterargument will now raise aValueError(warning since 1.5.0) pmdarimais no longer built for 32-bit architectures- macOS images are built using macOS 11 instead of macOS 10.15
- Use of the
Other changes:
- Bump numpy dependency to >= 1.21
- Expose
fittedvaluesin the public API. See #493 - Add support for ARM64 architecture. See #434
- Introduce new arg,
preserve_series, topmdarima.utils.check_endogthat will preserve or squeeze a Pandas Series object to preserve index information. - Update Cython pinned version to include
!=0.29.31
Version 1.8.5
- Add support for Python 3.10
- Remove support for Python 3.6 (EOL: 23 Dec 2021)
Version 1.8.4
Version 1.8.4
- Add compatibility for
statsmodels0.13 and higher
Version 1.8.3
Version 1.8.3
-
Fix a bug in
tsdisplaywhere a value oflag_maxlarger than the length of the series would create a cryptic numpy broadcasting error. This precondition will still cause an error, but now it is one the user can better understand. See #440 -
Change
numpypin tonumpy>=1.19.3(and build on lowest supported version) to no longer limit users' NumPy versions. This addresses #449 -
Fix a bug where
scikit-learnversion1.0.0was raisingValueErrorwhen callingif_delegate_has_method, addressing #454
Version 1.8.3 Release Candidate 0
- Fixes #440
- Test new Circle CI deployment
Version 1.8.2
Version 1.8.2
- Change
numpypin to~=1.19.0to avoid incompatibility issues, addressing #423
Version 1.8.2-RC3
Version 1.8.2-RC3
- Change
numpypin to be~=1.19.0to avoid incompatibility issues
Version 1.8.2-RC1
Version 1.8.2-RC1
- Change
numpypin to be~=1.19to avoid incompatibility issues
Version 1.8.2-RC2
Version 1.8.1-RC2
- Change
numpypin to be~=1.19.0to avoid incompatibility issues