Skip to content

Releases: xarray-contrib/flox

v0.6.3

27 Oct 21:25
471aa94
Compare
Choose a tag to compare

What's Changed

Performance updates:

Full Changelog: v0.6.2...v0.6.3

v0.6.2

25 Oct 19:44
c2c4e1d
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Bump min numpy_groupies to >= 0.9.19

Enhancements

  • Speed up var, std by using using numpy_groupies sum_of_squares by @dcherian in #135. For this we bump min numpy_groupies to >= 0.9.19
  • Support reindexing in simple_combine by @dcherian in #177. This is a big improvement when distributed's worker-saturation parameter is inf. If 1.2 it doesn't really change much.

Bug fixes

Full Changelog: v0.6.1...v0.6.2

v0.6.1

17 Oct 23:10
6897240
Compare
Choose a tag to compare

This release fixes a really bad performance regression with method="cohorts" and much improved cohorts detection

What's Changed

Full Changelog: v0.6.0...v0.6.1

v0.6.0

12 Oct 02:42
878e284
Compare
Choose a tag to compare

What's Changed

Enhancements

  • Better dtype support:
  • Substantially more efficient cohorts strategy by @dcherian in #165

Deprecations and Removals

Full Changelog: v0.5.10...v0.6.0

v0.5.10

07 Oct 18:55
91b6e19
Compare
Choose a tag to compare

What's Changed

Bugfixes

New Contributors

Full Changelog: v0.5.9...v0.5.10

v0.5.9

11 Jul 23:04
681cf74
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.8...v0.5.9

v0.5.8

02 Jul 03:22
ded9b31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.7...v0.5.8

v0.5.7

30 Jun 04:13
Compare
Choose a tag to compare
Correctly factorize values outside bin edges

v0.5.6

24 Jun 23:03
5e0b793
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

05 Jun 21:12
Compare
Choose a tag to compare
Fix binning by nD variable