Skip to content

Narwhals v1.25.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Feb 10:55
· 6 commits to main since this release

Changes

✨ Enhancements

  • feat: restore support of is_duplicated for pyarrow (#1951)

🐞 Bug fixes

  • fix: cuDF to_numpy tests were failing (#1949)
  • fix: raise NotImplementedError for DataFramte.is_duplicated for PyArrow when there is more than one column (#1948)
  • fix: wrong argument name suggested in from_dict deprecation (#1946)

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