-
Notifications
You must be signed in to change notification settings - Fork 919
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 for 23.02 #12281
Merged
rapids-bot
merged 18 commits into
rapidsai:branch-23.02
from
vyasr:remove_deprecated_2302
Dec 2, 2022
Merged
Remove deprecated code for 23.02 #12281
rapids-bot
merged 18 commits into
rapidsai:branch-23.02
from
vyasr:remove_deprecated_2302
Dec 2, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…n the function was moved from frame.py to indexed_frame.py.
vyasr
added
3 - Ready for Review
Ready for review by team
Python
Affects Python cuDF API.
improvement
Improvement / enhancement to an existing function
breaking
Breaking change
labels
Dec 1, 2022
This reverts commit 5f03c2f.
bdice
approved these changes
Dec 1, 2022
galipremsagar
approved these changes
Dec 1, 2022
galipremsagar
added
5 - Ready to Merge
Testing and reviews complete, ready to merge
and removed
3 - Ready for Review
Ready for review by team
labels
Dec 1, 2022
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## branch-23.02 #12281 +/- ##
===============================================
Coverage ? 88.20%
===============================================
Files ? 137
Lines ? 22657
Branches ? 0
===============================================
Hits ? 19985
Misses ? 2672
Partials ? 0 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@gpucibot merge |
3 tasks
rapids-bot bot
pushed a commit
that referenced
this pull request
Feb 2, 2023
Removes documentation for `DataFrame.quantiles`, which was deprecated and then removed in #12281. This issue was discovered while building the docs in #12592. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - AJ Schmidt (https://github.com/ajschmidt8) URL: #12684
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
5 - Ready to Merge
Testing and reviews complete, ready to merge
breaking
Breaking change
improvement
Improvement / enhancement to an existing function
Python
Affects Python cuDF API.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR removes various pieces of deprecated functionality.
Checklist