Changes between Version 63 and Version 64 of Ticket #26640
- Timestamp:
- 03/09/19 17:35:45 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26640 – Description
v63 v64 12 12 - #22349 Deprecate sorting of Graph vertices and edges by default 13 13 - #26800 py3: bug with `canonical_label` 14 - #27232 `is_permutation_of` broken for matrices over cyclotomic fields -- this is due to `is_isomorphic` in graphs.15 14 - #27435 py3: failing doctest in `graph_database.py` with `interactive_query` 16 15 … … 19 18 - #27137 pep8 in `digraph_generators.py` (part 4) 20 19 - #27138 pep8 in `digraph_generators.py` (part 5) 20 - #27232 is_isomorphic broken with keyword edge_labels=True 21 21 - #27408 Edge view for graphs -- introduce deprecation warning for `sort=None` as the plan is to set `sort=False` by default. 22 22