rapidsai / cugraph

cuGraph - RAPIDS Graph Analytics Library
https://docs.rapids.ai/api/cugraph/stable/
Apache License 2.0
1.77k stars 304 forks source link

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

Open mroeschke opened 1 week ago

mroeschke commented 1 week ago

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.