Releases: xarray-contrib/flox
Releases · xarray-contrib/flox
v0.10.3
Bug fixes for reindexing to sparse.
What's Changed
- Doc updates by @dcherian in #436
- Fix sparse reindexing some more. by @dcherian in #437
- Fix images in zonal stats notebooks by @dcherian in #438
- Optimize handling of range index a bit more. by @dcherian in #440
Full Changelog: v0.10.2...v0.10.3
v0.10.2
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
- Avoid realizing a potentially very large RangeIndex in to memory by @dcherian in #429
- Optimize isnull, notnull by @dcherian in #431
- Update docstrings by @dcherian in #432
- Allow reindexing to sparse by @dcherian in #430
- Parallelize ravel-multi-index in factorize by @dcherian in #433
- Preserve pd.Index after factorize till the end by @dcherian in #434
- Add zonal stats user story for #428 by @dcherian in #435
Full Changelog: v0.10.1...v0.10.2
v0.10.1
Bug fix for first, last with cftime & datetime64; and official support for 3.13
What's Changed
- optimize cohorts yet again by @dcherian in #419
- Fix upstream-dev tests by @dcherian in #421
- One more fill-value fix. by @dcherian in #424
- Python 3.13 in CI by @dcherian in #425
- Better cftime handling by @dcherian in #426
Full Changelog: v0.10.0...v0.10.1
v0.10.0
This release brings fixes for cubed, a major improvement to "cohorts"
with dask, and many bugfixes.
What's Changed
- Cubed fixes by @tomwhite in #416
- Single layer for cohorts. by @dcherian in #415
- Optimize quantile. by @dcherian in #409
- Fix nanmax, nanmin bug by @dcherian in #411
- More support for datetime, timedelta by @dcherian in #412
Full Changelog: v0.9.15...v0.10.0