index
:
delta/python-packages/networkx.git
MridulS-patch-1
attrgraph
beam-log-2
circleci-project-setup
digraph-edge-subgraph
doc-isom-orderable
doc-typo
docdraft
docs-for-v1.11
dschult-patch-1
dschult-patch-gml
error-message-configuration-model
error-message-eccentricity
fix-d-separation-conflicts
gh-pages
iter_refactor
kl-encoding
main
master
networkx-1.10
nx-sparse
remove-beam-notes
remove-conda
revert-1806-patch-numpy-compatible
revert-3507-master
revert-5156-pin-pyparsing
scipy-pandas-310
v1.10
v1.10.1
v1.11
v1.9
v1.9.1
v2.5
v2.6
v2.8
github.com: networkx/networkx.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
networkx
/
algorithms
/
similarity.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up similarity.py and use dataclasses for storing state (#5831)
Mridul Seth
2023-02-28
1
-40
/
+28
*
Lint using Ruff (#6371)
danieleades
2023-02-19
1
-14
/
+14
*
Remove deprecated simrank_similarity_numpy (#5783)
Juanita Gomez
2022-06-16
1
-29
/
+0
*
Use isort with pre-commit to enforce import guidelines (#5659)
Mridul Seth
2022-06-02
1
-3
/
+4
*
a hack to force self edges to be ignored on the first node inspected (#5516)
sheldonkhall
2022-04-14
1
-14
/
+26
*
Update black (#5438)
Mridul Seth
2022-03-29
1
-1
/
+1
*
More numpy.matrix cleanups for NX2.7 (#5319)
Ross Barnowski
2022-02-12
1
-3
/
+3
*
Drop Py37 (#5143)
Jarrod Millman
2021-10-23
1
-43
/
+1
*
Style changes (#5022)
Dan Schult
2021-08-14
1
-6
/
+1
*
Default to NumPy for simrank_similarity (#4841)
Jarrod Millman
2021-05-30
1
-59
/
+130
*
Get rid of invalid escape sequences. (#4789)
Ross Barnowski
2021-05-11
1
-1
/
+1
*
DOC: Switch from napoleon to numpydoc sphinx extension (#4447)
Ross Barnowski
2020-12-12
1
-1
/
+1
*
Standard imports (#4401)
Jarrod Millman
2020-12-07
1
-11
/
+11
*
Add Panther algorithm per #3849 (#3886)
Michael Recachinas
2020-11-28
1
-1
/
+253
*
Use matrix multiplication operator (#4390)
Jarrod Millman
2020-11-25
1
-3
/
+1
*
Format python in docstrings (#4168)
Jarrod Millman
2020-08-19
1
-1
/
+1
*
Remove unnecessary nx imports from doctests (#4163)
Jarrod Millman
2020-08-16
1
-2
/
+0
*
Format w/ black
Jarrod Millman
2020-07-10
1
-4
/
+4
*
ENH: Add roots and timeout to GED (#4026)
Carlos G. Oliver
2020-07-07
1
-1
/
+59
*
Fix simrank_similarity with directed graph input (#3961)
ryan-duve
2020-05-28
1
-1
/
+2
*
Fix: documentation of simrank_similarity_numpy (#3954)
Gaetano Carpinato
2020-05-18
1
-5
/
+4
*
Update string format
Jarrod Millman
2020-01-01
1
-2
/
+2
*
Refactor tests
Jarrod Millman
2019-11-19
1
-4
/
+4
*
Update style
Jarrod Millman
2019-11-19
1
-137
/
+294
*
Remove superfluous encoding information
Jarrod Millman
2019-11-11
1
-1
/
+0
*
Remove boiler plate from top of modules
Jarrod Millman
2019-11-11
1
-10
/
+0
*
Skip doctests when missing dependencies
Jarrod Millman
2019-10-21
1
-7
/
+0
*
Remove unused imports
Jarrod Millman
2019-10-18
1
-2
/
+0
*
PEP8 fixes
Jarrod Millman
2019-10-18
1
-61
/
+60
*
PEP8 fixes to tests
Jarrod Millman
2019-10-18
1
-7
/
+6
*
Use yield from
Jarrod Millman
2019-10-18
1
-10
/
+7
*
Use pytest for doctest
Jarrod Millman
2019-10-12
1
-10
/
+4
*
Remove future imports needed by Py2
Jarrod Millman
2019-09-18
1
-1
/
+0
*
Fix Sphinx warnings
Jarrod Millman
2019-09-16
1
-1
/
+1
*
Small fix for bug found @ issue #3524 (#3529)
Alexios Polyzos
2019-07-28
1
-1
/
+1
*
Add two versions of Simrank similarity (#3222)
Michael Recachinas
2019-05-10
1
-2
/
+245
*
Add docstring to module for similarity (#3097)
Dan Schult
2018-07-30
1
-44
/
+89
*
GED: support self-loops, multigraphs and digraphs (#3019)
aparamon
2018-06-28
1
-17
/
+28
*
Misc. typos (#2872)
luzpaz
2018-02-14
1
-1
/
+1
*
Pep8 fixes
Jarrod Millman
2018-01-20
1
-25
/
+25
*
Fix rare structurally forbidden mappings bug. (#2798)
aparamon
2017-12-18
1
-33
/
+33
*
[WIP] Graph edit distance 2361 (#2729)
aparamon
2017-11-26
1
-0
/
+964