summaryrefslogtreecommitdiff
path: root/networkx/algorithms/assortativity/correlation.py
Commit message (Expand)AuthorAgeFilesLines
* Fix numeric and degree assortativity coefficient calculation (#4928)Vitaliy Pozdnyakov2021-06-301-10/+19
* Fix assortativity coefficent calculation (#4851)Vitaliy Pozdnyakov2021-06-221-3/+1
* Fix a few broken links in the html docs (#4572)Ross Barnowski2021-05-261-1/+0
* Standard imports (#4401)Jarrod Millman2020-12-071-2/+3
* DOC: Remove repeated words (#4410)Miroslav Šedivý2020-12-021-1/+1
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-251-1/+1
* Simplify importsJarrod Millman2020-09-151-21/+9
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-10/+10
* Format w/ blackJarrod Millman2020-07-101-18/+22
* MAINT: rm np.matrix from attribute_ac.Ross Barnowski2020-07-061-6/+5
* Fix exception causes and messages in 12 modules (#4012)Ram Rachum2020-06-221-9/+9
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-2/+1
* Remove unused importsJarrod Millman2019-10-211-7/+6
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-7/+0
* Remove unused importsJarrod Millman2019-10-181-2/+1
* Use pytest for doctestJarrod Millman2019-10-121-10/+4
* Fix many documentation based Issues (#3609)Dan Schult2019-09-291-20/+20
* Pep8 fixesJarrod Millman2018-01-201-32/+33
* Document integer-only numeric mixingAric Hagberg2016-04-161-2/+4
* Fix tests that fail due to hash randomizationAric Hagberg2013-10-231-1/+1
* Clean up some documentation and symbols.Aric Hagberg2011-10-021-17/+17
* Simplify correlation function names and tests.Aric Hagberg2011-10-021-37/+34
* Refactor tests for assortativity. Addresses #640 and #639Aric Hagberg2011-10-021-0/+1
* Refactor assortativity into parts (pairs, mixing, correlation,...)Aric Hagberg2011-10-021-0/+300