Skip to content

Narwhals v1.14.3

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Nov 19:56
· 238 commits to main since this release

Changes

  • BUG: remove cudf from import hooks (#1445)

✨ Enhancements

  • feat: allow for "import narwhals.stable.v1.selectors as cs" (#1459)
  • feat: raise NotImplementedError for not supported parameters in ewm_mean for cuDF (#1449)
  • feat: silently support Fireducks and cudf.pandas (#1439)
  • feat: improve concat error message and concat docs (#1435)

🐞 Bug fixes

  • fix: Preseve dtypes modules in from dict (#1458)

📖 Documentation

  • docs: fixup typing in docstrings (#1452)
  • docs: fixup copy button (#1440)
  • docs: Add docstrings with examples to types (#1438)

🛠️ Other improvements

  • ci: Check docstrings don't have unused imports in docstring examples (#1453)
  • ci: get cudf tests passing again (#1446)
  • chore: add backend_version parameter to polars dtype translation utility (#1441)

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