summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Allow dispatcher decorator without a namenx-sparseJim Kitchen2022-10-1216-89/+135
* Dispatch more algorithms and improve auto-test capabilitiesJim Kitchen2022-10-1214-4/+66
* Rework the backend dispatchingJim Kitchen2022-10-125-14/+134
* Wrappers classes to dispatch to a backendMridul Seth2022-10-124-0/+34
* Update deprecations after 3.0 dep sprint (#6031)Jarrod Millman2022-10-112-81/+0
* Minor updates to expanders generator tests (#6027)Ross Barnowski2022-10-111-47/+46
* Fixed test for average shortest path in the case of directed graphs (#6003)Sebastiano Vigna2022-10-093-8/+20
* Update linters (#6024)Jarrod Millman2022-10-082-3/+3
* Support Python 3.11 (#6023)Jarrod Millman2022-10-082-2/+3
* Update numpydoc (#6022)Jarrod Millman2022-10-081-3/+3
* update secutiry link to tidelift (#6019)Dan Schult2022-10-071-1/+1
* Update pydata-sphinx-theme (#6012)Jarrod Millman2022-10-061-1/+1
* Fix warnings from running tests in randomized order (#6014)Ross Barnowski2022-10-062-4/+5
* Fix defect and update docs for MappedQueue, related to gh-5681 (#5939)Kevin Brown2022-10-043-12/+86
* VF2++ for Directed Graphs (#5972)Konstantinos Petridis2022-10-0410-166/+1835
* Update doc requirements (#6008)Jarrod Millman2022-10-011-5/+5
* Update linters (#6006)Jarrod Millman2022-09-303-4/+4
* Add Tidelift security vulnerability link (#6001)Dan Schult2022-09-281-0/+1
* Fix steiner tree test (#5999)Guy Aglionby2022-09-271-1/+1
* Only run scheduled pytest-randomly job in main repo. (#5993)Ross Barnowski2022-09-221-0/+1
* Fix failing example due to mpl 3.6 colorbar. (#5994)Ross Barnowski2022-09-211-1/+1
* Make all.py generator friendly (#5984)ddelange2022-09-213-110/+86
* Add concurrency hook to cancel jobs on new push. (#5986)Ross Barnowski2022-09-154-0/+16
* Update mentored projects list (#5985)Ross Barnowski2022-09-151-26/+6
* Enhance biconnected components to avoid indexing (#5974)Morrison Turnansky2022-09-121-3/+9
* Add vf2pp_helpers subpackage to wheel (#5975)Ross Barnowski2022-09-112-2/+6
* Switch to relative import for vf2pp_helpers. (#5973)Ross Barnowski2022-09-091-7/+5
* Update documentation header links for latest pydata-sphinx-theme (#5966)Ross Barnowski2022-09-082-2/+3
* Minor docstring touchups and test refactor for `is_path` (#5967)Ross Barnowski2022-09-083-19/+19
* Preliminary VF2++ Implementation (#5788)Konstantinos Petridis2022-09-0615-3/+4201
* Change is_path to return False when node not in G instead of raising exceptio...pmlpm19862022-09-062-1/+10
* Improved documentation for all_simple_paths (#5944)pmlpm19862022-09-011-1/+10
* Updated networkx/classes/function.py . Solves Issue #5463 (#5474)0ddoe_s2022-08-231-0/+28
* 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-235-5/+401
* Arf layout (#5910)Casper van Elteren2022-08-232-1/+139
* Further improvements to strategy_saturation_largest_first (#5935)George Watkins2022-08-232-40/+63
* See matplotlb 3.6rc1 failure (#5937)Jarrod Millman2022-08-212-4/+4
* Update pygraphviz (#5934)Jarrod Millman2022-08-191-1/+1
* docstring update to lexicographical_topological_sort issue 5681 (#5930)Kevin Brown2022-08-181-9/+52
* Propose to make new node_link arguments keyword only. (#5928)Ross Barnowski2022-08-171-1/+9
* Update mapping logic in `relabel_nodes` (#5912)Ross Barnowski2022-08-173-14/+22
* Bump nodelink args deprecation expiration to v3.2 (#5933)Ross Barnowski2022-08-173-11/+9
* Add function bfs_layers to docs (#5932)Dan Schult2022-08-173-3/+4
* Replace LCA with naive implementations (#5883)Ross Barnowski2022-08-134-409/+54
* 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
* signature change for `node_link` functions: for issue #5787 (#5899)Kevin Brown2022-08-114-44/+242
* Remove old Appveyor cruft (#5924)Jarrod Millman2022-08-113-8/+4
* Update precommit hooks (#5923)Jarrod Millman2022-08-0915-243/+261