v0.1.15
This release includes several smalls features and support for NumPy 2. It also allows out-of-memory reprojection internally (not available in the public API yet).
What's Changed
- Add NumPy 2 support by @rhugonnet in #605
- Add default nodata support for integer 64 types by @rhugonnet in #680
- Update
Vectorclass to latest Shapely functions by @rhugonnet in #679 - Multiprocessing reprojection by @vschaffn in #661
- Modify
nmadto match with xDEM usage by @vschaffn in #678 - Use
toleranceinreproject()only for Rasterio>1.4.3 and re-structure chunked ops by @rhugonnet in #681 - Add COG format by @belletva in #666
- Handle Masks in
map_overlap_multiproc_saveby @vschaffn in #683 - Change
nb_workersin cluster used in tests by @vschaffn in #684 - Update setup.cfg by @adebardo in #685
New Contributors
Full Changelog: v0.1.14...v0.1.15