Changes between Version 59 and Version 61 of Ticket #26640
- Timestamp:
- 02/25/19 17:11:29 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26640
- Property Cc gh-jfraymond added
-
Ticket #26640 – Description
v59 v61 13 13 - #26800 py3: bug with `canonical_label` 14 14 - #27232 `is_permutation_of` broken for matrices over cyclotomic fields -- this is due to `is_isomorphic` in graphs. 15 - `sage.graphs.graph_database`: there is a failing doctest in py3 with `interactive_query`... 15 16 16 17 … … 19 20 - #27137 pep8 in `digraph_generators.py` (part 4) 20 21 - #27138 pep8 in `digraph_generators.py` (part 5) 21 - #27160 py3: fix doctests in `hyperbolicity` and `graph_coloring`22 22 - #27170 py3: fix 14 doctests in `digraph.py` 23 - #27179 py3: fix doctest in `generic_graph` (part 2) -- cycle_basis24 23 - #27245 py3: fix doctests in `generic_graph` (part 9) -- `automorphism_group` 25 24 … … 90 89 - #27158 py3: fix doctests in `boost_graph.pyx` 91 90 - #27159 py3: fix doctests in `strongly_regular_db.pyx` 91 - #27160 py3: fix doctests in `hyperbolicity` and `graph_coloring` 92 92 - #27165 py3: fix doctests in `c_graph.pyx` 93 93 - #27166 remove deprecated classes `NetworkXGraphDeprecated` and `NetworkXDiGraphDeprecated` 94 94 - #27167 py3: fix doctest in `distances_all_pairs.pyx` 95 95 - #27176 py3: fix doctest in `generic_graph` (part 1) 96 - #27179 py3: fix doctest in `generic_graph` (part 2) -- cycle_basis 96 97 - #27180 py3: fix doctest in `generic_graph` (part 3) -- _build_flow_graph 97 98 - #27181 py3: fix doctest in `generic_graph` (part 4)