Skip to content

Releases: xarray-contrib/flox

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

v0.9.13

21 Sep 00:21
07a15c4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.12...v0.9.13

v0.9.12

17 Sep 00:04
8556811
Compare
Choose a tag to compare

What's Changed

  • Avoid rechunking when preferred_method="blockwise" by @dcherian in #394
  • Fix default int on windows, numpy<2 by @dcherian in #395

Full Changelog: v0.9.11...v0.9.12

v0.9.11

08 Sep 16:14
7421cb1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.10...v0.9.11

v0.9.10

14 Aug 19:57
edc1344
Compare
Choose a tag to compare

Fixes a couple of bugs.

What's Changed

Full Changelog: v0.9.9...v0.9.10