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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #1821 from SanketDG/testadd
error-message-eccentricity
Dan Schult
2015-10-31
1
-2
/
+5
|
\
|
*
add test for error message in eccentricity function
SanketDG
2015-10-30
1
-2
/
+5
*
|
Clarifies error message in eccentricity
jfinkels
2015-10-30
1
-2
/
+7
|
/
*
fix typo, add definition and silent the error for isolated nodes.
Haochen Wu
2015-10-18
1
-9
/
+32
*
remove unused import
Haochen Wu
2015-10-17
1
-3
/
+0
*
cast number types
Haochen Wu
2015-10-17
1
-2
/
+2
*
Implement reciprocity for directed graph.
Haochen Wu
2015-10-17
2
-0
/
+82
*
Two more doc formating changes.
Dan Schult
2015-10-04
1
-14
/
+0
*
Fix some sphinx formatting errors
Dan Schult
2015-10-04
16
-58
/
+60
*
Merge pull request #1767 from dschult/fix-flow-docs
Dan Schult
2015-10-03
1
-9
/
+13
|
\
|
*
Add flow functions from utils to __all__
Dan Schult
2015-10-03
1
-0
/
+1
|
*
Make sure __all__ variables loaded in flow __init__.py
Dan Schult
2015-09-14
1
-9
/
+12
*
|
Change comments about fringe tuples in dijkstra
Dan Schult
2015-10-03
1
-1
/
+3
*
|
Merge pull request #1790 from networkx/dschult-patch-3
Dan Schult
2015-10-03
1
-19
/
+11
|
\
\
|
*
|
Rewrite harmonic_centrality to better use iterator
Dan Schult
2015-10-02
1
-19
/
+11
*
|
|
Clarify docstring and return code for _djikstra()
Dan Schult
2015-10-02
1
-26
/
+23
|
/
/
*
|
Update all_pairs_dijkstra_path_length and single_source_dijkstra_path_length
Mridul Seth
2015-09-27
6
-46
/
+46
|
/
*
Merge pull request #1756 from MisterSheik/topo-fixed
Dan Schult
2015-09-01
3
-149
/
+191
|
\
|
*
Fixed old tests and re-added them.
Neil
2015-08-31
1
-3
/
+16
|
*
topolgical_sort, lexicographical_topological_sort
Neil
2015-08-31
1
-3
/
+2
|
*
.
Neil
2015-08-31
1
-20
/
+19
|
*
topolgical_sort, lexicographical_topological_sort
Neil
2015-08-31
3
-151
/
+182
*
|
Merge pull request #1734 from aureooms/faster-maximal-matching
Dan Schult
2015-08-31
1
-4
/
+4
|
\
\
|
*
|
constant factor improvement for maximal_matching
aureooms
2015-08-12
1
-4
/
+4
*
|
|
Merge pull request #1735 from aureooms/weight-parameter-for-max-weight-matching
Dan Schult
2015-08-31
2
-42
/
+54
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
update notes in max_weight_matching
aureooms
2015-08-31
1
-1
/
+1
|
*
|
test for weight parameter in max_weight_matching
aureooms
2015-08-12
1
-36
/
+43
|
*
|
update docstring of max_weight_matching
aureooms
2015-08-12
1
-1
/
+6
|
*
|
add weight attribute param in max_weight_matching
aureooms
2015-08-12
1
-4
/
+4
|
|
/
*
|
dag: add more information to exception message when cycle detected
Eden G. Adogla
2015-08-25
1
-2
/
+2
*
|
Update documentation of shortest_path_length
Mridul Seth
2015-08-17
2
-15
/
+18
*
|
Solve merge conflicts
Mridul Seth
2015-08-13
38
-1234
/
+2754
|
\
\
|
*
\
Merge pull request #1714 from stsouko/master
Dan Schult
2015-08-13
2
-5
/
+11
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
merge data of G and H instead replace.
Ramil Nugmanov
2015-08-07
2
-2
/
+11
|
|
*
merge data of G and H instead replace
Ramil Nugmanov
2015-08-06
1
-5
/
+2
|
*
|
Merge pull request #1730 from jfinkels/test-cuts-set-indexing
Aric Hagberg
2015-08-11
1
-10
/
+9
|
|
\
\
|
|
*
|
Don't use indexing to access elements of a set
Jeffrey Finkelstein
2015-08-10
1
-10
/
+9
|
*
|
|
Eigenvector_centrality power method shifted to A+I
Dan Schult
2015-08-10
2
-7
/
+13
|
|
/
/
|
*
|
Merge branch 'merged_master_into_iter_refactor' into master
Dan Schult
2015-08-07
93
-514
/
+490
|
|
\
\
|
|
*
|
Merge master into iter_refactor
Dan Schult
2015-08-07
33
-1212
/
+2721
|
*
|
|
Merge pull request #1710 from jfinkels/refactor-link-prediction
chebee7i
2015-08-06
1
-57
/
+46
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Refactors link prediction code.
Jeffrey Finkelstein
2015-08-05
1
-57
/
+46
|
*
|
|
Updates documentation for functions in clique.py.
Jeffrey Finkelstein
2015-08-05
1
-121
/
+222
|
|
/
/
|
*
|
Add Girvan-Newman algorithm
Thodoris Sotiropoulos
2015-08-03
3
-1
/
+145
|
*
|
Merge pull request #1681 from jakevdp/greedy-coloring
Aric Hagberg
2015-08-01
2
-375
/
+172
|
|
\
\
|
|
*
|
TST: refactor greedy coloring tests
Jake VanderPlas
2015-07-31
1
-359
/
+137
|
|
*
|
clean up greedy_coloring code
Jake VanderPlas
2015-07-31
1
-5
/
+5
|
|
*
|
ENH: allow greedy_color strategies to be specified as strings
Jake VanderPlas
2015-07-30
2
-73
/
+92
|
*
|
|
Merge pull request #1685 from jfinkels/simplify-euler
chebee7i
2015-07-30
1
-40
/
+49
|
|
\
\
\
|
|
*
|
|
Simplifies is_eulerian function.
Jeffrey Finkelstein
2015-07-30
1
-40
/
+49
|
|
|
/
/
[next]