summaryrefslogtreecommitdiff
path: root/networkx/algorithms/similarity.py
Commit message (Expand)AuthorAgeFilesLines
* Clean up similarity.py and use dataclasses for storing state (#5831)Mridul Seth2023-02-281-40/+28
* Lint using Ruff (#6371)danieleades2023-02-191-14/+14
* Remove deprecated simrank_similarity_numpy (#5783)Juanita Gomez2022-06-161-29/+0
* Use isort with pre-commit to enforce import guidelines (#5659)Mridul Seth2022-06-021-3/+4
* a hack to force self edges to be ignored on the first node inspected (#5516)sheldonkhall2022-04-141-14/+26
* Update black (#5438)Mridul Seth2022-03-291-1/+1
* More numpy.matrix cleanups for NX2.7 (#5319)Ross Barnowski2022-02-121-3/+3
* Drop Py37 (#5143)Jarrod Millman2021-10-231-43/+1
* Style changes (#5022)Dan Schult2021-08-141-6/+1
* Default to NumPy for simrank_similarity (#4841)Jarrod Millman2021-05-301-59/+130
* Get rid of invalid escape sequences. (#4789)Ross Barnowski2021-05-111-1/+1
* DOC: Switch from napoleon to numpydoc sphinx extension (#4447)Ross Barnowski2020-12-121-1/+1
* Standard imports (#4401)Jarrod Millman2020-12-071-11/+11
* Add Panther algorithm per #3849 (#3886)Michael Recachinas2020-11-281-1/+253
* Use matrix multiplication operator (#4390)Jarrod Millman2020-11-251-3/+1
* Format python in docstrings (#4168)Jarrod Millman2020-08-191-1/+1
* Remove unnecessary nx imports from doctests (#4163)Jarrod Millman2020-08-161-2/+0
* Format w/ blackJarrod Millman2020-07-101-4/+4
* ENH: Add roots and timeout to GED (#4026)Carlos G. Oliver2020-07-071-1/+59
* Fix simrank_similarity with directed graph input (#3961)ryan-duve2020-05-281-1/+2
* Fix: documentation of simrank_similarity_numpy (#3954)Gaetano Carpinato2020-05-181-5/+4
* Update string formatJarrod Millman2020-01-011-2/+2
* Refactor testsJarrod Millman2019-11-191-4/+4
* Update styleJarrod Millman2019-11-191-137/+294
* Remove superfluous encoding informationJarrod Millman2019-11-111-1/+0
* Remove boiler plate from top of modulesJarrod Millman2019-11-111-10/+0
* Skip doctests when missing dependenciesJarrod Millman2019-10-211-7/+0
* Remove unused importsJarrod Millman2019-10-181-2/+0
* PEP8 fixesJarrod Millman2019-10-181-61/+60
* PEP8 fixes to testsJarrod Millman2019-10-181-7/+6
* Use yield fromJarrod Millman2019-10-181-10/+7
* Use pytest for doctestJarrod Millman2019-10-121-10/+4
* Remove future imports needed by Py2Jarrod Millman2019-09-181-1/+0
* Fix Sphinx warningsJarrod Millman2019-09-161-1/+1
* Small fix for bug found @ issue #3524 (#3529)Alexios Polyzos2019-07-281-1/+1
* Add two versions of Simrank similarity (#3222)Michael Recachinas2019-05-101-2/+245
* Add docstring to module for similarity (#3097)Dan Schult2018-07-301-44/+89
* GED: support self-loops, multigraphs and digraphs (#3019)aparamon2018-06-281-17/+28
* Misc. typos (#2872)luzpaz2018-02-141-1/+1
* Pep8 fixesJarrod Millman2018-01-201-25/+25
* Fix rare structurally forbidden mappings bug. (#2798)aparamon2017-12-181-33/+33
* [WIP] Graph edit distance 2361 (#2729)aparamon2017-11-261-0/+964