summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pin upper bound of decorator dep.networkx-2.5.1v2.5Jarrod Millman2021-04-033-3/+3
* Designate 2.5 releasenetworkx-2.5Jarrod Millman2020-08-221-2/+2
* Prep 2.6 releaseJarrod Millman2020-08-224-463/+517
* Update release notesJarrod Millman2020-08-221-2/+22
* DOC,BLD: Fix doc build warning from markup error. (#4174)Ross Barnowski2020-08-211-1/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-19139-1331/+1345
* DOC: Update docstrings for public functions in threshold module (#4167)Ross Barnowski2020-08-171-2/+51
* Update deprecations in release notes (#4166)Jarrod Millman2020-08-161-1/+15
* Bump release versionJarrod Millman2020-08-161-2/+2
* Designate 2.5rc1 releasenetworkx-2.5rc1Jarrod Millman2020-08-161-1/+1
* First Draft of Release Notes for v2.5 (#4159)Dan Schult2020-08-161-4/+414
* Add edge label in GEXF writer as an optional attribute (#3347)Jonathan Schneider2020-08-162-3/+9
* Update sphinx dep (#4164)Jarrod Millman2020-08-151-1/+1
* MultiGraph from graphml with explicit edge ids #3470 (#3763)kiryph2020-08-163-35/+195
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-1639-68/+0
* Docs update (#4161)Dan Schult2020-08-1624-20/+159
* Prepare for turning chordal_graph_cliques into a generator (#4162)Jarrod Millman2020-08-152-53/+126
* API: Add `show` kwarg to view_pygraphviz. (#4155)Ross Barnowski2020-08-153-11/+41
* junction_tree for #1012 (#4004)Matthias Bruhns2020-08-157-1/+217
* Get steiner_tree to work with MultiGraphs by postprocessing (#4160)Dan Schult2020-08-152-29/+42
* MAINT,TST: Improve coverage of nx_agraph module (#4156)Ross Barnowski2020-08-152-18/+143
* relabel_nodes now preserves edges in multigraphs (#4066)Nikos Chan2020-08-142-3/+161
* Remove gdal from requirementsJarrod Millman2020-08-143-2/+5
* Update dependenciesJarrod Millman2020-08-145-7/+6
* add rescale_layout_dict to change scale of the layout_dicts (#4154)Dan Schult2020-08-143-0/+60
* Update apt-get on circleci image (#4147)Jarrod Millman2020-08-101-6/+11
* MAINT: fixups to parse_edgelist. (#4128)Ross Barnowski2020-08-101-16/+17
* Use dict instead of OrderedDict since dict is ordered by default from Python ...Karthikeyan Singaravelan2020-08-101-3/+2
* MAINT: Switch to abc-based isinstance checks in to_networkx_graph (#4136)Ross Barnowski2020-08-071-11/+14
* Add tree isomorphism (#4067)Craig Schmidt2020-08-054-0/+588
* Updated draw_networkx to accept numpy array for edgelist (#4132)Tanguy Fardet2020-08-052-1/+6
* CI: temporary fix for CI latex installation issues (#4131)Ross Barnowski2020-08-051-1/+1
* Fix parse_edgelist behavior with multiple attributes (#4125)Christoph Martin2020-08-032-1/+47
* Enable 3.9-dev on travis (#4124)Jarrod Millman2020-08-021-1/+2
* DOC: Suggestions and improvments from tutorial readthrough (#4121)Ross Barnowski2020-08-023-70/+86
* Build pdf (#4123)Jarrod Millman2020-08-023-1/+9
* CI: Setup circle CI for documentation builds (#4119)Ross Barnowski2020-07-302-0/+53
* Add team gallery (#4117)Jarrod Millman2020-07-305-61/+403
* Improve modularity calculation (#4103)Lukas Bernwald2020-07-292-25/+55
* Update deprecation policyt (#4112)Jarrod Millman2020-07-281-6/+10
* Add max_weight_clique to doc (#4110)James Trimble2020-07-273-12/+14
* Update docstring for from_pandas_edgelist (#4108)Dan Schult2020-07-261-8/+13
* Add function to calculate path cost for a specified path (#4069)Danny Niquette2020-07-264-1/+99
* Update contributor guide (#4088)Jarrod Millman2020-07-235-185/+183
* Remove copyright boilerplate (#4105)Jarrod Millman2020-07-233-25/+3
* Merge pull request #4093 from rossbar/rm_npmatrixJarrod Millman2020-07-2117-83/+76
|\
| * MAINT: rm to/from_numpy_matrix internallyRoss Barnowski2020-07-2110-55/+48
| * DOC: Rewording re: numpy.matrixRoss Barnowski2020-07-218-28/+28
|/
* Fix planar_layout docstring (#4097)Christoph Deil2020-07-211-6/+0
* Allow custom keys for multiedges in from_pandas_edgelist (#4076)Daniel-Davies2020-07-212-14/+105