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

Support polars 1.13 #17299

Merged
merged 5 commits into from
Nov 12, 2024
Merged

Conversation

wence-
Copy link
Contributor

@wence- wence- commented Nov 12, 2024

Description

Polars 1.13 is out, so add support for that.

I needed to change some of the logic in the callback raising after @Matt711's changes, I am not sure why tests were passing previously.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@wence- wence- requested review from a team as code owners November 12, 2024 17:18
@github-actions github-actions bot added Python Affects Python cuDF API. cudf.polars Issues specific to cudf.polars labels Nov 12, 2024
@Matt711 Matt711 added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Nov 12, 2024
Since we have pins on the polars versions we run with, we always
expect the cudf-polars (and polars) test suites to pass.

Therefore remove the special-case handling of only failing if there
are changes in pylibcudf or cudf-polars.
@wence- wence- requested a review from a team as a code owner November 12, 2024 17:37
@vyasr
Copy link
Contributor

vyasr commented Nov 12, 2024

/merge

@rapids-bot rapids-bot bot merged commit bbaa1ab into rapidsai:branch-24.12 Nov 12, 2024
105 checks passed
@wence- wence- deleted the wence/fea/polars-1.13 branch November 12, 2024 22:59
rapids-bot bot pushed a commit that referenced this pull request Nov 13, 2024
This PR adds Polars tests to our nightly runs now that [we no longer only fail conditional on certain files changing in PRs](#17299). This PR also updates the IWYU jobs to use [the version released three days ago, which supports clang 19 like we need](https://github.com/include-what-you-use/include-what-you-use/releases/tag/0.23). It also fixes a couple of errors in the CMake for how we were setting compile flags for IWYU.

Closes #16383

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Bradley Dice (https://github.com/bdice)

URL: #17306
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudf.polars Issues specific to cudf.polars improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

4 participants