| Commit message (Expand) | Author | Age | Files | Lines |
| * | Underline too short | Aric Hagberg | 2015-06-13 | 1 | -2/+2 |
| * | fixes typo in eigenvector.py | Fionnán Alt | 2015-05-29 | 1 | -1/+1 |
| * | Fix seed for katz centrality unit test. | chebee7i | 2015-05-01 | 1 | -2/+1 |
| * | Merge pull request #1459 from harrymvr/edge-betweenness-doc | chebee7i | 2015-04-23 | 1 | -1/+1 |
| |\ |
|
| | * | Fixes formula for edge betweenness | Harry Mavroforakis | 2015-04-17 | 1 | -1/+1 |
| * | | Fix copyrights | JGab | 2015-04-21 | 7 | -7/+7 |
| * | | Add underscore for citation. | chebee7i | 2015-04-21 | 1 | -1/+1 |
| * | | Merge branch 'master' into harmonic3 | chebee7i | 2015-04-11 | 1 | -5/+18 |
| |\ \
| |/ |
|
| | * | Add Approximation for edge_betweenness_centrality as wishlist in #1220 | saiba | 2015-03-03 | 1 | -5/+18 |
| * | | Finish re-removal of nodes parameter. | chebee7i | 2015-04-11 | 1 | -11/+3 |
| * | | removed nodes parameter | Scinawa | 2015-04-11 | 1 | -3/+1 |
| * | | Specified with distance=none. Removed useless string in doc. | Scinawa | 2015-03-25 | 1 | -3/+3 |
| * | | fixed copyright, better explaination, fixed formalism | Scinawa | 2015-03-23 | 1 | -0/+90 |
| * | | Merge branch 'harmonic' of github.com:Scinawa/networkx into harmonic | Scinawa | 2015-03-20 | 3 | -203/+94 |
| |\ \
| |/ |
|
| | * | Cleanup unit tests for harmonic_centrality(). | chebee7i | 2015-02-28 | 1 | -91/+81 |
| | * | Docstring updates, as discussed, to harmonic_centrality(). | chebee7i | 2015-02-28 | 1 | -7/+8 |
| | * | Update centrality imports. | chebee7i | 2015-02-28 | 1 | -22/+13 |
| | * | Remove node option for harmonic_centrality(). | chebee7i | 2015-02-28 | 1 | -14/+6 |
| * | | Copyright correction, better explaination, correct latex formula | Scinawa | 2015-03-19 | 1 | -5/+4 |
| |/ |
|
| * | added harmonic centrality tests | Scinawa | 2015-02-28 | 1 | -0/+139 |
| * | Added Harmonic Centrality Algorithm | Scinawa | 2015-02-20 | 1 | -0/+91 |
| * | Fixed 404 link of reference pdf | yukke | 2015-01-05 | 1 | -1/+1 |
| * | Some minor touchups, file encodings, etc. | chebee7i | 2014-10-11 | 5 | -40/+49 |
| * | enhance docs for centrality measures, close #1257 close #1250 close #1247 | Michael-E-Rose | 2014-10-11 | 8 | -67/+157 |
| * | Make katz_centrality compatible with IronPython | ysitu | 2014-07-03 | 1 | -2/+2 |
| * | Handle unorderable nodes in functions using heapq | ysitu | 2014-05-31 | 1 | -6/+8 |
| * | PEP8 format {betweenness,mst,test_weighted,weighted}.py with automation | ysitu | 2014-05-31 | 1 | -131/+138 |
| * | TST: katz eigenvector test seed | alex | 2014-05-12 | 1 | -0/+1 |
| * | Fix bug in Katz centrality algorithm that didn't s | William Schwartz | 2014-03-14 | 2 | -3/+8 |
| * | Minor whitespace. | chebee7i | 2014-02-21 | 1 | -5/+5 |
| * | Updating dispersion docstring. | chebee7i | 2014-02-21 | 1 | -16/+18 |
| * | Remove unused math directive in docstring. | chebee7i | 2014-02-21 | 1 | -9/+7 |
| * | Merge branch 'master' into dispersion | chebee7i | 2014-02-21 | 1 | -13/+11 |
| |\ |
|
| | * | Switch eigenvector_centrality_numpy to use sparse matrix solver | Aric Hagberg | 2014-01-04 | 1 | -13/+11 |
| * | | "fixing docstring" | huston | 2014-02-20 | 1 | -4/+4 |
| * | | correcting dict comprehension in tests.... | huston | 2014-01-29 | 1 | -4/+4 |
| * | | clean .gitignore and tests bug | huston | 2014-01-28 | 1 | -1/+1 |
| * | | good thing we do tests | huston | 2014-01-28 | 2 | -11/+61 |
| * | | refactored to allow optional u, v... added suggestions for normalizations... | huston | 2014-01-02 | 1 | -31/+77 |
| * | | incorporating dschult set method suggestions... with significant increase in ... | huston | 2014-01-02 | 1 | -44/+7 |
| * | | updated dispersion to use built in nx methods and set comprehension | huston | 2013-12-31 | 1 | -13/+11 |
| * | | adding dispersion as a centrality measure | huston | 2013-12-28 | 2 | -0/+93 |
| |/ |
|
| * | More skip tests with SciPy | Aric Hagberg | 2013-11-27 | 2 | -4/+4 |
| * | Skip tests if no SciPy | Aric Hagberg | 2013-11-27 | 2 | -6/+12 |
| * | Use todense() to match adj_matrix | Aric Hagberg | 2013-11-27 | 2 | -2/+2 |
| * | Merge branch 'master' into use-sparse-matrix | Aric Hagberg | 2013-11-27 | 4 | -22/+43 |
| |\ |
|
| | * | Use "left eigenvector" (in-edges) in centrality | Aric Hagberg | 2013-11-26 | 4 | -22/+44 |
| * | | Switch adjacency_matrix to sparse | Aric Hagberg | 2013-11-13 | 3 | -11/+6 |
| |/ |
|
| * | Remove @require decorator | Aric Hagberg | 2013-11-09 | 1 | -6/+0 |
| * | Merge pull request #991 from hagberg/current-flow-normalization | Aric Hagberg | 2013-10-31 | 2 | -34/+11 |
| |\ |
|