summaryrefslogtreecommitdiff
path: root/networkx/algorithms/centrality/subgraph_alg.py
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-311-1/+1
* Remove unused `normalized` parameter from communicability_betweenness_central...Dan Schult2021-05-271-15/+5
* Standard imports (#4401)Jarrod Millman2020-12-071-5/+7
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-021-1/+1
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-251-3/+2
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-25/+2
* MAINT: rm to/from_numpy_matrix internallyRoss Barnowski2020-07-211-7/+7
* Fix scipy deprecation warningsJarrod Millman2020-01-031-25/+86
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+1
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-7/+0
* PEP8 fixesJarrod Millman2019-10-181-1/+1
* Use pytest for doctestJarrod Millman2019-10-121-11/+4
* Changes to convert_matrix and others that depend on np.matrixDan Schult2019-10-121-2/+2
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-4/+4
* link DOIs to preferred resolver (#2879)Katrin Leinweber2018-02-231-2/+2
* Fix links (#2663)Jarrod Millman2017-09-111-31/+38
* Small improvement in subgraph centrality docstrings.Jordi Torrents2017-04-021-1/+2
* Fix doctest ordering issues in sugraph centrality.Jordi Torrents2017-04-021-2/+2
* Fix for #2364Peter Wills2017-02-261-1/+1
* Use matrix.A instead of building a recarray.Valentin Lorentz2016-07-301-14/+12
* Use arrays instead of matrices in subgraph_alg.py.Valentin Lorentz2016-07-301-9/+11
* Split centrality/communicability_alg to centrality/subgraph_alg and communica...Michael-E-Rose2016-01-251-0/+323