Ross Barnowski
Ross Barnowski
Reverts networkx/networkx#8017 Probably easier to revert and try again!
`approximate_current_flow_betweenness_centrality` has a parameter `kmax` which is currently only used to check that `k`, which is computed from the number of nodes in the graph and the user-provided `epsilon` value,...
Builds upon #421 - adds layout and render functionality via graphviz plugin system.
Something I've been working on this weekend after a recent movie night! I haven't done a copy-edit pass and there's still some formatting things to fix up, but feedback on...
Minor touchups to the isomorphism notebook. I've limited the changes in this PR to minor changes in wording, line formatting (i.e. splitting up very long lines, where possible), and minor...
This PR is a proposal to drop the betweenness centrality portion of the analysis from the exploratory facebook notebook. The motivation for doing so is to strike a better balance...
We've encountered an issue with nbqa with Python3.14; specifically an AttributeError with `ast`: ``` nbQA failed to process content/algorithms/assortativity/correlation.md with exception "AttributeError("module 'ast' has no attribute 'Str'")" ``` ## Reproduce...
Note: just doc building, no parallel gallery execution yet. Let's see if this has any positive effect on runtime/how stable it is.
Just an idea I had while reviewing/thinking about #8111 `simple_cycles` already has a `length_bound` kwarg to filter out cycles above a certain length. I wonder if it might be possible...