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.23.0 to 1.25.2 #186

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps narwhals from 1.23.0 to 1.25.2.

Release notes

Sourced from narwhals's releases.

Narwhals v1.25.2

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

Narwhals v1.25.1

Changes

🚀 Performance improvements

  • perf: use fastpath in DataFrame.to_numpy for pandas, improve performance for DataFrame.schema for pandas, use fewer values to sniff dtype for pandas objects (#1929)

✨ Enhancements

  • enh: Deprecate native_namespace in favour of backend in from_dict (#1931)
  • feat: validate duplicate column names in pyarrow and duckdb (#1815)

🐞 Bug fixes

  • fix: Always collect Iterator[IntoExpr] in utils.flatten (#1934)

📖 Documentation

  • docs: Make DataFrame and LazyFrame docstrings shorter and more concise (#1939)
  • chore: fix a couple of typos 🙃 (#1921)

🛠️ Other improvements

  • ci: fix plotly downstream test (#1938)
  • fix(typing): Use IntoDataFrameT in to_native (#1936)
  • fix(typing): Use correct TypeVar/Union pairs in from_native (#1935)
  • fix(typing): Ensure LazyFrame has a unique TypeVar (#1930)
  • refactor: refactoring following refurb and perflint suggestions (#1925)

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

Narwhals v1.25.0

Changes

... (truncated)

Commits
  • 027f3b2 release: Bump version to 1.25.2
  • 8404880 feat: restore support of is_duplicated for pyarrow (#1951)
  • 78794a0 fix: cuDF to_numpy tests were failing (#1949)
  • f461170 fix: raise NotImplementedError for DataFramte.is_duplicated for PyArrow when ...
  • 4bd97dd fix: wrong argument name suggested in from_dict deprecation (#1946)
  • 46fec73 release: Bump version to 1.25.1 (#1941)
  • 8a66e63 docs: Make DataFrame and LazyFrame docstrings shorter and more concise (#1939)
  • a6479aa perf: use fastpath in DataFrame.to_numpy for pandas, improve performance fo...
  • 71a5bc5 enh: Deprecate native_namespace in favour of backend in from_dict (#1931)
  • 4d0c9c5 ci: fix plotly downstream test (#1938)
  • 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.23.0 to 1.25.2.
- [Release notes](https://github.com/narwhals-dev/narwhals/releases)
- [Commits](narwhals-dev/narwhals@v1.23.0...v1.25.2)

---
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 10, 2025
@github-actions github-actions bot merged commit 4034467 into main Feb 10, 2025
2 of 3 checks passed
@github-actions github-actions bot deleted the dependabot/pip/narwhals-1.25.2 branch February 10, 2025 02:33
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