summaryrefslogtreecommitdiff
path: root/networkx/algorithms
Commit message (Expand)AuthorAgeFilesLines
* Handle weights as `distance=` in testing dispatch (#6671)Erik Welch2023-05-131-1/+2
* Improve test coverage for mst.py (#6540)Alimi Qudirah2023-05-131-0/+37
* codespell: pre-commit, config, typos fixed (#6662)Yaroslav Halchenko2023-05-032-4/+4
* added tests to euler.py (#6608)Alimi Qudirah2023-05-031-0/+12
* Remove `topo_order` kwarg from `is_semiconnected` without deprecation. (#6651)Ross Barnowski2023-05-031-9/+14
* Improve test coverage for reaching.py (#6678)Vanshika Mishra2023-05-021-0/+8
* Improve Test Coverage for current_flow_closeness.py (#6677)Vanshika Mishra2023-05-021-0/+6
* Improve test coverage for neighbor_degree.py (#6589)Alimi Qudirah2023-05-021-0/+4
* Added tests to test_correlation.py (#6590)Alimi Qudirah2023-05-021-0/+15
* Adding is_tounament to main namespace (#6498)Alimi Qudirah2023-05-021-0/+1
* Rm unreachable code for validating input (#6675)Ross Barnowski2023-05-011-6/+0
* MAINT: minor coverage cleanup. (#6674)Ross Barnowski2023-05-011-3/+0
* Allow multiple graphs for `@nx._dispatch` (#6628)Jim Kitchen2023-04-253-3/+29
* Fix output of is_chordal for empty graphs (#6563)Navya Agarwal2023-04-252-4/+10
* Added docstrings examples for clique.py (#6576)Alimi Qudirah2023-04-251-0/+24
* Make cycle_basis() deterministic (#6654)Efrem Braun2023-04-212-3/+15
* Use the correct namespace for girvan_newman examples (#6643)Mridul Seth2023-04-161-6/+6
* Fix links in eigenvector.py and katz_centrality.py (#6640)Vanshika Mishra2023-04-152-8/+8
* Add examples to bipartite centrality.py (#6613)Navya Agarwal2023-04-111-0/+21
* Fix links in laplacian_centrality and laplacian_matrix (#6623)Navya Agarwal2023-04-061-2/+2
* Fix typos (#6620)Harri Nieminen2023-04-0415-21/+21
* Fix module docstring format for ismags reference article. (#6611)Ross Barnowski2023-04-031-14/+13
* Minor docs/test maintenance (#6614)Ross Barnowski2023-04-031-2/+2
* Fixed method description in ismags.py (#6600)Navya Agarwal2023-04-021-2/+2
* corrections to docstring of `weisfeiler_lehman_subgraph_hashes` (#6598)Aaron Z2023-04-011-7/+12
* Added Docstring Example for Bidirectional Shortest Path (#6570)Vanshika Mishra2023-03-291-0/+7
* Fixed return type inconsistencies in weighted.py (#6568)Navya Agarwal2023-03-281-7/+9
* Test dispatching via nx-loopback backend (#6536)Jim Kitchen2023-03-283-6/+18
* add simple cycle enumerator for undirected class (#6461)Kelly Boothby2023-03-292-88/+1131
* Deprecate shortest_path functions to have consistent return values in v3.3 (#...Dan Schult2023-03-282-0/+11
* 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-231-0/+1
* Add docstring examples to dag.py (#6491)Navya Agarwal2023-03-231-0/+7
* Update pre-commit (#6545)Jarrod Millman2023-03-2310-20/+20
* Fixed bug k_truss doesn't raise exception for self loops (#6521)Purvi Chaurasia2023-03-211-2/+9
* Updating removing explicit import for communities (#6459)Lukong Anne2023-03-1712-98/+78
* 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
* 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
* 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
* Clean up similarity.py and use dataclasses for storing state (#5831)Mridul Seth2023-02-281-40/+28
* Start using ruff for pyupgrade and isort (#6441)Mridul Seth2023-02-251-1/+3
* Lint using Ruff (#6371)danieleades2023-02-1966-280/+268
* Update developer requirements (#6429)Jarrod Millman2023-02-1446-89/+57