File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 11---
22features :
33 - |
4- A function, :func:`~rustworkx. cycle_basis_edges` was added to the crate
4+ A function, `` cycle_basis_edges` ` was added to the crate
55 ``rustworkx-core`` in the ``connectivity`` module. This function returns
66 the edge indices that form the cycle basis of a graph.
7+ - |
8+ Added a new function :func:`~rustworkx.cycle_basis_edges` which is similar
9+ to the existing :func:`~.cycle_basis` function but instead of returning node
10+ indices it returns a list of edge indices for the cycle.
711
812 .. jupyter-execute::
913
@@ -50,6 +54,11 @@ features:
5054 display(cycles_edges)
5155 # Print the data retrieved from the graph.
5256 display(cycle_info)
57+ upgrade :
58+ - |
59+ The trait bounds of :func:`rustworkx_core::connectivity::cycle_basis` now
60+ requires graphs to be compatible with the trait ``IntoEdges`` and that the
61+ attribute ``EdgeId`` conforms to `Eq` and `Hash`.
5362fixes :
5463 - |
5564 Support for edges when getting the cycle basis. Refer to
You can’t perform that action at this time.
0 commit comments