Skip to content

Tags: hbollon/go-edlib

Tags

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(master): release 1.7.0 (#24)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add qgram and sorensen-dice (#14)

* feat: add qgram and sorensen-dice

* fix: Change function names and add Qgram and SorensenDice to string-analysis

* feat(qgram): add similarity function to return an index
test: fix test cases for QGram

Co-authored-by: hbollon <hugo.bollon@gmail.com>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: release 1.5.0 (#12)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>

v1.4.0

Toggle v1.4.0's commit message
docs: update README

v1.3.4

Toggle v1.3.4's commit message
fix: bad similarity index calculated by matchingIndex func (#7)

test: update tests to match with matchingIndex changes & add some test cases
test: fix lcs distance test case which failed

v1.3.3

Toggle v1.3.3's commit message
Fixed LCS Backtrack/Diff with Unicode inputs + LCS unicode test cases

v1.3.2

Toggle v1.3.2's commit message
Removed forgotten debug print in LCSDiff

v1.3.1

Toggle v1.3.1's commit message
Add test case and regenerated test outputs + LCS documentation fix

v1.3.0

Toggle v1.3.0's commit message
Update README.md

v1.2.2

Toggle v1.2.2's commit message
Rollback to simpler project layout