summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update release requirements (#6587)Jarrod Millman2023-03-302-3/+3
* Added Docstring Example for Bidirectional Shortest Path (#6570)Vanshika Mishra2023-03-291-0/+7
* Update team galleries (#6569)Jarrod Millman2023-03-293-73/+221
* Fixed return type inconsistencies in weighted.py (#6568)Navya Agarwal2023-03-281-7/+9
* Test dispatching via nx-loopback backend (#6536)Jim Kitchen2023-03-287-8/+124
* Fix survey URL (#6548)Omkaar2023-03-291-1/+1
* add simple cycle enumerator for undirected class (#6461)Kelly Boothby2023-03-293-88/+1132
* Add community detection example to Gallery (#6526)Navya Agarwal2023-03-281-0/+79
* Deprecate shortest_path functions to have consistent return values in v3.3 (#...Dan Schult2023-03-285-0/+28
* Optimize _single_shortest_path_length function (#6299)Tortar2023-03-281-23/+22
* Fixed return type inconsistencies in shortest path methods documentation (#6528)Navya Agarwal2023-03-281-3/+3
* Improve test coverage for redundancy.py (#6551)Navya Agarwal2023-03-281-0/+6
* improve test coverage for branchings.py (#6523)Alimi Qudirah2023-03-231-0/+53
* Add docstring examples to boundary.py (#6487)Navya Agarwal2023-03-231-0/+28
* Add example script for mst (#6525)Purvi Chaurasia2023-03-232-0/+51
* Add docstring examples to dag.py (#6491)Navya Agarwal2023-03-231-0/+7
* Update sphinx (#6544)Jarrod Millman2023-03-231-4/+4
* Update pre-commit (#6545)Jarrod Millman2023-03-2318-32/+31
* Fixed bug k_truss doesn't raise exception for self loops (#6521)Purvi Chaurasia2023-03-211-2/+9
* Update docstring of paley graph (#6529)Paula Pérez Bianchi2023-03-211-7/+7
* Use generator to limit memory footprint of read_graph6. (#6519)Ross Barnowski2023-03-191-1/+1
* Updating removing explicit import for communities (#6459)Lukong Anne2023-03-1712-98/+78
* Add examples clarifying ambiguity of nbunch (#6513)Navya Agarwal2023-03-171-2/+34
* Improve test coverage for mst.py and bug fix in prim_mst_edges() (#6486)Navya Agarwal2023-03-172-0/+59
* Improve test coverage for edgelist.py (#6507)Navya Agarwal2023-03-171-0/+37
* Fix len operation of UnionAtlas (#6478)Dan Schult2023-03-142-3/+3
* Add docstring example to weighted.py (#6497)Navya Agarwal2023-03-141-0/+9
* Improve test coverage for astar.py (#6504)Navya Agarwal2023-03-141-0/+14
* tweak `test_override_dispatch` to allow G keyword (#6499)Erik Welch2023-03-131-1/+7
* Fix reference formatting in generator docstring. (#6493)Ross Barnowski2023-03-121-2/+2
* Ignore weakrefs when testing for memory leak (#6466)Erik Welch2023-03-111-1/+14
* Dispatch more BFS-based algorithms (#6467)Erik Welch2023-03-115-0/+9
* Fix negative edge cycle function raising exception for empty graph (#6473)Purvi Chaurasia2023-03-113-1/+7
* Allow first argument to be passed as kwarg in dispatcher (#6471)Dan Schult2023-03-112-1/+21
* Add docstring for dorogovtsev_goltsev_mendes generator (#6450)Ross Barnowski2023-03-021-2/+31
* Remove pdf latex builds of docs (#5572)Mridul Seth2023-02-282-11/+0
* Clean up similarity.py and use dataclasses for storing state (#5831)Mridul Seth2023-02-281-40/+28
* Added two tests for convert_numpy (#6455)Michael Holtz2023-02-281-0/+14
* Doc upgrade paley graph (#6399)Paula Pérez Bianchi2023-02-281-10/+10
* Reset deploy-action param names for latest version. (#6451)Ross Barnowski2023-02-271-7/+7
* Add documentation building to contributor guide (#6437)Ross Barnowski2023-02-273-49/+83
* Start using ruff for pyupgrade and isort (#6441)Mridul Seth2023-02-253-13/+14
* Bump gh-pages deploy bot version. (#6446)Ross Barnowski2023-02-231-1/+1
* NXEP 0 and NXEP 1 - change status to Accepted (#5343)Mridul Seth2023-02-222-2/+2
* add ruff commit to git-blame-ignore (#6440)Mridul Seth2023-02-191-0/+1
* Lint using Ruff (#6371)danieleades2023-02-19114-542/+543
* Add project desc for visualization and ISMAGs (#6432)Dan Schult2023-02-181-2/+41
* Fix reference in line.py-inverse_line_graph (#6434)Claudia Madrid2023-02-151-3/+4
* Update developer requirements (#6429)Jarrod Millman2023-02-1475-139/+96
* spectral bisection for graphs using fiedler vector (#6404)Mridul Seth2023-02-132-1/+88