Skip to content

Releases: alkaline-ml/pmdarima

Version 2.0.1-RC1

23 Aug 14:58
b465ee3

Choose a tag to compare

Version 2.0.1-RC1 Pre-release
Pre-release
  • Add support for macOS with M1 chip

Version 2.0.0

20 Aug 00:38
4869c43

Choose a tag to compare

Potentially breaking changes:

  • Use of the exogenous keyword (deprecated in 1.8.0) will now raise a TypeError
    • Use of the sarimax_kwargs keyword (deprecated in 1.5.1) will now raise a TypeError
    • A falsey value for ARIMA's method argument (deprecated pre-1.5.0) will now raise a ValueError
    • A falsey value for ARIMA's maxiter argument will now raise a ValueError (warning since 1.5.0)
    • pmdarima is no longer built for 32-bit architectures
    • macOS images are built using macOS 11 instead of macOS 10.15

Other changes:

  • Bump numpy dependency to >= 1.21
  • Expose fittedvalues in the public API. See #493
  • Add support for ARM64 architecture. See #434
  • Introduce new arg, preserve_series, to pmdarima.utils.check_endog that 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

22 Feb 11:03
cafd5c7

Choose a tag to compare

  • Add support for Python 3.10
  • Remove support for Python 3.6 (EOL: 23 Dec 2021)

Version 1.8.4

05 Nov 12:34
8fd552a

Choose a tag to compare

Version 1.8.4

  • Add compatibility for statsmodels 0.13 and higher

Version 1.8.3

24 Sep 20:58
593de60

Choose a tag to compare

Version 1.8.3

  • Fix a bug in tsdisplay where a value of lag_max larger 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 numpy pin to numpy>=1.19.3 (and build on lowest supported version) to no longer limit users' NumPy versions. This addresses #449

  • Fix a bug where scikit-learn version 1.0.0 was raising ValueError when calling if_delegate_has_method, addressing #454

Version 1.8.3 Release Candidate 0

22 Jul 21:39
a45d022

Choose a tag to compare

Pre-release
  • Fixes #440
  • Test new Circle CI deployment

Version 1.8.2

19 Apr 22:12
5bf84a2

Choose a tag to compare

Version 1.8.2

  • Change numpy pin to ~=1.19.0 to avoid incompatibility issues, addressing #423

Version 1.8.2-RC3

19 Apr 20:21

Choose a tag to compare

Version 1.8.2-RC3 Pre-release
Pre-release

Version 1.8.2-RC3

  • Change numpy pin to be ~=1.19.0 to avoid incompatibility issues

Version 1.8.2-RC1

19 Apr 19:06

Choose a tag to compare

Version 1.8.2-RC1 Pre-release
Pre-release

Version 1.8.2-RC1

  • Change numpy pin to be ~=1.19 to avoid incompatibility issues

Version 1.8.2-RC2

19 Apr 20:10
db4c92e

Choose a tag to compare

Version 1.8.2-RC2 Pre-release
Pre-release

Version 1.8.1-RC2

  • Change numpy pin to be ~=1.19.0 to avoid incompatibility issues