Skip to content

Narwhals v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Aug 13:08
· 731 commits to main since this release

Changes

🚀 Performance improvements

  • perf: keep nw.len totally lazy for dask (#749)

✨ Enhancements

  • feat: Added Expr.any and Expr.all to Dask (#748)
  • feat: arrow __mod__ method (#618)
  • feat: allow tpc-h q1 to be run with Dask as backend (#747)
  • feat: add NotImplementedError error for index changing methods Dask (#744)
  • feat: Added Expr.abs to Dask (#728)
  • feat: add Dask Expr.count (#731)
  • feat: dask expr name namespace (#735)
  • feat: add date to datetime namespace (#713)
  • feat: dask expr dunder methods (#740)

Thank you to all our contributors for making this release possible!
@FBruzzesi, @MarcoGorelli, @anopsy, @lucianosrp and @mistShard