summaryrefslogtreecommitdiff
path: root/networkx/algorithms/components/connected.py
Commit message (Expand)AuthorAgeFilesLines
* Dispatch more BFS-based algorithms (#6467)Erik Welch2023-03-111-0/+2
* plugin based backend infrastructure to use multiple computation backends (#6000)Mridul Seth2022-11-081-0/+1
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Added examples in connected and strongly connected functions (#5559)Nikita Sharma2022-05-091-0/+12
* Format w/ blackJarrod Millman2020-07-101-9/+10
* Fix example in docstring (#3866)Rüdiger Busche2020-03-151-1/+2
* Make connected_components safe to component set mutation (#3859)Kelly Boothby2020-03-091-4/+4
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+0
* Fix more documentation issues with exceptionsJarrod Millman2019-11-091-3/+3
* Remove unused importsJarrod Millman2019-10-181-1/+0
* Remove deprecated functions and methods. add to release notes.Dan Schult2019-10-121-17/+3
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-3/+3
* Update copyrightJarrod Millman2018-01-201-1/+1
* Deprecate component_subgraphs functions (#2819)Dan Schult2018-01-091-45/+10
* Correct when we raise NetworkXNotImplemented (#2731)gfyoung2017-11-021-3/+3
* Some changes to reduce the really long parts of tests (#2561)Dan Schult2017-08-021-1/+2
* Update copyrightJarrod Millman2017-07-251-1/+1
* Minor correction in documentationAllen Downey2016-07-061-1/+1
* Correct see also linksMichael-E-Rose2016-04-201-10/+10
* Format/Correct/Extend docstrings and update top of modulesMichael-E-Rose2016-04-161-9/+37
* Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-021-1/+1
* Use peek(S) instead of next(iter(S)).Jeffrey Finkelstein2015-07-171-1/+2
* Refactor and improve the documentation for connected_components.Jordi Torrents2015-05-071-17/+54
* Fix copyrightsJGab2015-04-211-1/+1
* corrected docstringdrevicko2014-07-011-3/+3
* Documentation for components change to generator.Aric Hagberg2013-11-241-1/+1
* Add example for sorting components by sizeAric Hagberg2013-10-241-0/+9
* Connected component subgraphs copyAric Hagberg2013-10-071-92/+70
* Apply patch for copying subgraph data. Addresses #588.Aric Hagberg2011-10-031-1/+3
* Even more imports cleanup and exceptions fixed.Loïc Séguin-C.2011-02-101-1/+0
* Remove component class code until we settle on design and location.Aric Hagberg2010-11-111-175/+0
* Adding class for incrementally tracking connected components.Chris Ellison2010-11-041-1/+177
* Minor fixes to documentation, mainly to help Sphinx with one line descriptions.loicseguin2010-08-091-1/+1
* Merging py3k-1.2 branch into trunk. Addresses #348loicseguin2010-08-021-10/+8
* Use standard "import networkx as nx" in all modulesaric2010-04-171-8/+8
* Split connectivity algorithms into multiple filesaric2010-04-161-0/+192