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

[FEA] Add CI job to validate that cudf.pandas can be imported for all supported minor versions of pandas #16537

Closed
mroeschke opened this issue Aug 12, 2024 · 0 comments · Fixed by #16595
Assignees
Labels
cudf.pandas Issues specific to cudf.pandas feature request New feature or request

Comments

@mroeschke
Copy link
Contributor

Is your feature request related to a problem? Please describe.
pandas sometimes releases new APIs in minor versions that we want to proxy in cudf.pandas. In the past, we have not been careful enough to guard these features with a pandas version check which can completely prevent cudf.pandas from being imported in an older version of pandas e.g. #16401

Describe the solution you'd like
At minimum, it would be good to fully validate that cudf.pandas can just be imported for all supported, latest minor versions of pandas e.g. 2.0, 2.1, 2.2, etc.

Describe alternatives you've considered
N/A

Additional context
N/A

@mroeschke mroeschke added feature request New feature or request cudf.pandas Issues specific to cudf.pandas labels Aug 12, 2024
@galipremsagar galipremsagar self-assigned this Aug 13, 2024
@GPUtester GPUtester moved this from Todo to In Progress in cuDF Python Aug 20, 2024
@rapids-bot rapids-bot bot closed this as completed in 91f304e Aug 23, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in cuDF Python Aug 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cudf.pandas Issues specific to cudf.pandas feature request New feature or request
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants