martius-lab / cluster_utils

https://cluster-utils.readthedocs.io/stable/
Other
12 stars 0 forks source link

NumPy 2.0 #112

Open luator opened 5 months ago

luator commented 5 months ago

NumPy 2.0 got released! Unfortunately, this causes several compatibility issues. For now #110 restricts the dependency to numpy<2, but it would be nice if we could resolve the issues so that we can remove that restriction again.

luator commented 5 months ago

I wonder how many such issues are getting opened today all over the internet :D

luator commented 3 months ago

As a first step, it might be helpful to enable and fix the "NPY" warnings of ruff. When I enable them, I see the word "legacy" a lot, so fixing them might help with 2.0-compatibility.