summaryrefslogtreecommitdiff
path: root/networkx/algorithms/reciprocity.py
Commit message (Expand)AuthorAgeFilesLines
* Allow dispatcher decorator without a namenx-sparseJim Kitchen2022-10-121-2/+2
* Rework the backend dispatchingJim Kitchen2022-10-121-0/+3
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-0/+1
* Remove redundant py2 numeric conversions (#5661)Mridul Seth2022-05-311-2/+2
* Format w/ black==20.8b1Jarrod Millman2020-10-061-2/+1
* Format w/ blackJarrod Millman2020-07-101-4/+4
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-8/+0
* Update copyrightJarrod Millman2019-03-301-1/+1
* Fix several DeprecationWarning: invalid escape sequence (#3284)Mickaƫl Schoentgen2019-01-081-1/+1
* Update copyrightJarrod Millman2018-01-201-1/+1
* Comply with pep8Jarrod Millman2017-08-141-15/+17
* Use dollar sign for inline mathJarrod Millman2017-08-141-6/+7
* Change sphinx config to improve parametersDan Schult2016-03-081-2/+1
* Fix sphinx autosummary doc generation errors.Dan Schult2016-03-031-1/+1
* fix typo, add definition and silent the error for isolated nodes.Haochen Wu2015-10-181-9/+32
* remove unused importHaochen Wu2015-10-171-3/+0
* cast number typesHaochen Wu2015-10-171-2/+2
* Implement reciprocity for directed graph.Haochen Wu2015-10-171-0/+81