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
/
centrality
/
eigenvector.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix links in eigenvector.py and katz_centrality.py (#6640)
Vanshika Mishra
2023-04-15
1
-4
/
+4
*
plugin based backend infrastructure to use multiple computation backends (#6000)
Mridul Seth
2022-11-08
1
-0
/
+1
*
MAINT: Cleanup centrality module, remove unused variables (#5308)
Mridul Seth
2022-06-04
1
-2
/
+2
*
Use scipy.sparse array datastructure (#5139)
Ross Barnowski
2022-01-18
1
-1
/
+1
*
Use math.hypot (#5145)
Jarrod Millman
2021-10-24
1
-3
/
+2
*
adding weight description to centrality metrices (#4610)
guy rozenberg
2021-02-17
1
-1
/
+2
*
Standard imports (#4401)
Jarrod Millman
2020-12-07
1
-2
/
+2
*
Fix scipy deprecation warnings
Jarrod Millman
2020-01-03
1
-15
/
+18
*
Update string format
Jarrod Millman
2020-01-01
1
-2
/
+2
*
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
-11
/
+0
*
Skip doctests when missing dependencies
Jarrod Millman
2019-10-21
1
-6
/
+0
*
Use pytest for doctest
Jarrod Millman
2019-10-12
1
-6
/
+3
*
Remove future imports needed by Py2
Jarrod Millman
2019-09-18
1
-1
/
+0
*
Update copyright
Jarrod Millman
2019-03-30
1
-1
/
+1
*
Improve execution time of eigenvector centrality. (#3271)
Christoph Martin
2018-12-08
1
-2
/
+4
*
Clarify documentation for eigenvector_centrality. Fixes #2966 (#3110)
Leo Torres
2018-08-03
1
-4
/
+4
*
Update copyright
Jarrod Millman
2018-01-20
1
-1
/
+1
*
Use dollar sign for inline math
Jarrod Millman
2017-08-14
1
-16
/
+16
*
Update copyright
Jarrod Millman
2017-07-25
1
-1
/
+1
*
Use weight=None in Centrality Algorithms rather than weight="weight" (#2326)
Michael E. Rose
2017-07-01
1
-11
/
+10
*
Adds exception: failed power iteration convergence
Jeffrey Finkelstein
2016-05-25
1
-2
/
+6
*
Simplifies eigenvector centrality implementation.
Jeffrey Finkelstein
2016-04-16
1
-63
/
+78
*
add tol parameter and docstring
Scinawa
2016-03-21
1
-2
/
+9
*
Merge remote-tracking branch 'upstream/master' into feature/eigen_max_iter
Scinawa
2016-03-21
1
-1
/
+1
|
\
|
*
Change default role for sphinx to 'obj'
Dan Schult
2016-03-03
1
-1
/
+1
*
|
add max_iter parameter for numpy version
Alessandro Luongo
2016-02-25
1
-2
/
+2
|
/
*
Update copyrights
Mridul Seth
2016-01-01
1
-1
/
+1
*
Fix some sphinx formatting errors
Dan Schult
2015-10-04
1
-2
/
+2
*
Eigenvector_centrality power method shifted to A+I
Dan Schult
2015-08-10
1
-7
/
+10
*
Merge remote-tracking branch 'upstream/iter_refactor' into iter_refactor
Mridul Seth
2015-06-17
1
-1
/
+1
|
\
|
*
Makes Graph.nodes() return iterator instead of list
Jeffrey Finkelstein
2015-06-11
1
-1
/
+1
*
|
Underline too short
Aric Hagberg
2015-06-13
1
-2
/
+2
|
/
*
fixes typo in eigenvector.py
Fionnán Alt
2015-05-29
1
-1
/
+1
*
Fix copyrights
JGab
2015-04-21
1
-1
/
+1
*
Some minor touchups, file encodings, etc.
chebee7i
2014-10-11
1
-18
/
+21
*
enhance docs for centrality measures, close #1257 close #1250 close #1247
Michael-E-Rose
2014-10-11
1
-18
/
+61
*
Switch eigenvector_centrality_numpy to use sparse matrix solver
Aric Hagberg
2014-01-04
1
-13
/
+11
*
More skip tests with SciPy
Aric Hagberg
2013-11-27
1
-2
/
+2
*
Use todense() to match adj_matrix
Aric Hagberg
2013-11-27
1
-1
/
+1
*
Merge branch 'master' into use-sparse-matrix
Aric Hagberg
2013-11-27
1
-10
/
+8
|
\
|
*
Use "left eigenvector" (in-edges) in centrality
Aric Hagberg
2013-11-26
1
-9
/
+9
*
|
Switch adjacency_matrix to sparse
Aric Hagberg
2013-11-13
1
-9
/
+4
|
/
*
PEP-8 updates
Aric Hagberg
2013-08-25
1
-35
/
+37
*
Add 'weight' keyword to eigenvector centrality
Aric Hagberg
2013-08-25
1
-4
/
+14
*
force real eigenvalue in centrality
Aric Hagberg
2012-04-15
1
-1
/
+1
*
Force float in eigenvector_centrality
Aric Hagberg
2012-04-08
1
-1
/
+1
*
Test corner cases.
Aric Hagberg
2011-12-10
1
-10
/
+6
*
Checked all idioms in list.
Aric Hagberg
2011-09-27
1
-1
/
+1
*
Fixes for pypy compatibility.
Aric Hagberg
2011-09-11
1
-0
/
+1
[next]