You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
numpy 2 compatibility in the netcdf4 and h5netcdf backends (pydata#9136)
* don't remove `netcdf4` from the upstream-dev environment
* also stop removing `h5py` and `hdf5`
* hard-code the precision (I believe this was missed in pydata#9081)
* don't remove `h5py` either
* use on-diks _FillValue as standrd expects, use view instead of cast to prevent OverflowError.
* whats-new
* unpin `numpy`
* rework UnsignedCoder
* add test
* Update xarray/coding/variables.py
Co-authored-by: Justus Magin <[email protected]>
---------
Co-authored-by: Kai Mühlbauer <[email protected]>
Co-authored-by: Kai Mühlbauer <[email protected]>
Co-authored-by: Deepak Cherian <[email protected]>
0 commit comments