-
Notifications
You must be signed in to change notification settings - Fork 915
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
Enable dask dispatch to cuDF's is_categorical_dtype
for cuDF objects
#7740
Enable dask dispatch to cuDF's is_categorical_dtype
for cuDF objects
#7740
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we add a test in the dask-cudf unit tests for the get_dummies
method which tests this?
We'll also need to bump the required Dask version here |
rerun tests |
Codecov Report
@@ Coverage Diff @@
## branch-0.19 #7740 +/- ##
===============================================
+ Coverage 81.86% 82.30% +0.43%
===============================================
Files 101 101
Lines 16884 17055 +171
===============================================
+ Hits 13822 14037 +215
+ Misses 3062 3018 -44
Continue to review full report at Codecov.
|
Tests look good. Will push a commit bumping the version in the conda recipe and this should be good to go. |
May want to update this as well: https://github.com/rapidsai/integration/blob/branch-0.19/conda/recipes/versions.yaml#L49-L50 |
created rapidsai/integration#235 |
Co-authored-by: Keith Kraus <[email protected]>
@gpucibot merge |
1 similar comment
@gpucibot merge |
Fixes #7111
Closes #7400