Skip to content

v0.10.2

Compare
Choose a tag to compare
@dcherian dcherian released this 05 Apr 05:42
· 6 commits to main since this release
c171ea0

Adds the ability to reindex to a pydata/sparse.COO array by providing

reindex=flox.ReindexStrategy(
    blockwise=False, 
    array_type=flox.ReindexArrayType.SPARSE_COO)
)

This can be useful for large raster "zonal" statistics workloads (inspired by #428).

What's Changed

Full Changelog: v0.10.1...v0.10.2