summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove typo in docstring of shortest_path_lengthattrgraphDan Schult2016-04-221-1/+1
* Merge pull request #2101 from dschult/edgekeysAric Hagberg2016-04-221-0/+4
|\
| * Docs for compose now warn about MultiGraph edgekeysDan Schult2016-04-221-0/+4
* | Merge pull request #2102 from dschult/short_path_notfoundDan Schult2016-04-228-7/+47
|\ \ | |/ |/|
| * Fix conflict for #1445 and use NodeNotFound exceptionDan Schult2016-04-228-7/+47
| |\ |/ /
| * NetworkXInvalidNode exception addedalexnikleo2015-06-2311-11/+64
| * Fixed all_shotest_paths key error #1433alexnikleo2015-04-061-1/+1
* | Merge pull request #2100 from dschult/notfoundAric Hagberg2016-04-223-15/+17
|\ \
| * | Remove NotFound exception and update NodeNotFound exceptionDan Schult2016-04-221-5/+2
| * | Remove conflicts from #1894 (Update Exception Classes)Dan Schult2016-04-223-15/+20
| |\ \ |/ / /
| * | Add exception class NodeNotFoundMridul Seth2015-12-303-16/+21
* | | Merge pull request #2099 from jfinkels/reachingcentralityAric Hagberg2016-04-214-0/+342
|\ \ \
| * | | Adds global/local reaching centrality functions.Jeffrey Finkelstein2016-04-214-0/+342
* | | | Merge pull request #1873 from jfinkels/boruvkas-mstAric Hagberg2016-04-213-257/+302
|\ \ \ \
| * | | | Adds Borůvka's minimum spanning tree algorithm.Jeffrey Finkelstein2016-04-213-257/+302
| |/ / /
* | | | Merge pull request #2011 from mgjoka/add-joint-degreeDan Schult2016-04-204-0/+372
|\ \ \ \
| * | | | added comment in test functionMinas Gjoka2016-03-161-0/+2
| * | | | Change function name from joint_degree_model to joint_degree_graphMinas Gjoka2016-03-123-9/+9
| * | | | Slightly changed comments for joint_degree_seq test unitMinas Gjoka2016-03-081-4/+4
| * | | | Improved description of docstrings in functions and naming of variablesMinas Gjoka2016-03-082-136/+150
| * | | | Addressed comments about dashes and alphabetical orderMinas Gjoka2016-03-012-2/+3
| * | | | Handled white space characters.Minas Gjoka2016-02-252-137/+132
| * | | | Addressed all comments from second reviewMinas Gjoka2016-02-251-53/+59
| * | | | Addressed all comments from reviewMinas Gjoka2016-02-254-8/+22
| * | | | Created two new files: joint_degree_seq.py and test_joint_degree_seq.py . ins...Minas Gjoka2016-02-242-0/+340
* | | | | Merge pull request #2092 from hagberg/dominator-bugsDan Schult2016-04-202-25/+112
|\ \ \ \ \
| * | | | | Remove commented code and spurious print.Aric Hagberg2016-04-182-12/+0
| * | | | | Fix loop issue. Use sets.Aric Hagberg2016-04-182-36/+49
| * | | | | Fixes 2 bugs in dominance frontier codeAric Hagberg2016-04-182-9/+95
* | | | | | Merge pull request #2098 from jfinkels/community-allDan Schult2016-04-204-0/+8
|\ \ \ \ \ \
| * | | | | | Adds missing __all__ attributes.Jeffrey Finkelstein2016-04-204-0/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #2096 from dschult/layout_func_signaturesDan Schult2016-04-202-195/+224
|\ \ \ \ \ \
| * | | | | | Add future division and adjust indentationDan Schult2016-04-191-21/+22
| * | | | | | pep8 changes and add rescale_layout to docsDan Schult2016-04-192-116/+129
| * | | | | | Adjust layout function signatures, docs, exposureDan Schult2016-04-191-69/+84
| |/ / / / /
* | | | | | Merge pull request #2095 from Michael-E-Rose/see-also-correction2Dan Schult2016-04-207-62/+50
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Correct see also linksMichael-E-Rose2016-04-207-62/+50
|/ / / / /
* | | | | Move link for metric back into parameters section with indentDan Schult2016-04-181-6/+6
* | | | | Merge branch 'master' of https://github.com/networkx/networkxDan Schult2016-04-1810-131/+237
|\ \ \ \ \
| * \ \ \ \ Merge pull request #2091 from dschult/doc_linksDan Schult2016-04-182-15/+16
| |\ \ \ \ \
| | * | | | | doc sphinx error removalDan Schult2016-04-182-15/+16
| * | | | | | Merge pull request #2085 from hagberg/only-intsDan Schult2016-04-182-3/+7
| |\ \ \ \ \ \
| | * | | | | | Document integer-only numeric mixingAric Hagberg2016-04-162-3/+7
| * | | | | | | Merge pull request #2082 from Michael-E-Rose/see-also-correctionDan Schult2016-04-186-113/+214
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Apply PEP8 in codeMichael-E-Rose2016-04-162-15/+18
| | * | | | | | Format/Correct/Extend docstrings and update top of modulesMichael-E-Rose2016-04-166-98/+196
| * | | | | | | Merge pull request #2090 from hagberg/generator-nameDan Schult2016-04-172-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | rename community.py to avoid name clashAric Hagberg2016-04-172-1/+1
| | | |_|/ / / / | | |/| | | | |
| | * | | | | | Merge remote-tracking branch 'upstream/master'Aric Hagberg2016-04-179-115/+197
| | |\ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
* | | | | | | | rename community.py to avoid name clashAric Hagberg2016-04-182-1/+1
|/ / / / / / /