hdmf-dev / hdmf-zarr

Zarr I/O backend for HDMF
https://hdmf-zarr.readthedocs.io/
Other
7 stars 6 forks source link

[Feature]: Support numpy 2.0 #209

Closed rly closed 2 months ago

rly commented 3 months ago

What would you like to see added to HDMF-ZARR?

HDMF now supports numpy 2.0, but HDMF-Zarr does not (https://github.com/hdmf-dev/hdmf-zarr/blob/dev/pyproject.toml#L34). Other popular scientific computing libraries have also added support for numpy 2.0. At some point, users will want to take advantage of numpy 2.0 features or libraries will drop support for numpy <2.0, so hdmf-zarr should also add support for numpy 2.0. It would be helpful as a first pass to list out what breaks with numpy 2.0 to evaluate how much work this would be. Could be a relatively quick change.

Is your feature request related to a problem?

No response

What solution would you like?

Add numpy 2.0 support

Do you have any interest in helping implement the feature?

Yes.

Code of Conduct