Changes
- cleaning: remove series.is_between from backend completness (#612)
🚀 Performance improvements
- perf: remove as_py from _arrow implementation wherever possible (#597)
✨ Enhancements
- feat : added arrow
is_betweenandis_between_test.py(#609) - feat: add
schemaargument tofrom_dictfunction (#606) - feat:
any_horizontalfunction (#605) - feat: add from_dict (#602)
- feat: arrow namespace reduction functions (#601)
- feat: arrow
quantilemethod (#600) - feat: pyarrow dataframe
iter_rows(#596) - feat:
Series.value_countspec enhancement (#583) - feat: allow non-string columns names more for pandas (#595)
- feat: add
nulls_lastargument inSeries/Expr.sort(#580)
🐞 Bug fixes
- fix: correct Polars version check for pl.len function (#607)
📖 Documentation
- docs: fix typo in README, update roadmap + related projects (#613)
- docs: document PyArrow as "full" support (#604)
🛠️ Other improvements
- chore: extend
Implementationfor all backends (#608) - chore: remove some unnecessary flattens (#599)
- chore: reoder definitions in from_native (#598)
Thank you to all our contributors for making this release possible!
@FBruzzesi, @MarcoGorelli, @aidoskanapyanov and @anopsy