-
Notifications
You must be signed in to change notification settings - Fork 36
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 indexing methods from public API #588
Comments
Discussed in developers meeting. @atravitz and I will work through this checklist and coordinate via Slack. We agreed that Next steps (all of these can be done in parallel):
|
Next steps:
|
The indexing example in |
@atravitz No need to wait, we can go ahead and modernize and clean up examples! |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Update since this issue is marked as stale:
This is under active development in #652. I'll finalize that PR.
I think this still needs to be done. It should be a small PR. |
@bdice is that last task still to-do? Can we close this issue once that's been addressed? |
Yes, that is the last task. I opened #693 to resolve this. |
Feature description
In PR #580, I remove a large portion of the
indexing.py
module. Below are some follow-up tasks to be done after #580 is merged.Project.index
into a private method. This may eliminate the need for most/all of the contents ofindexing.py
. (See continued discussion below.)index
argument from a number ofProject
methods. (See continued discussion below.)The text was updated successfully, but these errors were encountered: