summaryrefslogtreecommitdiff
path: root/networkx/algorithms
Commit message (Expand)AuthorAgeFilesLines
* Update developer requirements (#6429)Jarrod Millman2023-02-1446-89/+57
* Add dispatching to more shortest path algorithms (#6415)Erik Welch2023-02-083-0/+17
* Improve testing of bipartite projection. (#6196)Michael Holtz2023-02-051-0/+9
* Added new tests in test_clique.py (#6142)Paula Pérez Bianchi2023-02-051-0/+11
* Comment out unused unlayered dict construction. (#6411)Ross Barnowski2023-02-051-6/+11
* Delete warning in approximation documentation (#6221)Paula Pérez Bianchi2023-02-031-5/+5
* Document PageRank algo convergence condition (#6212)Alimi Qudirah2023-02-021-0/+2
* Fix link vonoroi (#6398)Paula Pérez Bianchi2023-01-311-7/+6
* Remove an instance of random.sample from a set (deprecated in Python 3.9) (#6...Erik Welch2023-01-201-1/+1
* Add reference to paper in vf2pp (#6373)Paula Pérez Bianchi2023-01-171-1/+7
* Fix equation in clustering documentation (#6369)Paula Pérez Bianchi2023-01-161-2/+1
* DOC: Minor formatting fixups to get rid of doc build warnings. (#6363)Ross Barnowski2023-01-133-24/+23
* doc:improve doc of possible values of nodes and expected behaviour (#6333)Tina Oberoi2023-01-091-2/+4
* Laplace centrality for issue 4973 (#5399)Gabor Berei2023-01-093-0/+327
* Add clique examples and deprecate helper funtions (#6186)Ross Barnowski2023-01-083-77/+239
* Fix link in isomorphvf2.py (#6347)Paula Pérez Bianchi2023-01-071-1/+1
* Refactor vf2pp modules and test files (#6334)Dan Schult2023-01-0613-2229/+2142
* Fix typos in the networkx codebase (#6335)Anurag Bhat2023-01-0524-44/+44
* fix warnings for make doctest (#6323)Dan Schult2023-01-041-0/+1
* Broken link in isomorphism documentation (#6296)Paula Pérez Bianchi2023-01-031-1/+1
* Fix typo in Katz centrality comment (#6310)Anurag Bhat2023-01-031-1/+1
* Isomorphism improve documentation (#6295)Paula Pérez Bianchi2022-12-271-1/+6
* Update simple_paths.py: consistent behaviour for `is_simple_path` when path c...Sultan Orazbayev2022-12-202-3/+17
* bug fix in smallworld.py: random_reference and lattice_reference (#6151)Paula Pérez Bianchi2022-12-202-3/+25
* Bug fix in swap: directed_edge_swap and double_edge_swap (#6149)Paula Pérez Bianchi2022-12-132-7/+36
* Improve test coverage for Eigenvector centrality (#6227)Alimi Qudirah2022-12-131-0/+7
* Fix bug vf2pp is isomorphic issue 6257 (#6270)reneechebbo2022-12-122-4/+10
* Update simple_paths.py to improve readability of the BFS. (#6273)Sultan Orazbayev2022-12-121-4/+4
* Allow MultiDiGraphs for LCA (#6234)Dan Schult2022-12-102-13/+99
* Add dfs_labeled_edges reporting of reverse edges due to depth_limit. (#6240)Dan Schult2022-12-012-6/+110
* Hide edges with a weight of None in A*. (#5945)Brian Hou2022-11-223-17/+48
* add missing `seed` to function called by `connected_double_edge_swap` (#6231)Dan Schult2022-11-221-1/+1
* Rm incorrect test case for connected edge swap (#6223)Ross Barnowski2022-11-211-5/+0
* fix wording in error message (#6228)Isaac Western2022-11-201-1/+1
* Revert 6219 and delete comment. (#6222)Ross Barnowski2022-11-181-1/+1
* Minor Python 2 cleanup (#6219)Ross Barnowski2022-11-161-3/+1
* Adds LCA test case for self-ancestors from gh-4458. (#6218)Ross Barnowski2022-11-161-0/+14
* Improve coverage for core.py (#6116)Michael Holtz2022-11-141-0/+14
* PR for issue #6033 Improve test coverage for algorithms in betweenness_subset...ladykkk2022-11-141-0/+131
* Tests added in test_centrality.py (#6200)Michael Holtz2022-11-141-0/+16
* For issue #6030 Add test coverage for algorithms in beamsearch.py (#6087)ladykkk2022-11-101-0/+5
* Fix defect in eulerize, replace reciprocal edge weights (#6145)Radoslav Fulek2022-11-082-3/+34
* Improve test coverage for current_flow_betweenness module (#6143)Okite chimaobi Samuel2022-11-081-0/+20
* Swap.py coverage to 100 (#6176)Michael Holtz2022-11-081-0/+20
* Undocumented parameters in dispersion (#6183)Alimi Qudirah2022-11-081-0/+7
* plugin based backend infrastructure to use multiple computation backends (#6000)Mridul Seth2022-11-0828-0/+64
* Improve test coverage for voterank algorithm (#6161)Alimi Qudirah2022-11-081-0/+4
* Update pytest (#6165)Jarrod Millman2022-11-017-7/+7
* Added an example in all_pairs_node_connectivity (#6126)Paula Pérez Bianchi2022-11-012-3/+18
* Improve test coverage for cycles.py (#6152)Jefter Santiago2022-11-011-0/+9