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

Avoid private mask cudf API in favor of Column.as_mask #4758

Merged
merged 4 commits into from
Dec 12, 2024

Conversation

mroeschke
Copy link
Contributor

@mroeschke mroeschke commented Nov 13, 2024

With cudf releasing and further developing pylibcudf this release, I'm starting to look at removing cudf old Cython layer (in cudf._lib)

Luckily I only found one usage in cugraph that is replaceable with a public API.

closes #4823

@rlratzel rlratzel added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Dec 3, 2024
@mroeschke
Copy link
Contributor Author

/merge

@mroeschke mroeschke changed the base branch from branch-24.12 to branch-25.02 December 10, 2024 18:24
@alexbarghi-nv
Copy link
Member

This is now blocking other 25.02 PRs. Need to get this merged ASAP.

@nv-rliu
Copy link
Contributor

nv-rliu commented Dec 12, 2024

/merge

@rapids-bot rapids-bot bot merged commit 5a33526 into rapidsai:branch-25.02 Dec 12, 2024
69 of 70 checks passed
@mroeschke mroeschke deleted the cln/private_cudf branch December 12, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: cugraph relies on cudf._lib.transform, which no longer exists
4 participants