Skip to content

Narwhals v1.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Oct 10:35
· 121 commits to main since this release

Changes

✨ Enhancements

  • feat: add .select (by str) for duckdb and ibis backend (#1266)
  • feat: better error message for duplicate column names in pandas (#1270)
  • feat: expose generate_temporary_column_name (#1264)

🐞 Bug fixes

  • fix: remove _dtype_cache for pandas-like so that inplace modification… (#1268)
  • fix: Cudf groupby iter (#1265)

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