Narwhals v1.1.6
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_between
andis_between_test.py
(#609) - feat: add
schema
argument tofrom_dict
function (#606) - feat:
any_horizontal
function (#605) - feat: add from_dict (#602)
- feat: arrow namespace reduction functions (#601)
- feat: arrow
quantile
method (#600) - feat: pyarrow dataframe
iter_rows
(#596) - feat:
Series.value_count
spec enhancement (#583) - feat: allow non-string columns names more for pandas (#595)
- feat: add
nulls_last
argument 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
Implementation
for 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