summaryrefslogtreecommitdiff
path: root/networkx/algorithms/assortativity
Commit message (Expand)AuthorAgeFilesLines
* Fix a few broken links in the html docs (#4572)Ross Barnowski2021-05-262-3/+2
* Use pytest.approx (#4827)Jarrod Millman2021-05-212-5/+4
* Standard imports (#4401)Jarrod Millman2020-12-073-28/+27
* 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-197-47/+38
* Format w/ blackJarrod Millman2020-07-1011-257/+208
* Tell psf/black to ignore specific np.arraysJarrod Millman2020-07-102-1/+12
* 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
* Upgrade to Py36 syntaxJarrod Millman2020-01-013-4/+4
* Remove shebang from non-executablesJarrod Millman2019-11-114-4/+0
* Remove superfluous encoding informationJarrod Millman2019-11-115-5/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-115-22/+2
* Remove unused importsJarrod Millman2019-10-215-12/+6
* Skip doctests when missing dependenciesJarrod Millman2019-10-213-21/+0
* Remove unused importsJarrod Millman2019-10-181-2/+1
* PEP8 fixesJarrod Millman2019-10-183-16/+16
* PEP8 fixes to testsJarrod Millman2019-10-181-1/+0
* Remove nose.tools.SkipTestJarrod Millman2019-10-122-54/+11
* Use pytest for doctestJarrod Millman2019-10-123-30/+12
* Replace nose.raises with pytest.raises context managerJarrod Millman2019-10-122-12/+12
* Remove unused importsJarrod Millman2019-10-124-4/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-125-60/+60
* Use class methods for class setup/teardown, cont.Jarrod Millman2019-10-121-0/+4
* Use class methods for class setup/teardownStefan van der Walt2019-10-123-19/+24
* First round of pytest fixesStefan van der Walt2019-10-124-3/+3
* Fix many documentation based Issues (#3609)Dan Schult2019-09-291-20/+20
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Replacing `Return` to `Returns` in docs for functions (#3301)Moradnejad2019-02-182-7/+7
* fixing normalized default values in docstrings (#3007)Saurav Das2018-06-091-3/+3
* Deleted tests that were hidden due to name clash. (#2867)Mads Jensen2018-02-171-3/+3
* Pep8 fixesJarrod Millman2018-01-2010-469/+457
* Dictionary comprehensions from #1700 merged conflicts (#2768)Dan Schult2017-11-251-60/+60
* Update neighbor_degree.py (#2751)talhum2017-11-151-1/+1
* Removed unused imports (#2653)James Lamb2017-10-012-2/+0
* Simplify base classes. (#2604)Dan Schult2017-08-123-7/+7
* Move data structure to private names and replace with readonly structures (#2...Dan Schult2017-06-262-3/+3
* Merge pull request #2085 from hagberg/only-intsDan Schult2016-04-182-3/+7
|\
| * Document integer-only numeric mixingAric Hagberg2016-04-162-3/+7
* | Change sphinx config to improve parametersDan Schult2016-03-081-1/+0
* | string literals in docstrings get no backticks.Dan Schult2016-03-071-2/+2
* | Change default role for sphinx to 'obj'Dan Schult2016-03-031-2/+2
* | Improves test coverage for avg degree connectivityJeffrey Finkelstein2016-02-092-57/+92
* | Change all X.add_path yp nx.add_path(X,Dan Schult2016-02-022-9/+9
* | Fix some sphinx formatting errorsDan Schult2015-10-041-5/+4
|/
* Update adjacency_iter() method to adjacency() and remove adjacency_list()Mridul Seth2015-07-031-1/+1
* Quick fixesMridul Seth2015-06-282-3/+3
* Remove degree_iter(),now degree() returns an integer for single node and iter...Mridul Seth2015-06-273-13/+17