summaryrefslogtreecommitdiff
path: root/networkx/algorithms/components/tests
Commit message (Expand)AuthorAgeFilesLines
* Test dispatching via nx-loopback backend (#6536)Jim Kitchen2023-03-281-2/+6
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-026-2/+9
* Drop Py37 (#5143)Jarrod Millman2021-10-231-2/+2
* Remove decorator dependency (#4739)Kelly Boothby2021-06-215-14/+20
* DOC: Fix links, use DOI links, wayback machine where required (#4868)Mridul Seth2021-06-081-1/+1
* Delete old test (#4513)Jarrod Millman2021-01-031-27/+0
* fix order of yield and seen.update in all cc routines (see #4331 & #3859 & 38...Dan Schult2020-11-122-0/+25
* Format w/ blackJarrod Millman2020-07-106-73/+213
* Make connected_components safe to component set mutation (#3859)Kelly Boothby2020-03-091-0/+8
* Upgrade to Py36 syntaxJarrod Millman2020-01-012-2/+2
* Remove shebang from non-executablesJarrod Millman2019-11-115-5/+0
* PEP8 fixes to testsJarrod Millman2019-10-182-1/+2
* Replace eq_, ok_ with assertJarrod Millman2019-10-121-10/+9
* Replace nose.assert_raises with pytest.raisesJarrod Millman2019-10-126-34/+34
* Remove deprecated functions and methods. add to release notes.Dan Schult2019-10-126-139/+0
* Remove unused importsJarrod Millman2019-10-123-3/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-126-107/+107
* Use class methods for class setup/teardownStefan van der Walt2019-10-125-47/+52
* First round of pytest fixesStefan van der Walt2019-10-121-0/+0
* Make strongly_connected_components linear time O(m+n) (#2994)Dan Schult2018-06-021-0/+27
* Pep8 fixesJarrod Millman2018-01-207-48/+65
* Deprecate component_subgraphs functions (#2819)Dan Schult2018-01-096-4/+48
* Removed unused imports (#2653)James Lamb2017-10-011-1/+1
* Simplify base classes. (#2604)Dan Schult2017-08-122-15/+15
* make the right function callleotrs2016-12-141-1/+1
* change articulation_points so that it only returns every vertex once - solves...leotrs2016-12-141-0/+5
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-10/+10
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-1/+1
* Remove subgraph attributes tests, now they are in a separate file.Jordi Torrents2015-05-104-123/+39
* Modernize biconnected tests, and remove subgraph attributes tests.Jordi Torrents2015-05-101-153/+111
* Move subgraph attribute copies tests to a separate file.Jordi Torrents2015-05-101-0/+84
* Add tests for subgraphs without copy for [bi]components.Jordi Torrents2015-05-072-43/+78
* Update attracting_components docs and improve tests.Jordi Torrents2015-05-071-25/+42
* Make strongly CC return a generator of sets, and improve docs and tests.Jordi Torrents2015-05-072-85/+109
* Refactor and improve documentation for weakly connected components.Jordi Torrents2015-05-071-53/+59
* Add node attribute with the list of original nodes in the SCC.Jordi Torrents2014-05-101-1/+3
* Add mapping dict as graph attribute in condensation.Jordi Torrents2014-05-051-0/+8
* Add recognition algorithm for semiconnected graphsysitu2014-04-251-0/+53
* Merge pull request #973 from hagberg/connected-generatorsAric Hagberg2013-11-121-7/+7
|\
| * Connected component subgraphs copyAric Hagberg2013-10-071-7/+7
* | Whitespace and formatting cleanupAric Hagberg2013-11-124-11/+11
* | change the other code in networkx/algorithms/components to return generators ...francis.chan2013-11-124-26/+41
|/
* Fix import error and typos in scc testsAric Hagberg2013-06-031-2/+3
* Strongly Connected Components only on directed graphsBenjamin Edwards2013-01-311-1/+9
* Remove condensation_multigraph to replace with "graph coarsening" functions.Aric Hagberg2011-12-261-59/+0
* Update for python3.Aric Hagberg2011-12-021-2/+4
* Seperated into condensation and condensation_multigraph functionsBen Edwards2011-12-011-5/+53
* Updated CondensationBen Edwards2011-11-291-15/+18
* Update condensation to use integer labels.Aric Hagberg2011-10-103-20/+42
* Be explicit about attr_dict in edge_subgraph and more testsDan Schult2011-10-081-0/+6