Changes between Version 22 and Version 23 of Ticket #26640
- Timestamp:
- 12/30/18 10:31:46 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26640 – Description
v22 v23 16 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, #26826 17 17 - #26679 clean generic_graph.py (part 13) - searches and constructors 18 - #26846 for graph isomorphism19 - #26851 py3: avoid `.vertices()` and `.edges()` in `union` of graphs20 - #26869 py3: improve `is_aperiodic` to fix doctests (due to deprecation warning in networkx)21 - #26870 py3: fix error with `map` in `strongly_regular_db.pyx`22 - #26871 py3: fix doctests in `digraph_generators.py`23 18 - #26940 stop sorting returned list of edges in spanning tree methods 24 19 … … 58 53 - #26801 py3: change sorting of neighbors labels in `static_sparse_graph.pyx` 59 54 - #26812 py3: fix doctest in `graph_generators.py` 55 - #26846 for graph isomorphism 56 - #26851 py3: avoid `.vertices()` and `.edges()` in `union` of graphs 57 - #26869 py3: improve `is_aperiodic` to fix doctests (due to deprecation warning in networkx) 58 - #26870 py3: fix error with `map` in `strongly_regular_db.pyx` 59 - #26871 py3: fix doctests in `digraph_generators.py` 60 60