summaryrefslogtreecommitdiff
path: root/networkx/algorithms/components/connected.py
Commit message (Expand)AuthorAgeFilesLines
* 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