Skip to content

Narwhals v1.1.6

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Jul 14:51
· 835 commits to main since this release

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 and is_between_test.py (#609)
  • feat: add schema argument to from_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 in Series/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