index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
algorithms
/
shortest_paths
/
generic.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Deprecate shortest_path functions to have consistent return values in v3.3 (#...
Dan Schult
2023-03-28
1
-0
/
+4
*
plugin based backend infrastructure to use multiple computation backends (#6000)
Mridul Seth
2022-11-08
1
-0
/
+3
*
Fixed test for average shortest path in the case of directed graphs (#6003)
Sebastiano Vigna
2022-10-09
1
-5
/
+10
*
Add a space in an error (#5601)
Omkaar
2022-05-04
1
-3
/
+1
*
shortest_path() example (#5491)
Nikita Sharma
2022-04-07
1
-6
/
+6
*
DOC: Update documentation to include callables for weight argument (#5307)
Mridul Seth
2022-02-06
1
-10
/
+30
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-1
/
+1
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
1
-20
/
+20
*
Use bidirection_dijkstra as default in weighted shortest_path (#4356)
Mohammed Kashif
2020-11-16
1
-1
/
+1
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-6
/
+6
*
Format w/ black
Jarrod Millman
2020-07-10
1
-68
/
+61
*
Remove unused imports (#3855)
Alex Henrie
2020-07-06
1
-2
/
+1
*
Deprecate context_manager reversed in favor of reversed_view (#3983)
Dan Schult
2020-06-02
1
-23
/
+23
*
Correct handling of zero-weight edges in all_shortest_paths (#3783)
Kelly Boothby
2020-05-17
1
-7
/
+60
*
Update string format
Jarrod Millman
2020-01-01
1
-2
/
+2
*
Upgrade to Py36 syntax
Jarrod Millman
2020-01-01
1
-4
/
+4
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-9
/
+0
*
Fix some warnings
Jarrod Millman
2019-10-12
1
-1
/
+2
*
Add method floyd-warshall to average_shortest_path_length (#3267)
Haochen Wu
2019-09-28
1
-12
/
+30
*
Remove future imports needed by Py2
Jarrod Millman
2019-09-18
1
-1
/
+0
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Replacing `Return` to `Returns` in docs for functions (#3301)
Moradnejad
2019-02-18
1
-2
/
+2
*
Add option to use Bellman-Ford in generic shortest-path functions (#3098)
Graham Fetterman
2018-07-31
1
-39
/
+131
*
Clarify NetworkXNoPath exception in all_shortest_paths() (#2733)
hongshaoyang
2018-05-27
1
-1
/
+2
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-7
/
+8
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
shortest_path return types as discussed for #2510 (#2612)
Dan Schult
2017-08-16
1
-19
/
+15
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Remove typo in docstring of shortest_path_length
attrgraph
Dan Schult
2016-04-22
1
-1
/
+1
*
Fix conflict for #1445 and use NodeNotFound exception
Dan Schult
2016-04-22
1
-1
/
+9
|
\
|
*
NetworkXInvalidNode exception added
alexnikleo
2015-06-23
1
-2
/
+10
|
*
Fixed all_shotest_paths key error #1433
alexnikleo
2015-04-06
1
-1
/
+1
*
|
Change default role for sphinx to 'obj'
Dan Schult
2016-03-03
1
-2
/
+2
*
|
Change all X.add_path yp nx.add_path(X,
Dan Schult
2016-02-02
1
-2
/
+2
*
|
Remove colon to allow sphinx formatting
Dan Schult
2016-01-30
1
-1
/
+1
*
|
Merge branch 'doc_changes' into try_merge
Dan Schult
2016-01-30
1
-60
/
+65
|
\
\
|
*
|
Docstring changes to try out formats. pep8 too
Dan Schult
2016-01-30
1
-68
/
+76
*
|
|
Keep iterators from creating dicts
Dan Schult
2016-01-30
1
-6
/
+6
*
|
|
Raises exception on null graph avg path length.
Jeffrey Finkelstein
2016-01-27
1
-9
/
+20
*
|
|
Returns 0 for average path length of trivial graph
Jeffrey Finkelstein
2016-01-27
1
-23
/
+29
|
/
/
*
|
Update copyrights
Mridul Seth
2016-01-01
1
-1
/
+1
*
|
Update all_pairs_dijkstra_path_length and single_source_dijkstra_path_length
Mridul Seth
2015-09-27
1
-1
/
+1
*
|
Update documentation of shortest_path_length
Mridul Seth
2015-08-17
1
-10
/
+12
*
|
Update single_source_shortest_path_length and all_pairs_shortest_path_length ...
Mridul Seth
2015-08-13
1
-10
/
+11
*
|
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
|
/
*
Cleanup code a bit more.
chebee7i
2014-05-13
1
-6
/
+6
*
Make `reversed` always do a noncopy.
chebee7i
2014-05-12
1
-2
/
+2
*
Add context manager for reversing a graph.
chebee7i
2014-05-12
1
-32
/
+14
*
Fix indentation in all_shortest_paths. Closes #841
chebee7i
2013-02-05
1
-1
/
+1
[next]