summaryrefslogtreecommitdiff
path: root/networkx/algorithms/components/weakly_connected.py
Commit message (Expand)AuthorAgeFilesLines
* Dispatch more BFS-based algorithms (#6467)Erik Welch2023-03-111-0/+1
* plugin based backend infrastructure to use multiple computation backends (#6000)Mridul Seth2022-11-081-0/+1
* Compute `is_weakly_connected` lazily (#5795)Matus Valo2022-06-211-1/+1
* Added examples in weakly_connected.py (#5593)Nikita Sharma2022-05-131-0/+16
* fix order of yield and seen.update in all cc routines (see #4331 & #3859 & 38...Dan Schult2020-11-121-2/+2
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-2/+4
* Format w/ blackJarrod Millman2020-07-101-7/+8
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-9/+0
* Fix more documentation issues with exceptionsJarrod Millman2019-11-091-3/+3
* Remove unused importsJarrod Millman2019-10-181-1/+0
* Remove deprecated weakly_connected_component_subgraphsJarrod Millman2019-10-121-17/+0
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-1/+1
* Update copyrightJarrod Millman2018-01-201-1/+1
* Deprecate component_subgraphs functions (#2819)Dan Schult2018-01-091-49/+10
* Expand documentation regarding strong connectivity (#2732)gfyoung2017-11-031-1/+5
* Update copyrightJarrod Millman2017-07-251-1/+1
* Correct see also linksMichael-E-Rose2016-04-201-10/+10
* Format/Correct/Extend docstrings and update top of modulesMichael-E-Rose2016-04-161-15/+39
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-2/+2
* Update copyrightsMridul Seth2016-01-011-1/+1
* Refactor and improve documentation for weakly connected components.Jordi Torrents2015-05-071-46/+120
* Fix copyrightsJGab2015-04-211-1/+1
* DOC: definition of weak connectivity in is_weakly_connected docstringalex2014-05-081-1/+6
* Whitespace and formatting cleanupAric Hagberg2013-11-121-13/+11
* change the other code in networkx/algorithms/components to return generators ...francis.chan2013-11-121-23/+24
* Fix source node bug in weakly connected components.Aric Hagberg2012-01-151-1/+1
* Use sets in shortest pathAric Hagberg2011-12-271-2/+2
* Apply patch for copying subgraph data. Addresses #588.Aric Hagberg2011-10-031-1/+3
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-7/+5
* Use standard "import networkx as nx" in all modulesaric2010-04-171-5/+4
* Split connectivity algorithms into multiple filesaric2010-04-161-0/+127