summaryrefslogtreecommitdiff
path: root/networkx/linalg/modularitymatrix.py
Commit message (Expand)AuthorAgeFilesLines
* Use scipy.sparse array datastructure (#6037)Jarrod Millman2022-10-121-20/+4
* Use scipy.sparse array datastructure (#5139)Ross Barnowski2022-01-181-6/+28
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-3/+15
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-161-2/+0
* DOC: Rewording re: numpy.matrixRoss Barnowski2020-07-211-2/+2
* Fix scipy deprecation warningsJarrod Millman2020-01-031-9/+8
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+0
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-7/+0
* Use pytest for doctestJarrod Millman2019-10-121-7/+4
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Add see also links (#3403)Jean-Gabriel Young2019-04-251-2/+2
* Update copyrightJarrod Millman2019-03-301-1/+1
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-181-2/+2
* Typos in description of modularity matrix (#3313)Matteo Pozza2019-02-091-2/+2
* Fix several DeprecationWarning: invalid escape sequence (#3284)Mickaƫl Schoentgen2019-01-081-1/+1
* Update docs with all functions left out of rst files (#3091)Dan Schult2018-07-271-6/+12
* Update copyrightJarrod Millman2018-01-201-1/+1
* Comply with pep8Jarrod Millman2017-08-171-4/+4
* Update copyrightJarrod Millman2017-07-251-1/+1
* Modularity matrix computation with weightsEnrico2016-04-171-10/+23
* Update copyrightsMridul Seth2016-01-011-1/+1
* Makes Graph.nodes() return iterator instead of listJeffrey Finkelstein2015-06-111-2/+2
* Scipy fixture, doc fixes, and changelogJGab2015-04-161-1/+2
* Fix example in docJGab2015-04-161-15/+0
* See also docJGab2015-04-151-0/+2
* Directed modularity and testsJGab2015-04-151-4/+97
* Shape is now uselessJGab2015-04-081-1/+0
* Documentation, removed reference to MGJGab2015-04-081-4/+0
* Future division and ASCII fixJGab2015-04-081-1/+3
* Removed weightJGab2015-04-081-9/+5
* Modularity matrix implementedJGab2015-04-081-0/+77