Skip to content

Commit

Permalink
Refactor index construction (#8485)
Browse files Browse the repository at this point in the history
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.

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

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

URL: #8485
  • Loading branch information
vyasr authored Jun 18, 2021
1 parent adaca18 commit d8a3e60
Show file tree
Hide file tree
Showing 2 changed files with 92 additions and 178 deletions.
Loading

0 comments on commit d8a3e60

Please sign in to comment.