index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
algorithms
/
components
/
weakly_connected.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dispatch more BFS-based algorithms (#6467)
Erik Welch
2023-03-11
1
-0
/
+1
*
plugin based backend infrastructure to use multiple computation backends (#6000)
Mridul Seth
2022-11-08
1
-0
/
+1
*
Compute `is_weakly_connected` lazily (#5795)
Matus Valo
2022-06-21
1
-1
/
+1
*
Added examples in weakly_connected.py (#5593)
Nikita Sharma
2022-05-13
1
-0
/
+16
*
fix order of yield and seen.update in all cc routines (see #4331 & #3859 & 38...
Dan Schult
2020-11-12
1
-2
/
+2
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-2
/
+4
*
Format w/ black
Jarrod Millman
2020-07-10
1
-7
/
+8
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-9
/
+0
*
Fix more documentation issues with exceptions
Jarrod Millman
2019-11-09
1
-3
/
+3
*
Remove unused imports
Jarrod Millman
2019-10-18
1
-1
/
+0
*
Remove deprecated weakly_connected_component_subgraphs
Jarrod Millman
2019-10-12
1
-17
/
+0
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-1
/
+1
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Deprecate component_subgraphs functions (#2819)
Dan Schult
2018-01-09
1
-49
/
+10
*
Expand documentation regarding strong connectivity (#2732)
gfyoung
2017-11-03
1
-1
/
+5
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Correct see also links
Michael-E-Rose
2016-04-20
1
-10
/
+10
*
Format/Correct/Extend docstrings and update top of modules
Michael-E-Rose
2016-04-16
1
-15
/
+39
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-2
/
+2
*
Update copyrights
Mridul Seth
2016-01-01
1
-1
/
+1
*
Refactor and improve documentation for weakly connected components.
Jordi Torrents
2015-05-07
1
-46
/
+120
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
DOC: definition of weak connectivity in is_weakly_connected docstring
alex
2014-05-08
1
-1
/
+6
*
Whitespace and formatting cleanup
Aric Hagberg
2013-11-12
1
-13
/
+11
*
change the other code in networkx/algorithms/components to return generators ...
francis.chan
2013-11-12
1
-23
/
+24
*
Fix source node bug in weakly connected components.
Aric Hagberg
2012-01-15
1
-1
/
+1
*
Use sets in shortest path
Aric Hagberg
2011-12-27
1
-2
/
+2
*
Apply patch for copying subgraph data. Addresses #588.
Aric Hagberg
2011-10-03
1
-1
/
+3
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-7
/
+5
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
1
-5
/
+4
*
Split connectivity algorithms into multiple files
aric
2010-04-16
1
-0
/
+127