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

Avoid calling array attribute on cudf.Series #1122

Merged
merged 1 commit into from
Aug 13, 2024

Conversation

rjzamora
Copy link
Member

RAPIDS is currently pinned to 2024.7.1 until Python-3.9 support is removed (hopefully soon). When the pin is removed, describe will not work with the "cudf" backend unless we avoid calling *.array on a cudf.Series.

Note that the minor/breaking change was added in #1111

@rjzamora rjzamora added the bug Something isn't working label Aug 12, 2024
@rjzamora rjzamora self-assigned this Aug 12, 2024
@rjzamora rjzamora marked this pull request as ready for review August 12, 2024 22:56
@rjzamora
Copy link
Member Author

@phofl - Does this fix seem okay to you?

@phofl phofl merged commit c0b2b9a into dask:main Aug 13, 2024
6 checks passed
@rjzamora rjzamora deleted the avoid-array-attr branch August 13, 2024 16:35
rapids-bot bot pushed a commit to rapidsai/rapids-dask-dependency that referenced this pull request Aug 13, 2024
Unpins dask and distributed for 24.10 development.

~**Blocked by rapidsai/build-planning#88 (Dask no longer supports Python 3.9. Therefore, unpinning too early is a "breaking" change).~

Other Blockers:

- [x] rapidsai/cudf#16535
- [x] dask/dask-expr#1122

Authors:
  - Richard (Rick) Zamora (https://github.com/rjzamora)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants