Opened 13 months ago
Last modified 3 months ago
#26640 new task
Meta-ticket: make graphs compatible with Python 3 — at Version 2
Reported by: | dcoudert | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-pending |
Component: | graph theory | Keywords: | py3, graph |
Cc: | tscrim, chapoton, jhpalmieri, gh-jfraymond | Merged in: | |
Authors: | Reviewers: | ||
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
This ticket is used to keep track of the progress towards python3 in graphs.
Major issues
- methods
.vertices()
and.edges()
use sort by default - direct comparison of vertex labels (e.g., in method
iterator_edges
ofbase/sparse_graph.pyx
) - all
min_spanning_tree
methods sort edges before returning the result
Done
Change History (2)
comment:1 Changed 13 months ago by
- Description modified (diff)
comment:2 Changed 13 months ago by
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.