Skip to content

Releases: luozhouyang/python-string-similarity

Release v0.2.1

10 Sep 09:13
Compare
Choose a tag to compare

Updates:

Release v0.2.0

15 Dec 02:41
2c7835d
Compare
Choose a tag to compare

Updates:

  • Build package for python 3.9

Release v0.1.9

25 Sep 02:10
Compare
Choose a tag to compare

Updates:

  • Add SIFT4

Release v0.1.8

22 Sep 07:35
Compare
Choose a tag to compare

Updates:

  • Rename variables
  • Use specified costs in weighted_levenshtein when one of the string is empty

Release v0.1.7

03 Jul 02:50
Compare
Choose a tag to compare

Updates:

  • Simplify weight calculation of WeightedLevenshtein, use functions instead of Class or Objects

Release v0.1.6

11 Jun 08:20
Compare
Choose a tag to compare

Updates:

  • Fix code style with flake8
  • Integrating GitHub Actions

Release v0.1.5

03 Jun 12:51
Compare
Choose a tag to compare

Updates:

  • Fixed #18, remove numpy.

Release v0.1.4

02 Apr 03:12
Compare
Choose a tag to compare

Changes:

Release v0.1.3

25 Oct 02:20
Compare
Choose a tag to compare

Fixed some bugs.

Release v0.1.2

05 Oct 10:04
Compare
Choose a tag to compare

Changes:

  • Fixed ZeroDivisionError in ShingleBased algorithms
  • Rename package from similarity to strsimpy