summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Designate 2.3rc2 releasenetworkx-2.3rc2Jarrod Millman2019-04-041-1/+1
* Merge pull request #3382 from jarrodmillman/galleryJarrod Millman2019-04-0412-5/+10
|\
| * Ensure application examples are included in galleryJarrod Millman2019-04-042-1/+8
| * Fix exampleJarrod Millman2019-04-041-4/+2
| * Ensure sphinx-gallery tries running all the examplesJarrod Millman2019-04-0411-0/+0
|/
* Add missing exampleJarrod Millman2019-04-041-0/+1
* Fix Appveyor badgeJarrod Millman2019-04-041-1/+1
* Merge pull request #3379 from dschult/update_relJarrod Millman2019-04-041-13/+69
|\
| * update release_dev.rst notes for 2.3 releaseDan Schult2019-04-041-13/+69
* | Merge pull request #3378 from jarrodmillman/version-policyJarrod Millman2019-04-042-0/+12
|\ \ | |/ |/|
| * Document version naming policyJarrod Millman2019-04-032-0/+12
|/
* 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-30168-173/+173
* Merge pull request #3373 from jarrodmillman/drop-legacy-printJarrod Millman2019-03-302-50/+32
|\
| * 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
* Merge pull request #3367 from jarrodmillman/old-sphinxJarrod Millman2019-03-281-4/+4
|\
| * Use last known working version of sphinxJarrod Millman2019-03-281-4/+4
|/
* 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-284-1/+722
* Create moral graph (#3351)Julien Klaus2019-03-286-0/+86
* Planar drawing algorithm. (#3125)Johannes Schulte2019-03-2711-3/+860
* 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-264-0/+112
* | Merge pull request #3355 from jarrodmillman/pyyamlJarrod Millman2019-03-242-2/+2
|\ \
| * | Update pyyaml and fix yaml.load(input) deprecation warningJarrod Millman2019-03-242-2/+2
|/ /
* | add connectionstyle parameter (#3307)guidoeco2019-03-241-0/+8
|/
* 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