What's Changed
* Rename repo to xarray-contrib/flox by dcherian in https://github.com/xarray-contrib/flox/pull/125
* Add [Overlapping trick to docs](https://flox.readthedocs.io/en/latest/user-stories/overlaps.html). by dcherian in https://github.com/xarray-contrib/flox/pull/130
* Support duck arrays by default by dcherian in https://github.com/xarray-contrib/flox/pull/132
* Add ASV benchmark CI workflow by Illviljan in https://github.com/xarray-contrib/flox/pull/139
* Add ci additional by Illviljan in https://github.com/xarray-contrib/flox/pull/143
Bugfixes
* Fix func count for dtype O with numpy and numba by aulemahal in https://github.com/xarray-contrib/flox/pull/138
* Fix test failure on 32bit architectures by avalentino in https://github.com/xarray-contrib/flox/pull/136
* Raise error if multiple by's are used with Ellipsis by Illviljan in https://github.com/xarray-contrib/flox/pull/149
* Fix mypy errors in xarray.py, xrutils.py, cache.py by Illviljan in https://github.com/xarray-contrib/flox/pull/144
* Remove None output from _get_expected_groups by Illviljan in https://github.com/xarray-contrib/flox/pull/152
* Use math.prod instead of np.prod by Illviljan in https://github.com/xarray-contrib/flox/pull/157
* Add link to numpy_groupies by Illviljan in https://github.com/xarray-contrib/flox/pull/160
* Fix mypy errors in core.py by Illviljan in https://github.com/xarray-contrib/flox/pull/150
New Contributors
* avalentino made their first contribution in https://github.com/xarray-contrib/flox/pull/136
* aulemahal made their first contribution in https://github.com/xarray-contrib/flox/pull/138
**Full Changelog**: https://github.com/xarray-contrib/flox/compare/v0.5.9...v0.5.10