Releases: xarray-contrib/flox
Releases · xarray-contrib/flox
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
v0.9.6
v0.9.5
v0.9.4
v0.9.3
v0.9.2
v0.9.1
v0.9.0
What's Changed
method=None
by default, and we have heuristics for setting it appropriately!
- Heuristics for auto-guessing
"method"
by @dcherian in #314 - Optimize bitmask finding some more. by @dcherian in #326
- Add docs on
method=None
heuristics by @dcherian in #328
Full Changelog: v0.8.9...v0.9.0