summaryrefslogtreecommitdiff
path: root/networkx/algorithms
Commit message (Expand)AuthorAgeFilesLines
* Allow dispatcher decorator without a namenx-sparseJim Kitchen2022-10-1215-32/+32
* Dispatch more algorithms and improve auto-test capabilitiesJim Kitchen2022-10-1212-0/+28
* Rework the backend dispatchingJim Kitchen2022-10-124-1/+10
* Wrappers classes to dispatch to a backendMridul Seth2022-10-122-0/+2
* Fixed test for average shortest path in the case of directed graphs (#6003)Sebastiano Vigna2022-10-092-8/+16
* VF2++ for Directed Graphs (#5972)Konstantinos Petridis2022-10-0410-166/+1835
* Fix steiner tree test (#5999)Guy Aglionby2022-09-271-1/+1
* Make all.py generator friendly (#5984)ddelange2022-09-213-110/+86
* Enhance biconnected components to avoid indexing (#5974)Morrison Turnansky2022-09-121-3/+9
* Add vf2pp_helpers subpackage to wheel (#5975)Ross Barnowski2022-09-111-0/+0
* Switch to relative import for vf2pp_helpers. (#5973)Ross Barnowski2022-09-091-7/+5
* Preliminary VF2++ Implementation (#5788)Konstantinos Petridis2022-09-0614-0/+4192
* Improved documentation for all_simple_paths (#5944)pmlpm19862022-09-011-1/+10
* Add Mehlhorn Steiner approximations (#5629)Guy Aglionby2022-08-232-45/+266
* [ENH] Find and verify a minimal D-separating set in DAG (#5898)Adam Li2022-08-234-5/+398
* Further improvements to strategy_saturation_largest_first (#5935)George Watkins2022-08-232-40/+63
* docstring update to lexicographical_topological_sort issue 5681 (#5930)Kevin Brown2022-08-181-9/+52
* Add function bfs_layers to docs (#5932)Dan Schult2022-08-172-3/+3
* Replace LCA with naive implementations (#5883)Ross Barnowski2022-08-132-407/+50
* Fix Louvain_partitions by yielding a copy of the sets in the partition gh-590...Dan Schult2022-08-132-2/+16
* Allow unsortable nodes in approximation.treewidth functions (#5921)Dan Schult2022-08-132-12/+18
* Adds ```nx.bfs_layers``` method (#5879)Dhaval Kumar2022-08-052-17/+92
* docstring updates for `union`, `disjoint_union`, and `compose` (#5892)Kevin Brown2022-08-041-22/+53
* Add weight distance metrics (#5305)Lucas H. McCabe2022-07-282-46/+398
* Update docs to include description of the `return_seen` kwarg (#5891)Sultan Orazbayev2022-07-251-2/+15
* Fixed unused root argument in has_bridges (#5846)Juanita Gomez2022-07-224-1/+74
* strategy_saturation_largest_first now accepts partial colorings (#5888)George Watkins2022-07-222-23/+87
* Improve LCA input validation (#5877)Ross Barnowski2022-07-201-8/+2
* update all_pairs_lca docstrings (#5876)Tanmay Aeron2022-07-181-12/+50
* Attempt to reverse slowdown from hasattr needed for cached_property (#5836)Dan Schult2022-07-161-6/+3
* Minor doc fixups (#5868)Ross Barnowski2022-07-152-7/+10
* Naive lowest common ancestor implementation (#5736)Dilara Tekinoglu2022-07-142-3/+227
* Correct louvain formula, solve infinite loops (#5713)Dimitrios Papageorgiou2022-07-132-7/+82
* Remove OrderedGraphs (#5813)Jarrod Millman2022-07-121-3/+3
* Use py_random_state to control randomness of random_triad (#5847)Mridul Seth2022-07-081-6/+9
* Fix docbuild warnings: is_string_like is removed and identation in corona pro...Mridul Seth2022-07-051-39/+38
* Add docstring examples for triads functions (#5522)0ddoe_s2022-07-051-0/+106
* Add examples to lowest common ancestors algorithms (#5531)Dilara Tekinoglu2022-07-051-0/+41
* added examples to degree_alg.py (#5644)Lukong1232022-07-051-0/+18
* added examples to regular.py (#5642)Lukong1232022-07-051-0/+19
* added examples to efficiency_measures.py (#5643)Lukong1232022-07-051-0/+18
* Corona Product (#5223)Ali Faraji2022-07-052-0/+75
* Add docstring example for self-ancestors/descendants (#5802)Dilara Tekinoglu2022-06-301-2/+12
* DOC: Switch to enumerated list in quotient_graph docstring (#5837)Matthias Bussonnier2022-06-301-6/+5
* Update distance parameter description. (#5819)Ross Barnowski2022-06-291-1/+3
* Fix #5817 (#5822)Matt Schwennesen2022-06-261-10/+4
* Temporary fix for failing tests w/ scipy1.9. (#5816)Ross Barnowski2022-06-251-1/+3
* Implement directed edge swap (#5663)Ben Heil2022-06-242-4/+155
* Make pagerank numpy and scipy private functions (#5772)Mridul Seth2022-06-242-36/+29
* Add examples for the condensation function (#5452)kpetridis2022-06-231-0/+20