Changes between Version 56 and Version 57 of Ticket #26640
- Timestamp:
- 02/12/19 14:18:57 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26640 – Description
v56 v57 14 14 15 15 '''Needs review''': 16 - #26678 clean generic_graph.py (part 12) - meta-ticket for methods related to clustering, centrality and distances. Tickets are #26803, #26813, #26814, #26815, #26819, #26820, #26821, #26822, #26823, #26824, #26825, #2682617 16 - #26679 clean generic_graph.py (part 13) - searches and constructors 18 17 - #27160 py3: fix doctests in `hyperbolicity` and `graph_coloring` … … 22 21 - #27179 py3: fix doctest in `generic_graph` (part 2) -- cycle_basis 23 22 - #27183 py3: fix doctest in `generic_graph` (part 5) 24 - #27242 py3: strengthen a doctest in `vertex_separation.pyx`25 23 - #27243 py3: fix doctests in `generic_graph` (part 7) -- relabel 26 - #27244 py3: fix doctests in `generic_graph` (part 8) -- `coarsest_equitable_refinement`27 24 - #27245 py3: fix doctests in `generic_graph` (part 9) -- `automorphism_group` 28 - #27246 py3: fix doctests in `generic_graph` (part 10) -- `is_isomorphic`29 25 30 26 … … 57 53 - #26672 clean generic_graph.py (part 10) - degree 58 54 - #26675 clean generic_graph.py (part 11) - substructures 55 - #26678 clean generic_graph.py (part 12) - meta-ticket for methods related to clustering, centrality and distances. Tickets are #26803, #26813, #26814, #26815, #26819, #26820, #26821, #26822, #26823, #26824, #26825, #26826 59 56 - #26680 clean generic_graph.py (part 14) - visualization 60 57 - #26711 avoid `.vertices()` in graph_coloring.py … … 99 96 - #27202 py3: fix doctests in random graphs generators 100 97 - #27203 py3: fix 8 doctests in `generators/families.py` 98 - #27242 py3: strengthen a doctest in `vertex_separation.pyx` 99 - #27244 py3: fix doctests in `generic_graph` (part 8) -- `coarsest_equitable_refinement` 100 - #27246 py3: fix doctests in `generic_graph` (part 10) -- `is_isomorphic` 101 101