v0.7.0
- Pin dask to
<=2024.2
until dask-geopandas can update to use the new dask-expr API (1f8a568)- The pin will be removed once geopandas/dask-geopandas#284 is resolved.
- Fix documentation for rasterization (4bf8508)
- Fix issue in line_stats where dask would auto-rechunk causing actual chunks to differ from expected (23ababb)
- Speed up and simplify
Raster.get_chunk_rasters
(6beb9f1)