go-edlib v1.1.0 Release Notes

Release Date: 2020-09-07 // over 3 years ago
  • ๐Ÿ”„ Changelog :

    โž• Added :

    • Jaro & Jaro-Winkler similarity algorithms
    • Similarity percentage calculation for all algorithms
    • LCS Backtrack/BacktrackAll functions
    • LCS Diff function

    Misc :

    • Created Go module + TravisCI config
    • โœ… Unit tests for all new functions + new test cases for existing ones (still 100% covered)

    ๐Ÿ”„ Changed :

    • ๐Ÿ”จ Refactor few functions
    • โœ‚ Deleted useless matrix instanciations
    • ๐Ÿ”€ Merged test files to separate folder