What's Changed * Silence more warnings, engine='flox' by dcherian in https://github.com/xarray-contrib/flox/pull/198 * 32bit support: int64 to intp for count by dcherian in https://github.com/xarray-contrib/flox/pull/201
This release brings a major bugfix for grouping by multiple variables.
What's Changed * Fix race condition in factorize by dcherian in https://github.com/xarray-contrib/flox/pull/196 * Suppress warnings by dcherian in https://github.com/xarray-contrib/flox/pull/197
* Avoid broadcasting by variables against each other by dcherian in https://github.com/xarray-contrib/flox/pull/186 * Update visualizations & docs by dcherian in https://github.com/xarray-contrib/flox/pull/189 * Check for exact alignment by dcherian in https://github.com/xarray-contrib/flox/pull/192 * Consolidate validation of expected_groups by dcherian in https://github.com/xarray-contrib/flox/pull/193 * Add windows CI by Illviljan in https://github.com/xarray-contrib/flox/pull/151
* Fix blockwise sort optimization by dcherian in https://github.com/xarray-contrib/flox/pull/181 * Use blockwise to extract final result by dcherian in https://github.com/xarray-contrib/flox/pull/182
This release fixes a really bad performance regression with `method="cohorts"` and much improved cohorts detection
What's Changed * Performance improvements for cohorts detection by dcherian in https://github.com/xarray-contrib/flox/pull/172 * Major fix to subset_to_blocks by dcherian in https://github.com/xarray-contrib/flox/pull/173