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
/
strongly_connected.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
plugin based backend infrastructure to use multiple computation backends (#6000)
Mridul Seth
2022-11-08
1
-0
/
+1
*
Minor doc fixups (#5868)
Ross Barnowski
2022-07-15
1
-3
/
+6
*
Add examples for the condensation function (#5452)
kpetridis
2022-06-23
1
-0
/
+20
*
Compute `is_strongly_connected` lazily (#5793)
Matus Valo
2022-06-21
1
-1
/
+1
*
Added examples in connected and strongly connected functions (#5559)
Nikita Sharma
2022-05-09
1
-0
/
+15
*
Fixing Tarjan's strongly connected components algorithm implementation to hav...
Alejandro Candioti
2022-01-30
1
-1
/
+2
*
fix typo (#4724)
Francesco Andreuzzi
2021-04-04
1
-1
/
+1
*
fix order of yield and seen.update in all cc routines (see #4331 & #3859 & 38...
Dan Schult
2020-11-12
1
-1
/
+1
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-6
/
+16
*
Format w/ black
Jarrod Millman
2020-07-10
1
-18
/
+23
*
Deprecate context_manager reversed in favor of reversed_view (#3983)
Dan Schult
2020-06-02
1
-2
/
+1
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-4
/
+2
*
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
-11
/
+0
*
Fix more documentation issues with exceptions
Jarrod Millman
2019-11-09
1
-6
/
+6
*
Remove unused imports
Jarrod Millman
2019-10-18
1
-1
/
+0
*
Changes to convert_matrix and others that depend on np.matrix
Dan Schult
2019-10-12
1
-1
/
+1
*
Remove deprecated functions and methods. add to release notes.
Dan Schult
2019-10-12
1
-17
/
+3
*
Optimize the strongly connected components algorithm - Take 2 (#3519)
Omer Katz
2019-07-25
1
-7
/
+2
*
Optimize the strongly connected components algorithm. (#3516)
Omer Katz
2019-07-19
1
-6
/
+6
*
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
*
Make strongly_connected_components linear time O(m+n) (#2994)
Dan Schult
2018-06-02
1
-2
/
+5
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Deprecate component_subgraphs functions (#2819)
Dan Schult
2018-01-09
1
-48
/
+14
*
Expand documentation regarding strong connectivity (#2732)
gfyoung
2017-11-03
1
-0
/
+3
*
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
1
-1
/
+1
*
minor corrections to doc comments (#2453)
Jamie Cox
2017-05-15
1
-3
/
+3
*
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
-23
/
+44
*
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
1
-4
/
+4
*
Update copyrights
Mridul Seth
2016-01-01
1
-1
/
+1
*
Remove edges_iter, G.edges() now returns an iterator instead of list
Mridul Seth
2015-06-17
1
-1
/
+1
*
Make strongly CC return a generator of sets, and improve docs and tests.
Jordi Torrents
2015-05-07
1
-27
/
+104
*
fix pep8
SanketDG
2015-05-07
1
-46
/
+50
*
fix docstring
SanketDG
2015-05-07
1
-1
/
+0
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
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
*
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
*
Add node attribute with the list of original nodes in the SCC.
Jordi Torrents
2014-05-10
1
-12
/
+16
*
Add mapping dict as graph attribute in condensation.
Jordi Torrents
2014-05-05
1
-1
/
+5
*
Doc formatting fixes
Aric Hagberg
2013-11-24
1
-1
/
+1
*
Avoid use of list() in condensation
Aric Hagberg
2013-11-12
1
-4
/
+5
*
Whitespace and formatting cleanup
Aric Hagberg
2013-11-12
1
-9
/
+9
*
change the other code in networkx/algorithms/components to return generators ...
francis.chan
2013-11-12
1
-63
/
+40
*
Strongly Connected Components only on directed graphs
Benjamin Edwards
2013-01-31
1
-1
/
+31
[next]