Skip to content

Releases: xarray-contrib/flox

v0.10.7

25 Sep 14:45
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.6...v0.10.7

v0.10.6

18 Aug 21:36
34b551b
Compare
Choose a tag to compare

What's Changed

  • Fix last and first error method with Dask processes scheduler by @josephnowak in #460

New Contributors

Full Changelog: v0.10.5...v0.10.6

v0.10.5

15 Aug 19:01
cbcc035
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.4...v0.10.5

v0.10.4

27 May 18:17
619a390
Compare
Choose a tag to compare

What's Changed

  • Experimental support for aggregating sparse arrays. by @dcherian in #442

Full Changelog: v0.10.3...v0.10.4

v0.10.3

09 Apr 21:45
ce7b9b7
Compare
Choose a tag to compare

Bug fixes for reindexing to sparse.

What's Changed

Full Changelog: v0.10.2...v0.10.3

v0.10.2

05 Apr 05:42
c171ea0
Compare
Choose a tag to compare

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

v0.10.1

25 Mar 03:47
9e82b66
Compare
Choose a tag to compare

Bug fix for first, last with cftime & datetime64; and official support for 3.13

What's Changed

Full Changelog: v0.10.0...v0.10.1

v0.10.0

24 Jan 17:52
ac319cc
Compare
Choose a tag to compare

This release brings fixes for cubed, a major improvement to "cohorts" with dask, and many bugfixes.

What's Changed

Full Changelog: v0.9.15...v0.10.0

v0.9.15

12 Nov 23:20
3853101
Compare
Choose a tag to compare

Revert the latest commit to avoid a bug.

What's Changed

Full Changelog: v0.9.14...v0.9.15

v0.9.14

05 Nov 17:38
4f6164f
Compare
Choose a tag to compare

What's Changed

  • Support first, last with datetime, timedelta by @dcherian in #402

Full Changelog: v0.9.13...v0.9.14