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
Fix default int on windows, numpy<2 (#395)
* Avoid rechunking when preferred_method="blockwise"
* Add new numpy1 environment
* try int_ instead of intp
* Use uintp instead
* Use np.uint instead
* more fixes
* Add test
* fix
* fix again
Preserve dtype better when specified. (#389)
* Preserve dtype better when specified.
* Add one more test
* tweak test
* more test
* [revert] test with Xarray PR branch
* tweak
* show versions
* Drop python 3.9, use ruff
* switch to Ruff
* fix mypy
* remove toctrees
* fix
* one more