Closed eriknw closed 2 years ago
Base: 61.01% // Head: 69.73% // Increases project coverage by +8.71%
:tada:
Coverage data is based on head (
cc83c31
) compared to base (b56db6b
). Patch coverage: 92.25% of modified lines in pull request are covered.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
I found a few more "easy" algorithms while looking through NetworkX. This PR now adds 25 new algorithms (CC @MridulS):
There are still lots of easy/doable algorithms left.
Hopefully adding these doesn't slow down refactoring too much--I think refactoring (as needed) will be straightforward.
10 more algorithms :tada:
I was looking for low-lying fruit and found these.
Although we don't yet have MultiGraph classes, I was able to get the networkx tests on multigraphs to pass.
edge_boundary
is the one that's probably not completely correct when operating on multi-attribute graphs (which we also don't support yet).