summaryrefslogtreecommitdiff
path: root/networkx/algorithms/components/attracting.py
Commit message (Expand)AuthorAgeFilesLines
* Update attracting_components docs and improve tests.Jordi Torrents2015-05-071-3/+4
* Fix copyrightsJGab2015-04-211-1/+1
* Whitespace and formatting cleanupAric Hagberg2013-11-121-6/+3
* change the other code in networkx/algorithms/components to return generators ...francis.chan2013-11-121-18/+25
* Seperated into condensation and condensation_multigraph functionsBen Edwards2011-12-011-2/+3
* Updated CondensationBen Edwards2011-11-291-3/+2
* Update condensation to use integer labels.Aric Hagberg2011-10-101-7/+6
* Apply patch for copying subgraph data. Addresses #588.Aric Hagberg2011-10-031-1/+5
* Use standard "import networkx as nx" in all modulesaric2010-04-171-2/+2
* Split connectivity algorithms into multiple filesaric2010-04-161-0/+130