awslabs / gluonts

Probabilistic time series modeling in Python
https://ts.gluon.ai
Apache License 2.0
4.64k stars 755 forks source link

Support numpy>= 2.0.0 #3225

Closed suzhoum closed 1 week ago

suzhoum commented 1 month ago

Description

Hi Team,

With the increasing adoption of numpy>=2.0.0, and some prominent packages—such as spaCy—now requiring this version as a dependency (see here), I would like to inquire if there are plans for GluonTS to support numpy>=2.0.0 in the near future.

Our team is actively working on AutoGluon, which relies on both spacy and gluonts. We have been receiving numerous requests from our users to support numpy>=2.0.0. Having compatibility with this version would greatly benefit our project and likely others in the ecosystem.

We would greatly appreciate your consideration of this request and any guidance you could provide on a potential timeline for supporting this upgrade.

Thank you for your continued efforts and support!

References

lostella commented 1 month ago

Work in progress in #3226

lostella commented 2 weeks ago

Addressed in #3226 and #3227, which will be included in the upcoming 0.16 release

lostella commented 1 week ago

@suzhoum gluonts 0.16 is released, with support for numpy 2. Closing this for now, feel free to open any issues you may find with it. And thanks for opening the issue!

suzhoum commented 1 week ago

@lostella Thank you very much for the quick turnaround!