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

Refactor index construction #8485

Merged
merged 14 commits into from
Jun 18, 2021

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Jun 10, 2021

The changes in #8309 allow us to avoid overriding __new__ for all index types and instead use the more standard __init__, which also makes it easier to share logic between different index classes via typical inheritance patterns.

@vyasr vyasr requested a review from a team as a code owner June 10, 2021 17:31
@vyasr vyasr marked this pull request as draft June 10, 2021 17:31
@github-actions github-actions bot added the Python Affects Python cuDF API. label Jun 10, 2021
@vyasr vyasr self-assigned this Jun 10, 2021
@vyasr vyasr added 2 - In Progress Currently a work in progress improvement Improvement / enhancement to an existing function non-breaking Non-breaking change tech debt labels Jun 10, 2021
@vyasr vyasr marked this pull request as ready for review June 14, 2021 23:14
@vyasr vyasr added 3 - Ready for Review Ready for review by team and removed 2 - In Progress Currently a work in progress labels Jun 14, 2021
@vyasr
Copy link
Contributor Author

vyasr commented Jun 15, 2021

rerun tests

@codecov
Copy link

codecov bot commented Jun 15, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.08@7c8d847). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head eaaca4d differs from pull request most recent head 0d730ab. Consider uploading reports for the commit 0d730ab to get more accurate results
Impacted file tree graph

@@               Coverage Diff               @@
##             branch-21.08    #8485   +/-   ##
===============================================
  Coverage                ?   82.94%           
===============================================
  Files                   ?      109           
  Lines                   ?    18167           
  Branches                ?        0           
===============================================
  Hits                    ?    15069           
  Misses                  ?     3098           
  Partials                ?        0           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7c8d847...0d730ab. Read the comment docs.

@vyasr
Copy link
Contributor Author

vyasr commented Jun 16, 2021

rerun tests

@galipremsagar 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 Jun 17, 2021
@galipremsagar
Copy link
Contributor

rerun tests

@galipremsagar
Copy link
Contributor

@gpucibot merge

@galipremsagar
Copy link
Contributor

rerun tests

1 similar comment
@vyasr
Copy link
Contributor Author

vyasr commented Jun 18, 2021

rerun tests

@rapids-bot rapids-bot bot merged commit d8a3e60 into rapidsai:branch-21.08 Jun 18, 2021
@vyasr vyasr added this to the cuDF Python Refactoring milestone Jul 22, 2021
@vyasr vyasr deleted the refactor/index_construction branch January 14, 2022 17:58
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 improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants