Changes between Version 72 and Version 73 of Ticket #26640
- Timestamp:
- 05/06/19 11:10:50 (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26640 – Description
v72 v73 13 13 - #27435 py3: failing doctest in `graph_database.py` with `interactive_query` 14 14 15 15 16 '''Needs review''': 16 - #27138 pep8 in `digraph_generators.py` (part 5)17 17 - #27232 is_isomorphic broken with keyword edge_labels=True 18 18 - #27408 Edge view for graphs -- introduce deprecation warning for `sort=None` as the plan is to set `sort=False` by default. 19 19 - #27571 some changes in `automorphism_group` and fix one doctest in `MathonPseudocyclicStronglyRegularGraph` 20 - #27695 try to sort vertices to produce consistent graph6 and dig6 strings in Python3 20 21 21 22 22 '''Done''' … … 80 80 - #27129 py3: fix other doctests in `graph.py` 81 81 - #27137 pep8 in `digraph_generators.py` (part 4) 82 - #27138 pep8 in `digraph_generators.py` (part 5) 82 83 - #27144 py3: fix doctests in `connectivity.pyx` 83 84 - #27147 py3: fix doctests in `dense_graph.pyx`, `sparse_graph.pyx`, `static_sparse_graph.pyx` … … 105 106 - #27245 py3: fix doctests in `generic_graph` (part 9) -- `automorphism_group` 106 107 - #27246 py3: fix doctests in `generic_graph` (part 10) -- `is_isomorphic` 108 - #27695 try to sort vertices to produce consistent graph6 and dig6 strings in Python3 107 109