issues
search
timtadh
/
zhang-shasha
Tree edit distance using the Zhang Shasha algorithm
Other
433
stars
63
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
custom nodes
#59
Daniel63656
closed
3 months ago
1
Add alignment info of trees
#58
Daniel63656
opened
3 months ago
0
Remove `pdb.set_trace()`
#57
JoaoLages
opened
1 year ago
0
Different diffs produce same `Operation` lists
#56
SamWilsn
opened
1 year ago
0
Any idea to speed up the distance calculation
#55
bdeng3
closed
2 years ago
1
Check attr for operation repr
#54
agnesbao
closed
4 years ago
1
Subtree matching, not all operations are returned
#53
BramVanroy
opened
4 years ago
5
Load tree from a string input
#52
mahsa7823
closed
4 years ago
1
Added sub dunder method in Node class and tests in tests/tests_regress.py
#51
danvergara
closed
5 years ago
1
Add __sub__ dunder method
#50
danvergara
closed
5 years ago
1
Can this code handle trees that have the same child but different parents?
#49
adamalfian
closed
5 years ago
1
Can this code be used for unordered trees?
#48
aestebanlansaque
closed
5 years ago
1
Remove Operation is for the wrong Node type
#47
dsinghvi
opened
5 years ago
1
Possible bug in zss 1.2
#46
davide1995
closed
5 years ago
7
Operation.__repr__ fails if nodes have no label attribute
#45
smola
closed
4 years ago
3
NumPy Integration
#44
any333
closed
6 years ago
1
How to specify the get_children() parameter in zss.distance()
#43
yasodajayaweera
closed
6 years ago
2
Background on per-forest operations matrices?
#42
kemitchell
closed
6 years ago
9
Bug fix for multiple inserts or removes
#41
erickrf
closed
6 years ago
2
Test operations for removal of two siblings
#40
kemitchell
closed
6 years ago
6
add tox
#39
dradetsky
closed
6 years ago
0
New release n stuff
#38
dradetsky
closed
6 years ago
2
fixed url for pypi
#37
timtadh
closed
6 years ago
0
Removed steve's email from docs by request
#36
timtadh
closed
6 years ago
7
PyPI info is slightly wrong
#35
irskep
closed
6 years ago
1
Does zss accept BinaryTree as a tree structure?
#34
yasodajayaweera
closed
6 years ago
12
Return operation history
#33
erickrf
closed
6 years ago
4
[Pull Request] Return operation sequence
#32
erickrf
closed
6 years ago
2
Nodes with same labels
#31
afcruzs
closed
8 years ago
2
Fix a misleading comment.
#30
arnsholt
closed
8 years ago
1
pip3 error
#29
borgr
closed
8 years ago
1
Integrate TravisCI to ensure Python 2/3 compat
#28
petrbel
closed
6 years ago
1
Python 3.x and Python 2.7 cross version support
#27
timtadh
closed
8 years ago
10
Support python3
#26
guludo
closed
8 years ago
7
Support python3 as well
#25
guludo
closed
8 years ago
1
Recording path
#24
bkj
closed
9 years ago
8
added a test for when the tree is specified as a dictionary
#23
timtadh
closed
10 years ago
0
added a test for when the tree is specified as a dictionary
#22
mikeazo
closed
10 years ago
2
Removed requirement that node is a normal object
#21
timtadh
closed
10 years ago
0
Doesn't work when nodes are dictionaries
#20
mikeazo
closed
10 years ago
4
Network "reflection" issue
#19
marfcg
closed
10 years ago
3
Python ast module example
#18
irskep
opened
11 years ago
1
Fancy API
#17
irskep
closed
11 years ago
2
Use sphinx-better-theme
#16
irskep
closed
11 years ago
4
Move docs to Sphinx
#15
irskep
closed
11 years ago
7
Feature/api get children change
#14
timtadh
closed
11 years ago
0
API should be distance(root_a, root_b, get_children=lambda n: n.children)
#13
irskep
closed
11 years ago
2
Subset of pep8 tweaks
#12
irskep
closed
11 years ago
1
Numpy is now used when available. issue #9
#11
timtadh
closed
11 years ago
2
pep8ify zss.compare
#10
irskep
closed
11 years ago
1
Next