Skip to content

Conversation

@mroeschke
Copy link
Contributor

Description

This could return a private Buffer object which I don't think we want to expose.

Checklist

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

@mroeschke mroeschke self-assigned this Oct 16, 2025
@mroeschke mroeschke requested a review from a team as a code owner October 16, 2025 00:30
@mroeschke mroeschke added Python Affects Python cuDF API. improvement Improvement / enhancement to an existing function labels Oct 16, 2025
@mroeschke mroeschke added the non-breaking Non-breaking change label Oct 16, 2025
@GPUtester GPUtester moved this to In Progress in cuDF Python Oct 16, 2025
@vyasr vyasr changed the base branch from main to branch-25.12 October 20, 2025 22:51
@vyasr vyasr changed the base branch from branch-25.12 to main October 20, 2025 22:52

def test_series_data_property_deprecated():
s = cudf.Series([1, 2, 3])
with pytest.warns(FutureWarning):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nitpick

Suggested change
with pytest.warns(FutureWarning):
with pytest.warns(FutureWarning, match=...):

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing. I'll fold this into #20304

@mroeschke
Copy link
Contributor Author

/merge

@rapids-bot rapids-bot bot merged commit 93fe5f5 into rapidsai:main Oct 22, 2025
148 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in cuDF Python Oct 22, 2025
@mroeschke mroeschke deleted the depr/cudf/series_attrs branch October 22, 2025 17:27
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 Affects Python cuDF API.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants