go-edlib v1.3.0 Release Notes

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

    โž• Added :

    • Cosine similarity algorithm
    • ๐Ÿ“ฆ Benchmarks package used to benchmark all similarity algorithms
    • Benchmark bash script
    • โž• Add output files to ./tests/outputs/ sub-directory for benchmarks and tests results

    Misc :

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

    ๐Ÿ”„ Changed :

    • Refactored AlgorithMethod type to Algorithm
    • ๐Ÿ‘Œ Improved tests.sh script

    ๐Ÿ›  Fixed :

    • LCS edit distance issue with Unicode inputs