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