Skip to content

Releases: mammothb/symspellpy

v6.9.0

09 Mar 09:42
a204737
Compare
Choose a tag to compare

What's Changed

  • Specify that frequency count must be 64-bit int (#180)
  • Rename string1 and string2 argument names (#181)

Full Changelog: v6.8.0...v6.9.0

v6.8.0

09 Mar 04:53
2c19225
Compare
Choose a tag to compare

What's Changed

  • Allow file object as corpus of load_dictionary (#176)
  • Bump supported Python version to 3.9 - 3.13 (#177)

Full Changelog: v6.7.8...v6.8.0

v6.7.8

31 Aug 14:11
Compare
Choose a tag to compare

What's Changed

  • Handle encoding errors (#149)
  • Bump supported Python version (#151)
  • Remove numpy dependency (#156)
  • Feature: distance comparer interface (#159)

Full Changelog: v6.7.7...v6.7.8

v6.7.8-rc1

31 Aug 13:48
a4cc77b
Compare
Choose a tag to compare
v6.7.8-rc1 Pre-release
Pre-release

What's Changed

  • Handle encoding errors (#149)
  • Bump supported Python version (#151)
  • Remove numpy dependency (#156)
  • Feature: distance comparer interface (#159)

Full Changelog: v6.7.7...v6.7.8-rc1

v6.7.7

24 Oct 03:23
Compare
Choose a tag to compare
  • Remove support for Python 3.6
  • Use compiled regex expression in create_dictionary() (#129)
  • Configure module logger instead of modifying root logger (#132, #133)

v6.7.6

19 Dec 08:35
41727ab
Compare
Choose a tag to compare
  • Fix suggestion count in lookup_compound when ignore_words=True (#108)
  • Log error message when loading dictionary fails (#109)

v6.7.5

02 Dec 14:41
Compare
Choose a tag to compare
  • Fix replaced_words not being updated when best match is a combi (closes #103)
  • Implement a way to change the edit distance comparer algorightm via distance_algorithm property. Available values are found in DistanceAlgorithm

v6.7.4

29 Nov 13:33
Compare
Choose a tag to compare
  • Update editdistpy dependency version
  • Remove unused code in fast distance comparer classes

v6.7.3

27 Nov 07:20
Compare
Choose a tag to compare
  • Update editdistpy version
  • Explicitly mention that ignore_term_with_digits=True has to be used with ignore_non_words=True

v6.7.2

25 Nov 12:25
Compare
Choose a tag to compare
  • Fix typo of Dameruau to Damerau in various places. Can potentially break some setups that explicitly _distance_algorithm
  • Implement fast distance comparers with editdistpy
  • Set DamerauOsaFast as the default distance comparer