summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tests
Commit message (Expand)AuthorAgeFilesLines
* added tests to euler.py (#6608)Alimi Qudirah2023-05-031-0/+12
* Fix output of is_chordal for empty graphs (#6563)Navya Agarwal2023-04-251-2/+2
* Make cycle_basis() deterministic (#6654)Efrem Braun2023-04-211-0/+11
* Fix typos (#6620)Harri Nieminen2023-04-041-2/+2
* Test dispatching via nx-loopback backend (#6536)Jim Kitchen2023-03-281-2/+6
* add simple cycle enumerator for undirected class (#6461)Kelly Boothby2023-03-291-13/+522
* Update pre-commit (#6545)Jarrod Millman2023-03-234-5/+5
* Lint using Ruff (#6371)danieleades2023-02-198-94/+94
* Update developer requirements (#6429)Jarrod Millman2023-02-145-5/+2
* Added new tests in test_clique.py (#6142)Paula Pérez Bianchi2023-02-051-0/+11
* Add clique examples and deprecate helper funtions (#6186)Ross Barnowski2023-01-081-74/+98
* Update simple_paths.py: consistent behaviour for `is_simple_path` when path c...Sultan Orazbayev2022-12-201-0/+4
* bug fix in smallworld.py: random_reference and lattice_reference (#6151)Paula Pérez Bianchi2022-12-201-0/+8
* Bug fix in swap: directed_edge_swap and double_edge_swap (#6149)Paula Pérez Bianchi2022-12-131-3/+19
* Allow MultiDiGraphs for LCA (#6234)Dan Schult2022-12-101-9/+97
* Rm incorrect test case for connected edge swap (#6223)Ross Barnowski2022-11-211-5/+0
* 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
* Fix defect in eulerize, replace reciprocal edge weights (#6145)Radoslav Fulek2022-11-081-0/+20
* Swap.py coverage to 100 (#6176)Michael Holtz2022-11-081-0/+20
* Update pytest (#6165)Jarrod Millman2022-11-011-1/+1
* Improve test coverage for cycles.py (#6152)Jefter Santiago2022-11-011-0/+9
* Increase covering coverage (#6099)Mjh91222022-10-311-0/+11
* Renamed test functions in test_lowest_common_ancestors (#6110)Tindi Sommers2022-10-311-53/+27
* Increased test coverage algorithms/matching.py (#6095)Mjh91222022-10-311-1/+36
* Remove deprecated maxcardinality parameter from min_weight_matching (#6146)Ross Barnowski2022-10-311-4/+2
* Fix weighted MultiDiGraphs in DAG longest path algorithms + add additional te...stevenstrickler2022-10-251-0/+42
* Improve test coverage for algorithms/richclub.py (#6089)Okite chimaobi Samuel2022-10-201-0/+11
* [ENH] Find and verify a minimal D-separating set in DAG (#5898)Adam Li2022-08-232-3/+66
* Replace LCA with naive implementations (#5883)Ross Barnowski2022-08-131-85/+3
* Add weight distance metrics (#5305)Lucas H. McCabe2022-07-281-0/+222
* Fixed unused root argument in has_bridges (#5846)Juanita Gomez2022-07-222-0/+66
* Naive lowest common ancestor implementation (#5736)Dilara Tekinoglu2022-07-141-0/+120
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-121-3/+3
* Implement directed edge swap (#5663)Ben Heil2022-06-241-2/+33
* Remove pyyaml dependency (#5763)Jarrod Millman2022-06-211-1/+5
* Remove deprecated function extrema_bounding (#5757)Mridul Seth2022-06-161-9/+0
* Replace node_classification subpackage with a module (#5774)Dan Schult2022-06-161-41/+0
* Make chordal_graph_cliques a generator (#5758)Juanita Gomez2022-06-161-4/+4
* Remove deprecated simrank_similarity_numpy (#5783)Juanita Gomez2022-06-161-1/+0
* Chromatic polynomial (#5675)Lucas H. McCabe2022-06-091-5/+30
* Clean up maximal_independent_set tests (#5567)Mridul Seth2022-06-041-75/+50
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-0237-47/+76
* More tests for clustering (upstreaming from graphblas-algorithms) (#5673)Erik Welch2022-06-022-168/+216
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-312-3/+3
* Fix triadic census (#5575)Dan Schult2022-05-121-4/+103
* Disallow isolated nodes for Eulerian Path (#5616)Dilara Tekinoglu2022-05-121-3/+2
* Fix min_edge_cover in special cases (#5538) and correct documentation (#5549)Dan Schult2022-04-191-4/+20
* a hack to force self edges to be ignored on the first node inspected (#5516)sheldonkhall2022-04-141-0/+24
* Fix min_weight_matching to convert edge weights without reciprocal (#5394)Dan Schult2022-04-011-12/+18