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?
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