Skip to content

Releases: xarray-contrib/flox

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

v0.9.9

02 Aug 05:00
f8f34b9
Compare
Choose a tag to compare

Faster cohorts detection, property tests, and a beta quality implementation of scans (nancumsum, ffill, bfill)

What's Changed

Full Changelog: v0.9.8...v0.9.9

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