Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: sparse.csgraph: Pass indices to shortest_path #6175

Merged
merged 1 commit into from May 21, 2016

Conversation

perimosocordiae
Copy link
Member

Most of the APSP methods support searching from a subset of vertices, but this option wasn't exposed through the scipy.sparse.csgraph.shortest_path wrapper function.

I added indices to the end of the kwargs to preserve back compat (in case any users are passing everything positionally).

@jakevdp
Copy link
Member

jakevdp commented May 19, 2016

LGTM

@pv pv merged commit 9f6eefb into scipy:master May 21, 2016
@ev-br ev-br added this to the 0.18.0 milestone Jun 9, 2016
@perimosocordiae perimosocordiae deleted the shortest-path-indices branch January 16, 2017 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants