Changes between Version 75 and Version 79 of Ticket #26640
- Timestamp:
- 07/29/19 11:06:24 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26640 – Description
v75 v79 11 11 '''Needs work''': 12 12 - #22349 Deprecate sorting of Graph vertices and edges by default 13 - #27435 py3: failing doctest in `graph_database.py` with `interactive_query`14 13 - #28108 py3: ValueError in graph_generators doctests with plantri optional package (follow up of #27948) 15 14 16 15 '''Needs review''': 17 - #27232 is_isomorphic broken with keyword edge_labels=True18 16 - #27408 Edge view for graphs -- introduce deprecation warning for `sort=None` as the plan is to set `sort=False` by default. 19 17 … … 100 98 - #27202 py3: fix doctests in random graphs generators 101 99 - #27203 py3: fix 8 doctests in `generators/families.py` 100 - #27232 is_isomorphic broken with keyword edge_labels=True 102 101 - #27242 py3: strengthen a doctest in `vertex_separation.pyx` 103 102 - #27243 py3: fix doctests in `generic_graph` (part 7) -- relabel … … 105 104 - #27245 py3: fix doctests in `generic_graph` (part 9) -- `automorphism_group` 106 105 - #27246 py3: fix doctests in `generic_graph` (part 10) -- `is_isomorphic` 106 - #27435 py3: failing doctest in `graph_database.py` with `interactive_query` 107 107 - #27571 some changes in `automorphism_group` and fix one doctest in `MathonPseudocyclicStronglyRegularGraph` 108 108 - #27695 try to sort vertices to produce consistent graph6 and dig6 strings in Python3