Releases: matthieugomez/StringDistances.jl
Releases · matthieugomez/StringDistances.jl
v0.11.3
StringDistances v0.11.3
Merged pull requests:
- typo (#59) (@fchichorro)
- Avoid ambiguities (#62) (@matthieugomez)
- fix thread unsafety (#63) (@adienes)
Closed issues:
v0.11.2
StringDistances v0.11.2
Merged pull requests:
v0.11.1
StringDistances v0.11.1
Closed issues:
v0.11.0
StringDistances v0.11.0
Closed issues:
Partial
only looks at substrings of the same length... (#43)- pairwise not working with StringDistances (#45)
- unexpected behavior when computing distance with an array (#46)
- Non-strings (#47)
- The value of "compare" is probably wrong. (#49)
Merged pull requests:
- Update README.md (#48) (@matthieugomez)
- simplify a bit preprocessed qgrams (#50) (@matthieugomez)
- remove parametric type for counters (#51) (@matthieugomez)
- Use Int everywhere (#52) (@matthieugomez)
- Simplify Counter (#53) (@matthieugomez)
- Indentation (#54) (@matthieugomez)
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)
v0.9.1
StringDistances v0.9.1
Merged pull requests:
- CompatHelper: bump compat for "Distances" to "0.10" (#33) (@github-actions[bot])
v0.9.0
StringDistances v0.9.0
Closed issues:
- DamerauLevenshtein() vs Levenshtein() why the same distance ? (#32)