openml / openml-python

Python module to interface with OpenML
https://openml.github.io/openml-python/main/
Other
276 stars 142 forks source link

Inspect compatibility with Numpy 2.0 #1327

Closed PGijsbers closed 2 weeks ago

PGijsbers commented 6 months ago

NumPy 2.0 is going to be released "soon". This timeline sets a rc next month and a proper release a month or two later. It features breaking changes. I don't know if we will be affected, but if so we should either work on compatibility or (temporary) make sure to add an upperbound.

Labeling this as a priority, because I think we should work under the assumption that things will break unless tested.

PGijsbers commented 2 weeks ago

Added compatibility with #1340.