Skip to content

Narwhals v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Sep 13:08
· 576 commits to main since this release

Changes

  • support __getitem__ with single tuple of column names (#935)

✨ Enhancements

  • feat: add Series.Scatter (#948)
  • feat: add mode method (#942)
  • feat: join suffix parameter (#934)

🐞 Bug fixes

  • fix: group by no aggregation (#944)
  • fix: Update copy param on to_numpy to default to True for cuDF (#937)

📖 Documentation

  • doc: update docstrings to fix rendering in generated docs (#946)
  • docs: add appears on section with links to relevant podcasts/blogs (#941)
  • docs: fix docstring formatting on maybe_align_index (#938)

🛠️ Other improvements

  • test: xfail to_dummies with drop_first test for cuDF (#945)
  • chore: ban dask filtering with boolean mask (#939)
  • test: always run tpch tests (#933)

Thank you to all our contributors for making this release possible!
@FBruzzesi, @LiamConnors, @MarcoGorelli, @aidoskanapyanov and @raisadz