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
*
Test dispatching via nx-loopback backend (#6536)
Jim Kitchen
2023-03-28
1
-2
/
+6
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
6
-2
/
+9
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-2
/
+2
*
Remove decorator dependency (#4739)
Kelly Boothby
2021-06-21
5
-14
/
+20
*
DOC: Fix links, use DOI links, wayback machine where required (#4868)
Mridul Seth
2021-06-08
1
-1
/
+1
*
Delete old test (#4513)
Jarrod Millman
2021-01-03
1
-27
/
+0
*
fix order of yield and seen.update in all cc routines (see #4331 & #3859 & 38...
Dan Schult
2020-11-12
2
-0
/
+25
*
Format w/ black
Jarrod Millman
2020-07-10
6
-73
/
+213
*
Make connected_components safe to component set mutation (#3859)
Kelly Boothby
2020-03-09
1
-0
/
+8
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
2
-2
/
+2
*
Remove shebang from non-executables
Jarrod Millman
2019-11-11
5
-5
/
+0
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
2
-1
/
+2
*
Replace eq_, ok_ with assert
Jarrod Millman
2019-10-12
1
-10
/
+9
*
Replace nose.assert_raises with pytest.raises
Jarrod Millman
2019-10-12
6
-34
/
+34
*
Remove deprecated functions and methods. add to release notes.
Dan Schult
2019-10-12
6
-139
/
+0
*
Remove unused imports
Jarrod Millman
2019-10-12
3
-3
/
+0
*
Convert nose.tools.assert_* functions into asserts
Jarrod Millman
2019-10-12
6
-107
/
+107
*
Use class methods for class setup/teardown
Stefan van der Walt
2019-10-12
5
-47
/
+52
*
First round of pytest fixes
Stefan van der Walt
2019-10-12
1
-0
/
+0
*
Make strongly_connected_components linear time O(m+n) (#2994)
Dan Schult
2018-06-02
1
-0
/
+27
*
Pep8 fixes
Jarrod Millman
2018-01-20
7
-48
/
+65
*
Deprecate component_subgraphs functions (#2819)
Dan Schult
2018-01-09
6
-4
/
+48
*
Removed unused imports (#2653)
James Lamb
2017-10-01
1
-1
/
+1
*
Simplify base classes. (#2604)
Dan Schult
2017-08-12
2
-15
/
+15
*
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
1
-0
/
+5
*
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-10
/
+10
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-1
/
+1
*
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
[next]