-
Notifications
You must be signed in to change notification settings - Fork 922
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
Remove deprecated code #10124
Remove deprecated code #10124
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.
Very nice! I have a few comments/questions.
+34, -471 is beautiful |
Now +99, -687 :) |
Codecov Report
@@ Coverage Diff @@
## branch-22.04 #10124 +/- ##
================================================
+ Coverage 10.37% 10.45% +0.07%
================================================
Files 119 119
Lines 20149 20076 -73
================================================
+ Hits 2091 2099 +8
+ Misses 18058 17977 -81
Continue to review full report at Codecov.
|
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.
Nice work. I'll follow up on this in #10034 to use the new set_random_null_mask_inplace(sr)
helper function in all tests (unless you're planning to do that in this PR - either way is fine). I think this PR is complete in its intended scope so I approve.
@gpucibot merge |
Fix for breaking changes in rapidsai/cudf#10124. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Paul Taylor (https://github.com/trxcllnt) URL: #485
This PR cleans up some remaining places where `to_array` needs to be removed. Actual cleanup was done in: #10124 Authors: - GALI PREM SAGAR (https://github.com/galipremsagar) Approvers: - Bradley Dice (https://github.com/bdice) URL: #10189
PR #10124 removed several deprecated methods. This PR also removes their documentation. cc: @vyasr Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Ashwin Srinath (https://github.com/shwina) URL: #10366
This PR removes a large number of deprecated code paths in cuDF. This PR resolves #9465 and partially addresses #9828 (this PR does not address any mask-related API deprecations other than the removal of the already deprecated Series.set_mask).