summaryrefslogtreecommitdiff
path: root/networkx/algorithms/tests/test_similarity.py
Commit message (Expand)AuthorAgeFilesLines
* Remove pyyaml dependency (#5763)Jarrod Millman2022-06-211-1/+5
* Remove deprecated simrank_similarity_numpy (#5783)Juanita Gomez2022-06-161-1/+0
* a hack to force self edges to be ignored on the first node inspected (#5516)sheldonkhall2022-04-141-0/+24
* Drop Py37 (#5143)Jarrod Millman2021-10-231-13/+0
* Style changes (#5022)Dan Schult2021-08-141-4/+1
* Default to NumPy for simrank_similarity (#4841)Jarrod Millman2021-05-301-21/+101
* Standard imports (#4401)Jarrod Millman2020-12-071-13/+12
* Add Panther algorithm per #3849 (#3886)Michael Recachinas2020-11-281-0/+118
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-1/+1
* Format w/ blackJarrod Millman2020-07-101-194/+342
* ENH: Add roots and timeout to GED (#4026)Carlos G. Oliver2020-07-071-0/+16
* Fix simrank_similarity with directed graph input (#3961)ryan-duve2020-05-281-0/+58
* Upgrade to Py36 syntaxJarrod Millman2020-01-011-2/+2
* Remove shebang from non-executablesJarrod Millman2019-11-111-1/+0
* PEP8 fixesJarrod Millman2019-10-181-3/+12
* PEP8 fixes to testsJarrod Millman2019-10-181-7/+9
* Remove nose.tools.SkipTestJarrod Millman2019-10-121-9/+4
* Remove 'from nose.tools import *'Jarrod Millman2019-10-121-1/+0
* Convert nose.tools.assert_* functions into assertsJarrod Millman2019-10-121-101/+101
* Use class methods for class setup/teardownStefan van der Walt2019-10-121-1/+1
* Add two versions of Simrank similarity (#3222)Michael Recachinas2019-05-101-0/+44
* GED: support self-loops, multigraphs and digraphs (#3019)aparamon2018-06-281-0/+275
* Pep8 fixesJarrod Millman2018-01-201-11/+12
* [WIP] Graph edit distance 2361 (#2729)aparamon2017-11-261-0/+169