Changes
✨ Enhancements
- feat: support reversed cumulative expressions in
overfor pandas-like (#2141) - feat: support anonymous expressions in
overcontext for pandas-like, supportoverfor multi-partitioned dask (#2138)
🐞 Bug fixes
- fix: pyarrow scatter was returning incorrect results when indices were not sorted (#2156)
- ci: fix doc build for
win32(#2147) - fix: pass ddof down in std().over() for pandas-like (#2143)
📖 Documentation
📦 Build system
- ci: fix doc build for
win32(#2147)
🛠️ Other improvements
- docs: remove non-existent "args" (#2153)
- ci: get cuDF test suite green again (#2145)
- refactor: Use
chain.from_iterablemore (#2140) - refactor: allow callable in
CompliantExpr.from_column_namesto reuse forCompliantNamespace.<all|col|exclude>(#2134)
Thank you to all our contributors for making this release possible!
@FBruzzesi, @MarcoGorelli, @dangotbanned, @pre-commit-ci[bot] and pre-commit-ci[bot]