* Speed up `var`, `std` by using using numpy_groupies `sum_of_squares` by dcherian in https://github.com/xarray-contrib/flox/pull/135. For this we bump min numpy_groupies to `>= 0.9.19` * Support reindexing in simple_combine by dcherian in https://github.com/xarray-contrib/flox/pull/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 * Force reindex to be bool always by dcherian in https://github.com/xarray-contrib/flox/pull/176
<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed * Avoid rechunking when preferred_method="blockwise" by dcherian in https://github.com/xarray-contrib/flox/pull/394 * Fix default int on windows, numpy<2 by dcherian in https://github.com/xarray-contrib/flox/pull/395
<!-- Release notes generated using configuration in .github/release.yml at main -->
What's Changed * Drop python 3.9, use ruff by dcherian in https://github.com/xarray-contrib/flox/pull/392 * Preserve dtype better when specified. by dcherian in https://github.com/xarray-contrib/flox/pull/389