-
-
Notifications
You must be signed in to change notification settings - Fork 487
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
deprecate edge_iterator #30145
Comments
Commit: |
comment:3
Green bot. Please review. |
comment:4
I will split that into several smaller tickets. Too hard to make it at once. |
This comment has been minimized.
This comment has been minimized.
comment:7
Setting new milestone based on a cursory review of ticket status, priority, and last modification date. |
comment:8
Setting a new milestone for this ticket based on a cursory review. |
comment:10
After second thought, I don't think anymore it is a good idea to deprecate Therefore, I propose to move this ticket to invalid/wontfix. |
Changed commit from |
Changed branch from public/graphs/30145_deprecate_edge_iterator to none |
Changed author from David Coudert to none |
Reviewer: David Coudert, Travis Scrimshaw |
comment:12
Then we will close this. |
Now that we have
EdgesView
for graphs (#27408), we can use.edges(...)
instead of.edge_iterator(...)
. We do the following:Done:
edges
to have same behavior thanedge_iterator
Todo:
edges
instead ofedge_iterator
in the codeedge_iterator
calledges
edge_iterator
Component: graph theory
Reviewer: David Coudert, Travis Scrimshaw
Issue created by migration from https://trac.sagemath.org/ticket/30145
The text was updated successfully, but these errors were encountered: