Releases: matthieugomez/StringDistances.jl
Releases · matthieugomez/StringDistances.jl
v0.6.5
v0.6.4
v0.6.3
StringDistances v0.6.3
v0.6.2
StringDistances v0.6.2
v0.6.1
StringDistances v0.6.1
Closed issues:
- Safe version of evaluate and compare for strings shorter than Q? (#18)
- Levenshtein Distance is a true Metric, not a SemiMetric (#19)
- Operate on types other than strings (#21)
Merged pull requests:
- Install TagBot as a GitHub Action (#22) (@JuliaTagBot)
v0.5.2
v0.5.2 (2019-12-13)
v0.5.1
v0.5.0
New Features
findmax
andfindall
find the best matches in anAbstractVector
return_type
returns the output type ofevaluate
Changes
- Define the abstract type
StringDistance
that inherits fromPreMetric
- Remove
Hamming
to avoid type piracy evaluate
andcompare
now returnmissing
if any string ismissing
v0.4.0
v0.4.0 (2019-08-18)
v0.3.3
v0.3.3 (2019-08-15)
Closed issues: