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

Replace cudf.core imports with public APIs #1356

Merged
merged 2 commits into from
Mar 6, 2024

Conversation

mroeschke
Copy link
Contributor

@mroeschke mroeschke commented Mar 6, 2024

Description

This PR replaces cudf.core imports of Series and DataFrame with their public API equivalents.

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 requested a review from a team as a code owner March 6, 2024 00:23
@mroeschke mroeschke requested review from thomcom and harrism March 6, 2024 00:23
@github-actions github-actions bot added the Python Related to Python code label Mar 6, 2024
Copy link
Member

@harrism harrism left a comment

Choose a reason for hiding this comment

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

Thank you!

@isVoid
Copy link
Contributor

isVoid commented Mar 6, 2024

The PR title seems to suggest that it's replacing all internal API usage in cuspatial with public APIs - which is a bit misleading IMO. How about be more specific: "replace cudf.core import with public APIs"?

@mroeschke mroeschke changed the title Use public cudf APIs where possible Replace cudf.core imports with public APIs Mar 6, 2024
@isVoid isVoid added non-breaking Non-breaking change improvement Improvement / enhancement to an existing function labels Mar 6, 2024
@bdice
Copy link
Contributor

bdice commented Mar 6, 2024

I updated the description to reflect the changes. We can go ahead and merge this now.

@bdice
Copy link
Contributor

bdice commented Mar 6, 2024

/merge

@rapids-bot rapids-bot bot merged commit 47a7961 into rapidsai:branch-24.04 Mar 6, 2024
71 checks passed
@mroeschke mroeschke deleted the imports/cudf/public branch March 6, 2024 19:48
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 Related to Python code
Projects
Status: Todo
Development

Successfully merging this pull request may close these issues.

4 participants