Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump narwhals from 1.24.1 to 1.25.0 #20

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 3, 2025

Bumps narwhals from 1.24.1 to 1.25.0.

Release notes

Sourced from narwhals's releases.

Narwhals v1.25.0

Changes

✨ Enhancements

  • feat: add LazyFrame.explode for duckdb (#1891)
  • feat: add duckdb .str.to_datetime (#1916)
  • feat: enable ModuleType and str for backend in .lazy() method (#1914)
  • feat: add LazyFrame.unpivot for spark and duckdb (#1890)
  • feat: LazyFrame.collect with backend and **kwargs (#1734)
  • feat: spark date and datetimedata types, allow for dtype in nw.lit for pyspark (#1913)

📖 Documentation

  • docs: Minor rendering fixups, inherit all exceptions from NarwhalsError (#1919)
  • docs: shorten docstring examples in narwhals/expr.py (#1915)

🛠️ Other improvements

  • chore: simplify duckdb group-by (#1911)

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

Narwhals v1.24.2

Changes

✨ Enhancements

  • feat: Add backend argument to lazy (#1895)
  • feat: add dtype.is_<x> methods (#1906)
  • feat: spark like .list namespace and lazyframe .explode (#1887)

🐞 Bug fixes

  • fix: pandas was raising when index name and column names overlapped in groupby (#1908)
  • docs: update selectors docstrings (#1905)

📖 Documentation

  • docs: improve search in docs (#1909)
  • docs: update selectors docstrings (#1905)
  • docs(ecosystem.md): add pointblank to Used By section (#1904)
  • docs(README.md): add mention of pointblank project (#1903)

Thank you to all our contributors for making this release possible! @​DeaMariaLeon, @​FBruzzesi, @​MarcoGorelli, @​raisadz and @​rich-iannone

Commits
  • c1c10ef release: Bump version to 1.25.0
  • 2407734 docs: Minor rendering fixups, inherit all exceptions from NarwhalsError (#1919)
  • 6df6afe feat: add LazyFrame.explode for duckdb (#1891)
  • 22d6df3 docs: shorten docstring examples in narwhals/expr.py (#1915)
  • 6db8b4f feat: add duckdb .str.to_datetime (#1916)
  • adb5a4a feat: enable ModuleType and str for backend in .lazy() method (#1914)
  • 5943b3a chore: simplify duckdb group-by (#1911)
  • d48b8a3 feat: add LazyFrame.unpivot for spark and duckdb (#1890)
  • 8ca9422 feat: LazyFrame.collect with backend and **kwargs (#1734)
  • e0f37bf feat: spark date and datetimedata types, allow for dtype in nw.lit for py...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [narwhals](https://github.com/narwhals-dev/narwhals) from 1.24.1 to 1.25.0.
- [Release notes](https://github.com/narwhals-dev/narwhals/releases)
- [Commits](narwhals-dev/narwhals@v1.24.1...v1.25.0)

---
updated-dependencies:
- dependency-name: narwhals
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Feb 3, 2025
@github-actions github-actions bot merged commit 9c8bc1e into main Feb 3, 2025
6 checks passed
@github-actions github-actions bot deleted the dependabot/pip/narwhals-1.25.0 branch February 3, 2025 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants