Skip to content

v0.9.7

Compare
Choose a tag to compare
@dcherian dcherian released this 08 May 13:40
· 3 commits to main since this release
fb180e8

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