Skip to content

Avoid private attributes on cuDF objects#6537

Merged
rapids-bot[bot] merged 1 commit intorapidsai:branch-25.06from
mroeschke:ref/cudf/private
Apr 14, 2025
Merged

Avoid private attributes on cuDF objects#6537
rapids-bot[bot] merged 1 commit intorapidsai:branch-25.06from
mroeschke:ref/cudf/private

Conversation

@mroeschke
Copy link
Copy Markdown
Contributor

@mroeschke mroeschke commented Apr 11, 2025

It appears the usage of ._column can be replace with public APIs or avoided it entirely.

@mroeschke mroeschke requested a review from a team as a code owner April 11, 2025 22:47
@mroeschke mroeschke requested review from betatim and csadorf April 11, 2025 22:47
@github-actions github-actions Bot added the Cython / Python Cython or Python issue label Apr 11, 2025
@dantegd dantegd added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 14, 2025
@dantegd
Copy link
Copy Markdown
Member

dantegd commented Apr 14, 2025

/merge

@rapids-bot rapids-bot Bot merged commit 1cc0d74 into rapidsai:branch-25.06 Apr 14, 2025
78 checks passed
@mroeschke mroeschke deleted the ref/cudf/private branch April 14, 2025 16:39
rapids-bot Bot pushed a commit that referenced this pull request Apr 15, 2025
#6543)

Similar in spirit to #6537

* Vendored `cudf.utils.dtypes.min_signed_type` as this function isn't necessarily a public function
* Removed `CudfBuffer` reference as it was unused (and a non-public object)

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Jim Crist-Harif (https://github.com/jcrist)

URL: #6543
Ofek-Haim pushed a commit to Ofek-Haim/cuml that referenced this pull request May 13, 2025
It appears the usage of `._column` can be replace with public APIs or avoided it entirely.

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Dante Gama Dessavre (https://github.com/dantegd)

URL: rapidsai#6537
Ofek-Haim pushed a commit to Ofek-Haim/cuml that referenced this pull request May 13, 2025
rapidsai#6543)

Similar in spirit to rapidsai#6537

* Vendored `cudf.utils.dtypes.min_signed_type` as this function isn't necessarily a public function
* Removed `CudfBuffer` reference as it was unused (and a non-public object)

Authors:
  - Matthew Roeschke (https://github.com/mroeschke)

Approvers:
  - Jim Crist-Harif (https://github.com/jcrist)

URL: rapidsai#6543
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Cython / Python Cython or Python issue improvement Improvement / enhancement to an existing function non-breaking Non-breaking change

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants