summaryrefslogtreecommitdiff
path: root/networkx/algorithms/centrality/eigenvector.py
Commit message (Expand)AuthorAgeFilesLines
* Fix links in eigenvector.py and katz_centrality.py (#6640)Vanshika Mishra2023-04-151-4/+4
* plugin based backend infrastructure to use multiple computation backends (#6000)Mridul Seth2022-11-081-0/+1
* MAINT: Cleanup centrality module, remove unused variables (#5308)Mridul Seth2022-06-041-2/+2
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-181-1/+1
* Use math.hypot (#5145)Jarrod Millman2021-10-241-3/+2
* adding weight description to centrality metrices (#4610)guy rozenberg2021-02-171-1/+2
* Standard imports (#4401)Jarrod Millman2020-12-071-2/+2
* Fix scipy deprecation warningsJarrod Millman2020-01-031-15/+18
* Update string formatJarrod Millman2020-01-011-2/+2
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-11/+0
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-6/+0
* Use pytest for doctestJarrod Millman2019-10-121-6/+3
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Update copyrightJarrod Millman2019-03-301-1/+1
* Improve execution time of eigenvector centrality. (#3271)Christoph Martin2018-12-081-2/+4
* Clarify documentation for eigenvector_centrality. Fixes #2966 (#3110)Leo Torres2018-08-031-4/+4
* Update copyrightJarrod Millman2018-01-201-1/+1
* Use dollar sign for inline mathJarrod Millman2017-08-141-16/+16
* Update copyrightJarrod Millman2017-07-251-1/+1
* Use weight=None in Centrality Algorithms rather than weight="weight" (#2326)Michael E. Rose2017-07-011-11/+10
* Adds exception: failed power iteration convergenceJeffrey Finkelstein2016-05-251-2/+6
* Simplifies eigenvector centrality implementation.Jeffrey Finkelstein2016-04-161-63/+78
* add tol parameter and docstringScinawa2016-03-211-2/+9
* Merge remote-tracking branch 'upstream/master' into feature/eigen_max_iterScinawa2016-03-211-1/+1
|\
| * Change default role for sphinx to 'obj'Dan Schult2016-03-031-1/+1
* | add max_iter parameter for numpy versionAlessandro Luongo2016-02-251-2/+2
|/
* Update copyrightsMridul Seth2016-01-011-1/+1
* Fix some sphinx formatting errorsDan Schult2015-10-041-2/+2
* Eigenvector_centrality power method shifted to A+IDan Schult2015-08-101-7/+10
* Merge remote-tracking branch 'upstream/iter_refactor' into iter_refactorMridul Seth2015-06-171-1/+1
|\
| * Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-1/+1
* | Underline too shortAric Hagberg2015-06-131-2/+2
|/
* fixes typo in eigenvector.pyFionnán Alt2015-05-291-1/+1
* Fix copyrightsJGab2015-04-211-1/+1
* Some minor touchups, file encodings, etc.chebee7i2014-10-111-18/+21
* enhance docs for centrality measures, close #1257 close #1250 close #1247Michael-E-Rose2014-10-111-18/+61
* Switch eigenvector_centrality_numpy to use sparse matrix solverAric Hagberg2014-01-041-13/+11
* More skip tests with SciPyAric Hagberg2013-11-271-2/+2
* Use todense() to match adj_matrixAric Hagberg2013-11-271-1/+1
* Merge branch 'master' into use-sparse-matrixAric Hagberg2013-11-271-10/+8
|\
| * Use "left eigenvector" (in-edges) in centralityAric Hagberg2013-11-261-9/+9
* | Switch adjacency_matrix to sparseAric Hagberg2013-11-131-9/+4
|/
* PEP-8 updatesAric Hagberg2013-08-251-35/+37
* Add 'weight' keyword to eigenvector centralityAric Hagberg2013-08-251-4/+14
* force real eigenvalue in centralityAric Hagberg2012-04-151-1/+1
* Force float in eigenvector_centralityAric Hagberg2012-04-081-1/+1
* Test corner cases.Aric Hagberg2011-12-101-10/+6
* Checked all idioms in list.Aric Hagberg2011-09-271-1/+1
* Fixes for pypy compatibility.Aric Hagberg2011-09-111-0/+1