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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove subgraph attributes tests, now they are in a separate file.
Jordi Torrents
2015-05-10
4
-123
/
+39
*
Modernize biconnected tests, and remove subgraph attributes tests.
Jordi Torrents
2015-05-10
1
-153
/
+111
*
Move subgraph attribute copies tests to a separate file.
Jordi Torrents
2015-05-10
1
-0
/
+84
*
Add tests for subgraphs without copy for [bi]components.
Jordi Torrents
2015-05-07
2
-43
/
+78
*
Update attracting_components docs and improve tests.
Jordi Torrents
2015-05-07
1
-25
/
+42
*
Make strongly CC return a generator of sets, and improve docs and tests.
Jordi Torrents
2015-05-07
2
-85
/
+109
*
Refactor and improve documentation for weakly connected components.
Jordi Torrents
2015-05-07
1
-53
/
+59
*
Add node attribute with the list of original nodes in the SCC.
Jordi Torrents
2014-05-10
1
-1
/
+3
*
Add mapping dict as graph attribute in condensation.
Jordi Torrents
2014-05-05
1
-0
/
+8
*
Add recognition algorithm for semiconnected graphs
ysitu
2014-04-25
1
-0
/
+53
*
Merge pull request #973 from hagberg/connected-generators
Aric Hagberg
2013-11-12
1
-7
/
+7
|
\
|
*
Connected component subgraphs copy
Aric Hagberg
2013-10-07
1
-7
/
+7
*
|
Whitespace and formatting cleanup
Aric Hagberg
2013-11-12
4
-11
/
+11
*
|
change the other code in networkx/algorithms/components to return generators ...
francis.chan
2013-11-12
4
-26
/
+41
|
/
*
Fix import error and typos in scc tests
Aric Hagberg
2013-06-03
1
-2
/
+3
*
Strongly Connected Components only on directed graphs
Benjamin Edwards
2013-01-31
1
-1
/
+9
*
Remove condensation_multigraph to replace with "graph coarsening" functions.
Aric Hagberg
2011-12-26
1
-59
/
+0
*
Update for python3.
Aric Hagberg
2011-12-02
1
-2
/
+4
*
Seperated into condensation and condensation_multigraph functions
Ben Edwards
2011-12-01
1
-5
/
+53
*
Updated Condensation
Ben Edwards
2011-11-29
1
-15
/
+18
*
Update condensation to use integer labels.
Aric Hagberg
2011-10-10
3
-20
/
+42
*
Be explicit about attr_dict in edge_subgraph and more tests
Dan Schult
2011-10-08
1
-0
/
+6
*
Fix typo in edge_subgraph
Dan Schult
2011-10-08
5
-10
/
+62
*
Add biconnected articulation points and biconnected components functions. Ad...
Aric Hagberg
2011-08-01
1
-0
/
+176
*
Remove component class code until we settle on design and location.
Aric Hagberg
2010-11-11
1
-101
/
+0
*
Adding class for incrementally tracking connected components.
Chris Ellison
2010-11-04
1
-0
/
+98
*
Merging py3k-1.2 branch into trunk. Addresses #348
loicseguin
2010-08-02
1
-1
/
+1
*
Add tests for connected, weakly_connected, strongly_connected.
aric
2010-04-17
5
-219
/
+242
*
Split connectivity algorithms into multiple files
aric
2010-04-16
2
-0
/
+274