summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix error message for single_target_shortest_pathdschult-patch-1Dan Schult2019-03-081-1/+1
* Javascript exemple update (#3329)jeanfrancois85122019-03-034-71/+102
* Adding myself as a new contributor (#3328)Moradnejad2019-02-271-0/+1
* Add two generators for Harary graph (#3288)Weisheng Si2019-02-262-0/+343
* Fixed error message for single_source_shortest_path_length (#3323)Scott Chow2019-02-231-1/+1
* Fix `simple_paths` targets parameter (#3208)last2sword2019-02-212-15/+64
* Directed combinatorial laplacian as in #2404 (#3297)Jens P2019-02-182-16/+182
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-1884-284/+284
* Remove ticks and tick labels from draw_networkx(), close #3254. (#3255)Edward L Platt2019-02-181-0/+31
* Issue-3315: add normalized_laplacian_spectrum (#3317)Hongwei Jin2019-02-182-1/+45
* Pandas accepts unhashables (#3302)Dan Schult2019-02-181-3/+0
* Typos in description of modularity matrix (#3313)Matteo Pozza2019-02-091-2/+2
* Merge pull request #3294 from Moradnejad/les_miserables_graphEric Ma2019-01-136-2/+626
|\
| * Added gomory hu testIssa Moradnejad2019-01-121-0/+11
| * Added more centrality testsIssa Moradnejad2019-01-122-0/+172
| * Added betweenness and closeness centralitiesIssa Moradnejad2019-01-122-0/+172
| * added function name to the generators.social listIssa Moradnejad2019-01-121-2/+3
| * added coappearance network of characters in the novel Les MiserablesIssa Moradnejad2019-01-092-0/+268
* | Merge pull request #3296 from EQt/masterEric Ma2019-01-091-1/+3
|\ \
| * | python syntax highlightingElias Kuthe2019-01-091-1/+3
|/ /
* | Added documentation for spectral layout (#2971) (#3292)Jens P2019-01-092-1/+11
|/
* Fix several DeprecationWarning: invalid escape sequence (#3284)Mickaël Schoentgen2019-01-0815-18/+17
* update page reference to 3rd edition of CLRS (#3291)Elias Kuthe2019-01-071-1/+1
* adding support for singleton in add_path and add_star (#3285)Tanay Gahlot2019-01-022-2/+35
* Add Jon Crall to contributors for #2554 (#3286)Jon Crall2019-01-021-0/+1
* fix frozen function (#3279)Eyal2018-12-241-1/+1
* replace deprecated fresh_copy with __class__ (#3278)Antoine Prouvost2018-12-242-2/+2
* Improve execution time of eigenvector centrality. (#3271)Christoph Martin2018-12-081-2/+4
* Fix docstring broken link to Graphviz (#3269)Matthew Gilbert2018-12-061-1/+1
* Merge pull request #3261 from todoaskit/fix-typoEric Ma2018-12-031-2/+2
|\
| * Fix typo in docstringDongkwan Kim2018-12-011-2/+2
* | Merge pull request #3263 from mdeff/masterEric Ma2018-12-031-1/+1
|\ \
| * | typo in directed_laplacian_matrixMichaël Defferrard2018-12-031-1/+1
|/ /
* | Import ABCs from collections.abc (#3171)Jonathan Barnoud2018-12-025-5/+7
|/
* Make default node color colorblind-safe, close #3233. (#3253)Edward L Platt2018-11-261-3/+3
* Replaced deprecated usage of ReverseView with reverse_view (#3256)Øyvind Heddeland Instefjord2018-11-261-1/+1
* Merge pull request #3219 from jarrodmillman/python3Jarrod Millman2018-11-1418-87/+49
|\
| * Update dependeciesJarrod Millman2018-11-141-2/+2
| * Use resize functionJarrod Millman2018-11-141-1/+1
| * Fix last failure with min dep testJarrod Millman2018-11-142-3/+3
| * Update docsJarrod Millman2018-11-141-1/+1
| * Update version checkingJarrod Millman2018-11-143-6/+4
| * Drop 2.7 for AppVeyorJarrod Millman2018-11-142-9/+2
| * More fixesJarrod Millman2018-11-144-9/+9
| * Fix doctestsJarrod Millman2018-11-143-7/+7
| * Update doc requirementsJarrod Millman2018-11-141-4/+4
| * Fix examplesJarrod Millman2018-11-143-22/+10
| * Update matplotlib requirementJarrod Millman2018-11-142-2/+2
| * 3.7 default and drop 2.7 for CIJarrod Millman2018-11-141-24/+7
|/
* Merge pull request #3243 from benjaminp/pydot-reqJarrod Millman2018-11-141-19/+1
|\