Skip to content

Releases: barrust/pyspellchecker

Version 0.9.0

Choose a tag to compare

@barrust barrust released this 07 Mar 17:14
Immutable release. Only release title and notes can be modified.
6b3f30e
  • Raise ValueError if user uses language and case_sensitive or language and local_dictionary as they are mutually exclusive options
  • Remove Python 3.8 and 3.9 support

Version 0.8.4

Choose a tag to compare

@barrust barrust released this 30 Nov 00:18
7cfb489

Version 0.8.4

Version 0.8.3

Choose a tag to compare

@barrust barrust released this 19 May 00:52
  • Add Persian dictionary; thanks @ashkanfeyzollahi
  • Add type check for data being passed to spell.known and spell.unknown functions; thanks @arvinnick
  • Minor optimization on updating dictionaries; thanks @RDxR10

Version 0.8.2

Choose a tag to compare

@barrust barrust released this 20 Dec 05:52
55caa36

Version 0.8.1

Choose a tag to compare

@barrust barrust released this 20 Jan 13:04
  • Update en, es, fr, and it to include country names; see issue #168

Version 0.8.0

Choose a tag to compare

@barrust barrust released this 15 Jan 13:19

Version 0.7.3

Choose a tag to compare

@barrust barrust released this 27 Dec 15:28
  • Remove relative imports in favor of absolute imports
  • Add Path support for files
  • Added Dutch language support; see #162

Version 0.7.2

Choose a tag to compare

@barrust barrust released this 26 Apr 01:48
  • Added Latvian language support; see #145
  • Added Basque language support; see #146

Version 0.7.1

Choose a tag to compare

@barrust barrust released this 15 Dec 03:38
  • Add py.typed to enable mypy support

Version 0.7.0

Choose a tag to compare

@barrust barrust released this 29 Aug 23:50
1ff6693
  • Backwards Combatibility Change:
    • spell.candidates and spell.correction now return None if there are no valid corrections or candidates
  • Remove misspelled words from issue #120
  • Update all default language dictionaries after updating the minimum frequency to 50 in scripts/build_dictionary.py
  • Fix float("nan") issue; see #125
  • Include Wikipedia's common typo list to the exclude listing; see #124
  • Add Arabic language support; see #129
  • Add ability to add the same word many times; see #132