This release contains an important bug fix to ensure that categorical column order in maintained across dask partitions. It also adds support for categorical inspection reductions such as by(max_n)
. The only missing functionality for inspection reductions is now antialiased lines, which in planned for the next release.
Thanks to contributors @ianthomas23, @maximlt and @philippjfr.
Bug fixes:
- Fix single category reductions (#1231)
- Ensure categorical column order is the same across dask partitions (#1239)
Enhancements:
-
Categorical inspection reductions:
-
General code improvements:
Improvements to CI:
Improvements to documentation: