Releases: xarray-contrib/flox
Releases · xarray-contrib/flox
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
v0.5.9
v0.5.8
v0.5.7
v0.5.6
What's Changed
- Fix bug where we had extra groups in expected_groups. by @dcherian, @LunarLanding in #112
Full Changelog: v0.5.5...v0.5.6
v0.5.5
v0.5.4
v0.5.3
v0.5.2
Many bugfixes thanks to reports by @aulemahal
What's Changed
- Add upstream-dev test by @dcherian in #93
- Add hourly climatology story by @dcherian in #97
- Fix mixing of blockwise and map-reduce strategies. by @dcherian in #103
- Fix reductions on boolean reductions. by @dcherian in #104
- Use isnull instead of isnan: engine="flox" by @dcherian in #105
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- Add py.typed by @Illviljan in #92
- Fix binning with "cohorts" & "split-reduce" by @dcherian in #94
New Contributors
- @Illviljan made their first contribution in #92
Full Changelog: v0.5.0...v0.5.1