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
/
connected.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Dispatch more BFS-based algorithms (#6467)
Erik Welch
2023-03-11
1
-0
/
+2
*
plugin based backend infrastructure to use multiple computation backends (#6000)
Mridul Seth
2022-11-08
1
-0
/
+1
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-0
/
+1
*
Added examples in connected and strongly connected functions (#5559)
Nikita Sharma
2022-05-09
1
-0
/
+12
*
Format w/ black
Jarrod Millman
2020-07-10
1
-9
/
+10
*
Fix example in docstring (#3866)
Rüdiger Busche
2020-03-15
1
-1
/
+2
*
Make connected_components safe to component set mutation (#3859)
Kelly Boothby
2020-03-09
1
-4
/
+4
*
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
-10
/
+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 functions and methods. add to release notes.
Dan Schult
2019-10-12
1
-17
/
+3
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-3
/
+3
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Deprecate component_subgraphs functions (#2819)
Dan Schult
2018-01-09
1
-45
/
+10
*
Correct when we raise NetworkXNotImplemented (#2731)
gfyoung
2017-11-02
1
-3
/
+3
*
Some changes to reduce the really long parts of tests (#2561)
Dan Schult
2017-08-02
1
-1
/
+2
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Minor correction in documentation
Allen Downey
2016-07-06
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
-9
/
+37
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-1
/
+1
*
Use peek(S) instead of next(iter(S)).
Jeffrey Finkelstein
2015-07-17
1
-1
/
+2
*
Refactor and improve the documentation for connected_components.
Jordi Torrents
2015-05-07
1
-17
/
+54
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
corrected docstring
drevicko
2014-07-01
1
-3
/
+3
*
Documentation for components change to generator.
Aric Hagberg
2013-11-24
1
-1
/
+1
*
Add example for sorting components by size
Aric Hagberg
2013-10-24
1
-0
/
+9
*
Connected component subgraphs copy
Aric Hagberg
2013-10-07
1
-92
/
+70
*
Apply patch for copying subgraph data. Addresses #588.
Aric Hagberg
2011-10-03
1
-1
/
+3
*
Even more imports cleanup and exceptions fixed.
Loïc Séguin-C.
2011-02-10
1
-1
/
+0
*
Remove component class code until we settle on design and location.
Aric Hagberg
2010-11-11
1
-175
/
+0
*
Adding class for incrementally tracking connected components.
Chris Ellison
2010-11-04
1
-1
/
+177
*
Minor fixes to documentation, mainly to help Sphinx with one line descriptions.
loicseguin
2010-08-09
1
-1
/
+1
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-10
/
+8
*
Use standard "import networkx as nx" in all modules
aric
2010-04-17
1
-8
/
+8
*
Split connectivity algorithms into multiple files
aric
2010-04-16
1
-0
/
+192