summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* `arrows` should be True by default for directed graphs (#4522)Stefan van der Walt2021-01-142-17/+3
* Approximated Diameter (#4476)Andrea Tomassilli2021-01-124-0/+209
* Cliques on mutigraph/directed graph types (#4502)Andrea Tomassilli2021-01-127-85/+96
* Improving code coverage of chordal.py (#4471)cpurmessur2021-01-122-21/+27
* Fix docstrings and remove unused variables (#4501)Andrea Tomassilli2021-01-0919-22/+62
* Clustering for signed weighted graphs (#4519)Ward Huang2021-01-092-18/+80
* Improve code coverage of swap.py (#4529)cpurmessur2021-01-081-0/+37
* clean up list comp (#4499)alexpsimone2021-01-081-7/+3
* Fix performance issue in nx.edge_boundary (#4528)jason-crowley2021-01-071-1/+1
* use issue templates to redirect to discussions tab, add a bug report template...Mridul Seth2021-01-062-0/+35
* Setup cross-repo doc deploy via actions. (#4480)Ross Barnowski2021-01-061-10/+37
* TST: An approach to parametrizing read_edgelist tests. (#4292)Ross Barnowski2021-01-051-120/+127
* Gallery support for pygraphviz examples (#4464)Ross Barnowski2021-01-0417-98/+124
* Delete old test (#4513)Jarrod Millman2021-01-031-27/+0
* Simplify version information (#4492)Jarrod Millman2021-01-034-298/+62
* Run pypy tests separately (#4512)Jarrod Millman2021-01-021-1/+29
* Drop Travis CI (#4510)Jarrod Millman2021-01-029-214/+13
* Update year (#4509)Jarrod Millman2021-01-022-2/+2
* Update geospatial readme (#4504)Jarrod Millman2020-12-312-10/+208
* Simplify example dependencies (#4506)Jarrod Millman2020-12-311-9/+5
* Update pre-commit (#4495)Jarrod Millman2020-12-261-1/+1
* Update Sphinx (#4494)Jarrod Millman2020-12-261-2/+2
* Reenable tests (#4488)Jarrod Millman2020-12-243-10/+2
* Improve code coverage for cuts.py (#4473)cpurmessur2020-12-222-26/+42
* Update GH actions links in README (#4482)Jarrod Millman2020-12-211-2/+2
* Handle self-loops for single self-loop (drawing) (#4425)Ross Barnowski2020-12-212-1/+45
* Update docs for clustering Fixes #4348 (#4477)Dan Schult2020-12-211-2/+10
* Fixed docs + added decorator for k_components approx (#4474)tom2020-12-201-3/+5
* Allow relabel_nodes mapping to have non-node keys that get ignored (#4466)Dan Schult2020-12-193-8/+18
* Deprecate iterable (#4448)Jarrod Millman2020-12-195-11/+19
* Add random_ordered_tree and forest_str (#4294)Jon Crall2020-12-174-4/+554
* Drop Py3.6 support per NEP 29 (#4469)Jarrod Millman2020-12-177-15/+11
* Reorganize tests (#4467)Jarrod Millman2020-12-165-120/+106
* binomial_tree() with "create_using parameter (#4461)R. Bernstein2020-12-152-7/+14
* Maxcut heuristics (#4138)Jonas Charfreitag2020-12-144-0/+204
* Merge pull request #4455 from dschult/doc_simplexStefan van der Walt2020-12-121-2/+2
|\
| * Correct networkxsimplex docstring re: multigraphDan Schult2020-12-121-2/+2
|/
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-1243-224/+222
* Deprecate utils.misc.consume (#4449)Jarrod Millman2020-12-126-8/+23
* JavaScript example: fix link (#4450)Sebastiaan Lokhorst2020-12-121-1/+1
* Deprecate jit (#4428)Jarrod Millman2020-12-105-41/+22
* Improves description bfs_predecessors and bfs_successors. (#4438)Matthias Nagel2020-12-101-6/+14
* DOC: Fix broken links in shortest_path docstrings (#4434)dbxnr2020-12-092-3/+3
* Update geospatial readme (#4417)Jarrod Millman2020-12-083-0/+71
* NXEP 3: Allow generators to yield from edgelists (#4395)Dan Schult2020-12-072-0/+368
* Collect graphviz examples (#4427)Jarrod Millman2020-12-079-4/+10
* Standard imports (#4401)Jarrod Millman2020-12-0767-416/+496
* Add igraph example (#4404)Jarrod Millman2020-12-072-1/+47
* Add gallery example for drawing self-loops. (#4430)Ross Barnowski2020-12-071-0/+29
* Add coreview objects to documentation (#4431)Ross Barnowski2020-12-072-1/+22