Skip to content

Releases: matthieugomez/StringDistances.jl

v0.11.3

07 Apr 23:00
Compare
Choose a tag to compare

StringDistances v0.11.3

Diff since v0.11.2

Merged pull requests:

Closed issues:

  • Julia v1.7 Jaro() doesn't work (#58)
  • incomplete readme documentation (#60)

v0.11.2

02 Dec 18:39
dbcc9fe
Compare
Choose a tag to compare

StringDistances v0.11.2

Diff since v0.11.1

Merged pull requests:

  • Rename OptimalStringAlignement to OptimalStringAlignment (#57) (@ararslan)

v0.11.1

26 Sep 15:30
Compare
Choose a tag to compare

StringDistances v0.11.1

Diff since v0.11.0

Closed issues:

  • Simpler QGramDistances implementation and prep for general dictionaries and iterators (#42)
  • Feature Request: Parallel processing (#55)

v0.11.0

13 Sep 19:12
Compare
Choose a tag to compare

StringDistances v0.11.0

Diff since v0.10.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:

v0.10.0

12 Nov 05:38
Compare
Choose a tag to compare

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:

  • Speeding up qgram distances with pre-counting of qgrams (#34)
  • (Partial) Hamming distance (#35)

Merged pull requests:

v0.9.1

09 Oct 22:31
99a5e87
Compare
Choose a tag to compare

StringDistances v0.9.1

Diff since v0.9.0

Merged pull requests:

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

v0.9.0

03 Oct 17:14
Compare
Choose a tag to compare

StringDistances v0.9.0

Diff since v0.8.0

Closed issues:

  • DamerauLevenshtein() vs Levenshtein() why the same distance ? (#32)

v0.8.0

20 Jul 16:10
Compare
Choose a tag to compare

StringDistances v0.8.0

Diff since v0.7.1

Closed issues:

  • compare with Partial distances gives negative answers (#31)

v0.7.1

20 Jul 15:09
Compare
Choose a tag to compare

StringDistances v0.7.1

Diff since v0.7.0

v0.7.0

14 Jul 22:09
Compare
Choose a tag to compare

StringDistances v0.7.0

Diff since v0.6.5

Closed issues:

  • bug in DamerauLevenshtein (#30)