Changes between Version 73 and Version 74 of Ticket #26640
- Timestamp:
- 07/03/19 17:45:47 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26640 – Description
v73 v74 12 12 - #22349 Deprecate sorting of Graph vertices and edges by default 13 13 - #27435 py3: failing doctest in `graph_database.py` with `interactive_query` 14 14 - #28108 py3: ValueError in graph_generators doctests with plantri optional package (follow up of #27948) 15 15 16 16 '''Needs review''': 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 - #27 571 some changes in `automorphism_group` and fix one doctest in `MathonPseudocyclicStronglyRegularGraph`19 - #27948 py3: fix doctests with optional package plantri 20 20 21 21 … … 107 107 - #27246 py3: fix doctests in `generic_graph` (part 10) -- `is_isomorphic` 108 108 - #27695 try to sort vertices to produce consistent graph6 and dig6 strings in Python3 109 - #27571 some changes in `automorphism_group` and fix one doctest in `MathonPseudocyclicStronglyRegularGraph` 109 110