summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tree
Commit message (Expand)AuthorAgeFilesLines
* Add another test and minor refactor.chebee7i2015-01-192-30/+63
* Documentation and release note information for branchings.chebee7i2015-01-193-42/+114
* Make branchings code more robust to mixed node types.chebee7i2015-01-192-13/+14
* Remove NumPy dependency.chebee7i2015-01-191-3/+4
* Remove print statement.chebee7i2015-01-191-2/+1
* Make test dependency on NumPy explicit.chebee7i2015-01-182-1/+7
* Fix typo in 2/3 compatibility.chebee7i2015-01-181-1/+1
* Restoring test file that was overwritten during merge.chebee7i2015-01-181-17/+87
* 2/3 compatibility.chebee7i2015-01-181-1/+9
* Add support for finding optimum branchings.chebee7i2015-01-182-0/+928
* Merge branch 'master' into branchingschebee7i2015-01-181-48/+130
|\
| * Use len(G) instead of number_of_nodes.chebee7i2014-05-261-9/+6
| * Minor docstring update again.chebee7i2014-05-261-5/+4
| * Major rewrite of module docstring.chebee7i2014-05-261-37/+122
| * Add unit tests.chebee7i2014-05-261-13/+79
| * Clean up docstrings.chebee7i2014-05-261-4/+5
| * Add unit test for #1144.chebee7i2014-05-081-1/+5
| * Add is_arborescence(), is_branching().chebee7i2014-05-082-53/+131
* | Add is_arborescence(), is_branching().chebee7i2014-05-012-53/+131
|/
* Fix imports to match trees->tree renameAric Hagberg2013-09-091-1/+1
* Rename tree_recognition->recognitionAric Hagberg2013-09-082-0/+0
* Handle corner cases.Aric Hagberg2013-09-082-33/+44
* Rename trees->treeAric Hagberg2013-09-083-0/+140