Skip to content

Narwhals v1.13.5

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Nov 12:43
· 48 commits to main since this release

Changes

πŸš€ Performance improvements

  • perf: simplify pandas-like with_columns (#1366)

✨ Enhancements

  • feat: add DataFrame.pivot for pandas like and Polars backend (#546)

🐞 Bug fixes

  • fix: pandas and arrow to_dummies with nulls (#1040)

πŸ“– Documentation

  • docs: improve new_series docstring (#1365)

πŸ› οΈ Other improvements

  • test: unxfail test_to_dummies_drop_first_na for cudf (#1364)
  • chore: More typing in _polars (#1363)
  • chore: Improve typing in _polars/utils (#1358)
  • chore: add issue_deprecation_warning to generate_unique_token function (#1359)
  • chore: refactor ArrowDataFrame.with_columns (#1345)

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