Changes between Version 5 and Version 6 of Ticket #26640
- Timestamp:
- 12/04/18 13:43:23 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26640 – Description
v5 v6 7 7 - all `min_spanning_tree` methods sort edges before returning the result 8 8 9 '''Done''' 10 - #26469 avoid sorting vertex labels in `graph_plot.py` 11 - #26531 avoid using `.vertices()` in asteroidal_triples 12 - #26618 avoid using `.vertices()` in `centrality.pyx` 13 - #26621 avoid using `.vertices()` and `.edges()` in `bliss.pyx` 9 10 '''Needs work''': 11 - #26800 py3: bug with canonical_label 12 14 13 15 14 '''Needs review''': 16 17 15 - #26520 clean graph decompositions 18 - #26633 clean generic_graph.py (part 4)19 16 - #26634 clean generic_graph.py (part 5) 20 17 - #26663 clean generic_graph.py (part 8) - connectivity … … 22 19 - #26678 clean generic_graph.py (part 12) - centrality and distances 23 20 - #26679 clean generic_graph.py (part 13) - searches and constructors 21 - #26779 py3: fix `graph_input.py` and `hypergraph_generators.py` 22 - #26812 py3: fix doctest in `graph_generators.py` 23 24 25 '''Done''' 26 - #26274 avoid comparison of vertex labels in MIP - graph_coloring.py 27 - #26282 avoid comparison of vertex labels in MIP - graph.py 28 - #26284 avoid comparison of vertex labels in MIP - connectivity.pyx 29 - #26285 avoid comparison of vertex labels in MIP - generic_graph.py 30 - #26469 avoid sorting vertex labels in `graph_plot.py` 31 - #26484 clean graph_coloring.py and avoid comparison of vertex labels 32 - #26528 avoid using `.vertices()` in comparability, hyperbolicity and distances_all_pairs 33 - #26531 avoid using `.vertices()` in asteroidal_triples 34 - #26534 avoid using `.vertices()` in weakly_chordal.pyx 35 - #26554 improve the boost graph interface to avoid using `.vertices()` 36 - #26618 avoid using `.vertices()` in `centrality.pyx` 37 - #26621 avoid using `.vertices()` and `.edges()` in `bliss.pyx` 38 - #26622 avoid using `.vertices()` in convexity_properties.pyx 39 - #26633 clean generic_graph.py (part 4) 24 40 - #26680 clean generic_graph.py (part 14) - visualization 41 - #26711 avoid `.vertices()` in graph_coloring.py 42 - #26712 avoid `.vertices()` in independent_sets.pyx 43 - #26757 py3: fixing round in graph_latex.py 44 - #26761 py3: fix `BlanusaSecondSnarkGraph` 45 - #26762 py3: fix `HortonGraph` generator 46 - #26763 py3: fix `SzekeresSnarkGraph` generator 47 - #26801 py3: change sorting of neighbors labels in `static_sparse_graph.pyx` 48