alkaline-ml / pmdarima

A statistical library designed to fill the void in Python's time series analysis capabilities, including the equivalent of R's auto.arima function.
https://www.alkaline-ml.com/pmdarima
MIT License
1.55k stars 228 forks source link

[WIP] Support Numpy 2 #578

Open aaronreidsmith opened 1 month ago

aaronreidsmith commented 1 month ago

Description

Numpy 2 (released 2024-06-16) is binary-incompatible with Numpy 1. This PR aims to make pmdarima compatible with Numpy 2

Fixes #577

Type of change

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: