networkx / nx-parallel

A networkx backend that uses joblib to run graph algorithms in parallel.
BSD 3-Clause "New" or "Revised" License
23 stars 20 forks source link

MAINT: updating backend.get_info #47

Closed Schefflera-Arboricola closed 6 months ago

Schefflera-Arboricola commented 6 months ago

ref. https://github.com/networkx/networkx/pull/7219 renaming and adding backend_func_url

Schefflera-Arboricola commented 6 months ago

@dschult This PR was actually supposed to be merged after https://github.com/networkx/networkx/pull/7219, as it depends on the changes made there. Could we please address this by either reverting the merge or merging PR 7219? Or should I create another PR that undoes this PR? Let me know.

Thanks!

dschult commented 6 months ago

Ack -- sorry! I'll work to get #7219 merged...

dschult commented 6 months ago

7219 is now merged