summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fixed _community functionKemal Maulana2014-06-011-2/+4
| * | | Fixed docstringKemal Maulana2014-06-011-34/+29
| * | | Another minor changesKemal Maulana2014-06-011-1/+8
| * | | Minor changesKemal Maulana2014-06-011-2/+4
| * | | Use generator expression instead of yieldKemal Maulana2014-06-011-25/+18
| * | | Updated and added tests for ebunch equals NoneKemal Maulana2014-06-011-67/+151
| * | | Fixed minor bug in exception throwingKemal Maulana2014-06-011-3/+2
| * | | Updated docstringKemal Maulana2014-06-011-6/+15
| * | | Removed hardcoded community attribute nameKemal Maulana2014-06-012-20/+49
| * | | Removed KatzKemal Maulana2014-06-012-93/+0
| * | | Updated docstringKemal Maulana2014-06-011-68/+131
| * | | Updated codes for interface changeKemal Maulana2014-06-011-43/+85
| * | | Updated tests for interface changeKemal Maulana2014-06-011-43/+43
| * | | Removed unnecessary test caseKemal Maulana2014-06-011-30/+0
| * | | Use assert_almost_equalKemal Maulana2014-06-011-12/+6
| * | | Do not import exceptionsKemal Maulana2014-06-012-46/+42
| * | | Implemented Katz algorithmKemal Maulana2014-06-011-0/+34
| * | | Added tests for Katz algorithmKemal Maulana2014-06-011-0/+60
| * | | Added references to Sphinx source fileKemal Maulana2014-05-171-0/+3
| * | | Reduced output precisionKemal Maulana2014-05-171-12/+12
| * | | Some refactorsKemal Maulana2014-05-152-59/+37
| * | | Refined documentationsKemal Maulana2014-05-151-22/+45
| * | | Added detailed documentationKemal Maulana2014-05-151-3/+105
| * | | Updated __all__Kemal Maulana2014-05-151-0/+3
| * | | Implemented preferential attachment link prediction algorithmKemal Maulana2014-05-151-0/+12
| * | | Added tests for preferential attachmentKemal Maulana2014-05-151-0/+54
| * | | Implemented Adamic-Adar link prediction algorithmKemal Maulana2014-05-111-0/+9
| * | | Added tests for Adamic-Adar indexKemal Maulana2014-05-111-0/+61
| * | | Implemented Jaccard coefficient link prediction algorithmKemal Maulana2014-05-111-0/+12
| * | | Added tests for Jaccard coefficientKemal Maulana2014-05-111-0/+56
* | | | Merge pull request #1187 from hagberg/sphinx-fixesysitu2014-05-315-899/+4
|\ \ \ \
| * | | | Use updated numpydocAric Hagberg2014-05-314-896/+1
| * | | | Python 3 update for custom rolesAric Hagberg2014-05-311-3/+3
| | |/ / | |/| |
* | | | Build universal wheelsAric Hagberg2014-05-311-0/+3
|/ / /
* | | Merge pull request #1182 from ysitu/json_idAric Hagberg2014-05-316-84/+229
|\ \ \
| * | | Allow JSON attributes to be customizedysitu2014-05-306-84/+229
| | |/ | |/|
* | | Merge pull request #1186 from ysitu/heapqAric Hagberg2014-05-315-437/+493
|\ \ \ | |/ / |/| |
| * | Handle unorderable nodes in functions using heapqysitu2014-05-315-74/+112
| * | PEP8 format {betweenness,mst,test_weighted,weighted}.py with automationysitu2014-05-314-408/+426
|/ /
* | Merge pull request #1173 from jtorrents/finish-refactorchebee7i2014-05-2719-127/+255
|\ \
| * | Add test for MultiGraph input.Jordi Torrents2014-05-231-0/+7
| * | Cosmetic changes in maximum flow tests on 'large' graphs.Jordi Torrents2014-05-231-22/+11
| * | Simplify __init__.py for the flow package.Jordi Torrents2014-05-231-12/+10
| * | Add draft of 1.9 api changes for the flow package.Jordi Torrents2014-05-221-0/+54
| * | Add docstrings to build_residual_network and add it to sphinix docs.Jordi Torrents2014-05-222-0/+32
| * | Improve docstrings for flow functions.Jordi Torrents2014-05-224-0/+20
| * | Do not use ford_fulkerson in max flow tests for large graphs.Jordi Torrents2014-05-221-22/+27
| * | Adapt connectivity package to the removal of flow_funcs from namespace.Jordi Torrents2014-05-224-32/+48
| * | Remove flow functions from the base NetworkX namespace.Jordi Torrents2014-05-2212-49/+56
* | | Merge pull request #1178 from lorenzosaino/docs-drawing-pylabchebee7i2014-05-271-7/+74
|\ \ \