Releases: xarray-contrib/flox
Releases · xarray-contrib/flox
v0.9.14
v0.9.13
v0.9.12
v0.9.11
v0.9.10
v0.9.9
v0.9.8
v0.9.7
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
whenexpected_groups
is not provided. by @dcherian in #236 - import
normalize_axis_index
fromnumpy.lib
onnumpy>=2
by @keewis in #364
New Contributors
Full Changelog: v0.9.6...v0.9.7