Skip to content

Releases: xarray-contrib/flox

v0.9.8

29 May 15:15
7166db3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.7...v0.9.8

v0.9.7

08 May 13:40
fb180e8
Compare
Choose a tag to compare

Some performance improvements, Numpy 2 compat, and initial support for Cubed!

What's Changed

  • Initial minimal working Cubed example for "map-reduce" by @tomwhite in #352
  • Fix benchmarks by @dcherian in #358
  • Optimize bitmask finding for chunk size 1 and single chunk cases by @dcherian in #360
  • Add cubed notebook for hourly climatology example using "map-reduce" method by @tomwhite in #356
  • Manually fuse reindexing intermediates with blockwise reduction for cohorts. by @dcherian in #300
  • Use threadpool for finding labels in chunk by @dcherian in #327
  • Optimize min_count when expected_groups is not provided. by @dcherian in #236
  • import normalize_axis_index from numpy.lib on numpy>=2 by @keewis in #364

New Contributors

Full Changelog: v0.9.6...v0.9.7

v0.9.6

27 Mar 14:24
4952fe9
Compare
Choose a tag to compare

What's Changed

  • Speed up method=None heuristics by avoiding dot product as much as possible by @dcherian in #347

Full Changelog: v0.9.5...v0.9.6

v0.9.5

19 Mar 15:57
307899a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.4...v0.9.5

v0.9.4

16 Mar 04:19
20be463
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v0.9.4

v0.9.3

13 Mar 20:33
b0cabf3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

08 Feb 19:07
41372e0
Compare
Choose a tag to compare

Speed up the new quantile reduction

What's Changed

Full Changelog: v0.9.1...v0.9.2

v0.9.1

07 Feb 19:39
71c9538
Compare
Choose a tag to compare

Vectorized grouped quantiles!

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

23 Jan 04:38
561378d
Compare
Choose a tag to compare

What's Changed

method=None by default, and we have heuristics for setting it appropriately!

Full Changelog: v0.8.9...v0.9.0

v0.8.9

13 Jan 22:08
231f046
Compare
Choose a tag to compare

Fix dependencies