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
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
2
-28
/
+46
*
Make strongly CC return a generator of sets, and improve docs and tests.
Jordi Torrents
2015-05-07
3
-112
/
+213
*
Refactor and improve documentation for weakly connected components.
Jordi Torrents
2015-05-07
2
-99
/
+179
*
Refactor and improve the documentation for connected_components.
Jordi Torrents
2015-05-07
2
-55
/
+148
*
fix pep8
SanketDG
2015-05-07
1
-46
/
+50
*
fix docstring
SanketDG
2015-05-07
1
-1
/
+0
*
Fix copyrights
JGab
2015-04-21
4
-4
/
+4
*
Fix docstring for strongly_connected_components
Juan Nunez-Iglesias
2015-03-12
1
-3
/
+3
*
Fix kosaraju_strongly_connected_components documentation
ysitu
2014-07-15
1
-2
/
+1
*
corrected docstring
drevicko
2014-07-01
1
-3
/
+3
*
Cleanup code a bit more.
chebee7i
2014-05-13
1
-2
/
+2
*
Use nx.utils.reversed in kosaraju scc.
chebee7i
2014-05-12
1
-9
/
+9
*
Merge pull request #1141 from jtorrents/condensation-mapping
ysitu
2014-05-11
2
-10
/
+28
|
\
|
*
Add node attribute with the list of original nodes in the SCC.
Jordi Torrents
2014-05-10
2
-13
/
+19
|
*
Add mapping dict as graph attribute in condensation.
Jordi Torrents
2014-05-05
2
-1
/
+13
*
|
DOC: definition of weak connectivity in is_weakly_connected docstring
alex
2014-05-08
1
-1
/
+6
|
/
*
Add recognition algorithm for semiconnected graphs
ysitu
2014-04-25
3
-0
/
+118
*
Merge pull request #1019 from hagberg/doc-fixes
Aric Hagberg
2013-11-24
1
-1
/
+1
|
\
|
*
Doc formatting fixes
Aric Hagberg
2013-11-24
1
-1
/
+1
*
|
Documentation for components change to generator.
Aric Hagberg
2013-11-24
1
-1
/
+1
|
/
*
Merge pull request #973 from hagberg/connected-generators
Aric Hagberg
2013-11-12
2
-99
/
+86
|
\
|
*
Add example for sorting components by size
Aric Hagberg
2013-10-24
1
-0
/
+9
|
*
Connected component subgraphs copy
Aric Hagberg
2013-10-07
2
-99
/
+77
*
|
Avoid use of list() in condensation
Aric Hagberg
2013-11-12
1
-4
/
+5
*
|
Whitespace and formatting cleanup
Aric Hagberg
2013-11-12
8
-58
/
+53
*
|
change the other code in networkx/algorithms/components to return generators ...
francis.chan
2013-11-12
8
-157
/
+154
|
/
*
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
2
-2
/
+40
*
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
*
Remove condensation_multigraph to replace with "graph coarsening" functions.
Aric Hagberg
2011-12-26
2
-120
/
+1
*
Updating API changes for 1.6
Chris Ellison
2011-12-06
1
-33
/
+34
*
Update for python3.
Aric Hagberg
2011-12-02
2
-3
/
+5
*
Added flow_hierarchy measure and altered condensation_multigraph to copy edge
Ben Edwards
2011-12-01
1
-3
/
+6
*
Seperated into condensation and condensation_multigraph functions
Ben Edwards
2011-12-01
3
-10
/
+104
*
Updated Condensation
Ben Edwards
2011-11-29
3
-32
/
+47
*
Update condensation to use integer labels.
Aric Hagberg
2011-10-10
5
-50
/
+75
*
Be explicit about attr_dict in edge_subgraph and more tests
Dan Schult
2011-10-08
2
-1
/
+7
*
Fix typo in edge_subgraph
Dan Schult
2011-10-08
6
-11
/
+63
*
Apply patch for copying subgraph data. Addresses #588.
Aric Hagberg
2011-10-03
5
-6
/
+26
*
Add patch to switch back to simpler _dfs algorithm.
Aric Hagberg
2011-08-05
1
-40
/
+26
*
Function for articulation points and biconnected components.
Aric Hagberg
2011-08-05
1
-66
/
+87
*
Add biconnected articulation points and biconnected components functions. Ad...
Aric Hagberg
2011-08-01
3
-1
/
+577
*
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
2
-276
/
+0
*
Adding class for incrementally tracking connected components.
Chris Ellison
2010-11-04
2
-1
/
+275
[next]