Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Bump pmdarima from 1.8.4 to 2.0.3 #237

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 20, 2023

Bumps pmdarima from 1.8.4 to 2.0.3.

Release notes

Sourced from pmdarima's releases.

Version 2.0.3

  • Fix a bug when generating permutations using numpy>=1.24.0. See #534
  • Fix a bug in transform when using scikit-learn>=1.2.0, addressing #539

Version 2.0.2

Add support for Python 3.11

Version 2.0.2-RC1

Pre-release for version 2.0.2, including Python 3.11 support.

Version 2.0.1

  • Add support for macOS with M1 chip

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_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 alkaline-ml/pmdarima#493
  • Add support for ARM64 architecture. See alkaline-ml/pmdarima#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

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

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pmdarima](https://github.com/alkaline-ml/pmdarima) from 1.8.4 to 2.0.3.
- [Release notes](https://github.com/alkaline-ml/pmdarima/releases)
- [Commits](alkaline-ml/pmdarima@v1.8.4...v2.0.3)

---
updated-dependencies:
- dependency-name: pmdarima
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 20, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants