summaryrefslogtreecommitdiff
path: root/networkx/algorithms/connectivity/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Update developer requirements (#6429)Jarrod Millman2023-02-141-2/+2
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-081-1/+1
* Update string formatJarrod Millman2020-01-011-6/+5
* Convert %-format to fstringJarrod Millman2020-01-011-3/+3
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-2/+0
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* Pep8 fixesJarrod Millman2018-01-201-1/+1
* Solve merge conflictsMridul Seth2015-06-171-2/+2
* Remove edges_iter, G.edges() now returns an iterator instead of listMridul Seth2015-06-171-1/+1
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-2/+2
* Minor change to networkx.algorithms.connectivity.utils docstringysitu2014-05-261-1/+1
* Clean up docstrings.Jordi Torrents2014-05-141-11/+12
* Improve generation of auxiliary digraph for edge connectivity.Jordi Torrents2014-05-141-8/+2
* Do not use G.to_directed() to avoid unnecessary deep copy.Jordi Torrents2014-05-121-1/+4
* Avoid deep copy and always use iterators for building auxiliary digraphs.Jordi Torrents2014-05-111-2/+4
* Improve auxiliary digraphs for connectivity functions.Jordi Torrents2014-05-021-18/+22
* Refactor connectivity package.Jordi Torrents2014-04-291-0/+85