summaryrefslogtreecommitdiff
path: root/networkx/classes/backends.py
Commit message (Expand)AuthorAgeFilesLines
* Handle weights as `distance=` in testing dispatch (#6671)Erik Welch2023-05-131-0/+3
* Allow multiple graphs for `@nx._dispatch` (#6628)Jim Kitchen2023-04-251-38/+74
* Test dispatching via nx-loopback backend (#6536)Jim Kitchen2023-03-281-2/+11
* tweak `test_override_dispatch` to allow G keyword (#6499)Erik Welch2023-03-131-1/+7
* Allow first argument to be passed as kwarg in dispatcher (#6471)Dan Schult2023-03-111-1/+7
* DOC: Minor formatting fixups to get rid of doc build warnings. (#6363)Ross Barnowski2023-01-131-21/+18
* fix warnings for make doctest (#6323)Dan Schult2023-01-041-1/+3
* plugin based backend infrastructure to use multiple computation backends (#6000)Mridul Seth2022-11-081-0/+223