Changes between Version 1 and Version 2 of Ticket #26640
- Timestamp:
- 11/05/18 11:06:41 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26640 – Description
v1 v2 5 5 - methods `.vertices()` and `.edges()` use sort by default 6 6 - direct comparison of vertex labels (e.g., in method `iterator_edges` of `base/sparse_graph.pyx`) 7 7 - all `min_spanning_tree` methods sort edges before returning the result 8 8 9 9 '''Done''' 10 - #26469 avoid sorting vertex labels in `graph_plot.py` 11 - #26531 avoid using `.vertices()` in asteroidal_triples 10 12 - #26618 avoid using `.vertices()` in `centrality.pyx` 11 13 - #26621 avoid using `.vertices()` and `.edges()` in `bliss.pyx`