summaryrefslogtreecommitdiff
path: root/networkx
Commit message (Expand)AuthorAgeFilesLines
* Designate 2.3rc3 releasenetworkx-2.3rc3Jarrod Millman2019-04-041-1/+1
* Bump release versionJarrod Millman2019-04-041-2/+2
* Designate 2.3rc2 releasenetworkx-2.3rc2Jarrod Millman2019-04-041-1/+1
* Document version naming policyJarrod Millman2019-04-031-0/+1
* Update classifiers for pypiJarrod Millman2019-03-301-1/+1
* Bump release versionJarrod Millman2019-03-301-2/+2
* Designate 2.3rc1 releasenetworkx-2.3rc1Jarrod Millman2019-03-301-1/+1
* Update copyrightJarrod Millman2019-03-30137-142/+142
* Drop np.set_printoptions(legacy=True)Jarrod Millman2019-03-302-50/+32
* Make is_graphical raise error for invalid input (#3366)Dan Schult2019-03-302-4/+42
* Allow multidigraph edgelist in draw_networkx (#3365)Dan Schult2019-03-302-1/+7
* Add reference for preferential_attachment_graph (#3364)Dan Schult2019-03-301-1/+5
* Fix GEXF edge_ids and numpy types (#3363)Dan Schult2019-03-302-18/+118
* Correct closeness_centrality for weighted directed G (#3362)Dan Schult2019-03-292-14/+15
* Update docs for pydot_layout and pygraphviz_layout (#3361)Dan Schult2019-03-282-12/+26
* Equitable coloring of graphs. (#3127)Utkarsh Upadhyay2019-03-283-1/+721
* Create moral graph (#3351)Julien Klaus2019-03-283-0/+75
* Planar drawing algorithm. (#3125)Johannes Schulte2019-03-278-3/+848
* Fix error message for single_target_shortest_path (#3339)Dan Schult2019-03-261-1/+1
* Merge pull request #3356 from jarrodmillman/fix-error-messageJarrod Millman2019-03-251-3/+3
|\
| * Fix #3334Jarrod Millman2019-03-251-3/+3
* | Merge pull request #3336 from chdamianos/fix-raise-errorJarrod Millman2019-03-251-2/+2
|\ \ | |/ |/|
| * Fixed raise error in `algorithms/centrality/flow_matrix.py`damianos2019-03-061-2/+2
* | added implementation of VoteRank (#3149)Fredrik Erlandsson2019-03-263-0/+105
* | Update pyyaml and fix yaml.load(input) deprecation warningJarrod Millman2019-03-241-1/+1
* | add connectionstyle parameter (#3307)guidoeco2019-03-241-0/+8
|/
* 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-135-2/+625
|\
| * 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-091-0/+267
* | 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
* 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
|\