What's Changed * add expected groups benchmark by Illviljan in https://github.com/xarray-contrib/flox/pull/218 * Use np.digitize instead of pd.cut by Illviljan in https://github.com/xarray-contrib/flox/pull/217 * Don't use deprecated distutils module. by sebastic in https://github.com/xarray-contrib/flox/pull/221 * Make sure to pass through range indexes by dcherian in https://github.com/xarray-contrib/flox/pull/225 * Add more type hints by Illviljan in https://github.com/xarray-contrib/flox/pull/219 * Micro-optimize: Use ._indexes instead of xindexes. by dcherian in https://github.com/xarray-contrib/flox/pull/226 * Small cleanup in factorize by dcherian in https://github.com/xarray-contrib/flox/pull/220
New Contributors * sebastic made their first contribution in https://github.com/xarray-contrib/flox/pull/221
Mostly bugfixes and a small doc improvement * Recognize grouping by IntervalIndex as binning by dcherian in https://github.com/xarray-contrib/flox/pull/205 * docs: [Add introduction to flox](https://flox.readthedocs.io/en/latest/intro.html) by dcherian in https://github.com/xarray-contrib/flox/pull/206 * Propagate multi-indexes properly by TomNicholas in https://github.com/xarray-contrib/flox/pull/216
New Contributors * TomNicholas made their first contribution in https://github.com/xarray-contrib/flox/pull/216
What's Changed * More accurate coverage by dcherian in https://github.com/xarray-contrib/flox/pull/62 * 32bit: More intp fixes by dcherian in https://github.com/xarray-contrib/flox/pull/202
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