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
...
*
Make strongly_connected_components linear time O(m+n) (#2994)
Dan Schult
2018-06-02
2
-2
/
+32
*
Pep8 fixes
Jarrod Millman
2018-01-20
7
-48
/
+65
*
Update copyright
Jarrod Millman
2018-01-20
6
-6
/
+6
*
Deprecate component_subgraphs functions (#2819)
Dan Schult
2018-01-09
11
-279
/
+111
*
Expand documentation regarding strong connectivity (#2732)
gfyoung
2017-11-03
2
-1
/
+8
*
Correct when we raise NetworkXNotImplemented (#2731)
gfyoung
2017-11-02
1
-3
/
+3
*
Removed unused imports (#2653)
James Lamb
2017-10-01
1
-1
/
+1
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
2
-15
/
+15
*
[ENH] Added functions for k-edge-connected components/subgraphs (#2554)
Jon Crall
2017-08-08
1
-0
/
+7
*
Some changes to reduce the really long parts of tests (#2561)
Dan Schult
2017-08-02
1
-1
/
+2
*
Refactor set_node_attributes() and set_edge_attributes() (#2553)
Michael E. Rose
2017-07-26
1
-1
/
+1
*
Update copyright
Jarrod Millman
2017-07-25
6
-6
/
+6
*
minor corrections to doc comments (#2453)
Jamie Cox
2017-05-15
1
-3
/
+3
*
update documentation for articulation_points
leotrs
2016-12-15
1
-5
/
+5
*
make the right function call
leotrs
2016-12-14
1
-1
/
+1
*
change articulation_points so that it only returns every vertex once - solves...
leotrs
2016-12-14
2
-1
/
+10
*
Minor correction in documentation
Allen Downey
2016-07-06
1
-1
/
+1
*
Correct see also links
Michael-E-Rose
2016-04-20
6
-44
/
+44
*
Apply PEP8 in code
Michael-E-Rose
2016-04-16
2
-15
/
+18
*
Format/Correct/Extend docstrings and update top of modules
Michael-E-Rose
2016-04-16
6
-98
/
+196
*
UnboundLocalError if called with an empty graph
Ali Baharev
2016-03-28
1
-0
/
+1
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
4
-17
/
+17
*
Update copyrights
Mridul Seth
2016-01-01
3
-3
/
+3
*
topolgical_sort, lexicographical_topological_sort
Neil
2015-08-31
1
-2
/
+2
*
Merge master into iter_refactor
Dan Schult
2015-08-07
1
-1
/
+2
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-1
/
+1
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
2
-2
/
+2
*
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
[prev]
[next]