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.4.1 to 1.8.0 #128

Merged
merged 1 commit into from
Sep 13, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 13, 2024

Bumps narwhals from 1.4.1 to 1.8.0.

Release notes

Sourced from narwhals's releases.

Narwhals v1.8.0

Changes

  • clean: Assorted cleanups (#958)
  • Bug: fix an issue with string keys in left and semi joins in Dask, add Dask to tpch benchmarks (#957)
  • bug: add support for PyArrow: multi-element __getitem__ (#949)

✨ Enhancements

  • feat: Dask multiple partitions (#940)

📖 Documentation

  • docs: update docstring to fix rendering in generated docs (#952)

🛠️ Other improvements

  • test: replace type Any for constructor in all tests (#962)
  • test: replace Any type with pytest.FixtureRequest for request inputs in all tests (#961)
  • test: xfail cuDF tests for join_asof (#959)
  • ci: unxfail some modin tests (#954)
  • test: xfail polars>1.7.0 Expr.mode with broadcast (#953)
  • test: xfail cuDF tests that use total_seconds (#951)

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

Narwhals v1.7.0

Changes

  • support __getitem__ with single tuple of column names (#935)

✨ Enhancements

  • feat: add Series.Scatter (#948)
  • feat: add mode method (#942)
  • feat: join suffix parameter (#934)

🐞 Bug fixes

  • fix: group by no aggregation (#944)
  • fix: Update copy param on to_numpy to default to True for cuDF (#937)

📖 Documentation

  • doc: update docstrings to fix rendering in generated docs (#946)
  • docs: add appears on section with links to relevant podcasts/blogs (#941)
  • docs: fix docstring formatting on maybe_align_index (#938)

🛠️ Other improvements

... (truncated)

Commits
  • 6c54116 release: Bump version to 1.8.0
  • 7214060 test: replace type Any for constructor in all tests (#962)
  • aacc3a3 replace request:Any with pytest.FixtureRequest (#961)
  • fc6fb53 test: xfail cuDF tests for join_asof (#959)
  • aa5efe1 clean: Assorted cleanups (#958)
  • 8d4c658 fix: cast keys to list in dask joins, add dask to tpch benchmarks (#957)
  • aed2d51 ci: unxfail some modin tests (#954)
  • a3b6a75 test: xfail polars>1.7.0 Expr.mode with broadcast (#953)
  • 421d58b xfail cuDF tests using total_seconds (#951)
  • 03d2704 fix doc strings for clone on LazyFrame (#952)
  • 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.4.1 to 1.8.0.
- [Release notes](https://github.com/narwhals-dev/narwhals/releases)
- [Commits](narwhals-dev/narwhals@v1.4.1...v1.8.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 the dependencies Pull requests that update a dependency file label Sep 13, 2024
@tomjholland tomjholland merged commit 7f0b7e8 into main Sep 13, 2024
2 checks passed
@tomjholland tomjholland deleted the dependabot/pip/narwhals-1.8.0 branch September 13, 2024 13:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant