Skip to content

Releases: matthieugomez/StringDistances.jl

v0.6.5

17 Jun 13:07
Compare
Choose a tag to compare

StringDistances v0.6.5

Diff since v0.6.4

Closed issues:

  • Tag a new version (#28)

Merged pull requests:

  • CompatHelper: bump compat for "Distances" to "0.9" (#27) (@github-actions[bot])

v0.6.4

20 Apr 19:04
Compare
Choose a tag to compare

StringDistances v0.6.4

Diff since v0.6.3

Closed issues:

  • Phonetic distance (#26)

v0.6.3

02 Mar 15:06
Compare
Choose a tag to compare

StringDistances v0.6.3

Diff since v0.6.2

v0.6.2

12 Feb 16:05
Compare
Choose a tag to compare

StringDistances v0.6.2

Diff since v0.6.1

v0.6.1

09 Feb 20:07
Compare
Choose a tag to compare

StringDistances v0.6.1

Diff since v0.5.2

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:

v0.5.2

13 Dec 16:19
v0.5.2
Compare
Choose a tag to compare

v0.5.1

12 Dec 22:31
v0.5.1
Compare
Choose a tag to compare

v0.5.1 (2019-12-12)

Diff since v0.5.0

Closed issues:

  • Caching iterators and/or dictionary-based distances? (#5)

v0.5.0

12 Dec 20:19
v0.5.0
Compare
Choose a tag to compare

New Features

  • findmax and findall find the best matches in an AbstractVector
  • return_type returns the output type of evaluate

Changes

  • Define the abstract type StringDistance that inherits from PreMetric
  • Remove Hamming to avoid type piracy
  • evaluate and compare now return missing if any string is missing

v0.4.0

19 Aug 14:10
v0.4.0
Compare
Choose a tag to compare

v0.3.3

15 Aug 21:44
v0.3.3
Compare
Choose a tag to compare

v0.3.3 (2019-08-15)

Diff since v0.3.2

Closed issues:

  • Unicode error when using TokenMax() and Partial() (#15)
  • New release (#13)