v0.10.0
StringDistances v0.10.0
[Breaking]
- Partial, TokenSort, TokenSet no longer normalize by default
- Winkler is no longer defined for any distance. The Jaro-Winkler distance can be created with
JaroWinkler()
Closed issues:
Merged pull requests:
- faster calculation of QGramDistances if precounting qgrams either as … (#36) (@robertfeldt)
- fix tests for short strings (shorter than q in QGramDistances) (#37) (@robertfeldt)
- pairwise for calculating distance matrices (#38) (@robertfeldt)
- Adds MorisitaOverlap distance (#39) (@robertfeldt)
- Add NMD and fix bug in MorisitaOverlap (#40) (@robertfeldt)