Changelog

0.7.0 2020-11-22

  • [Feature] #135: Added is_difficult_word and is_easy_word functions.
  • [Feature] #129: Added cache clear method.
  • [Feature] #129: Added Crawford’s formula.
  • [Feature] #129: Added Gutierrez-Polini index.
  • [Feature] #129: Added szigriszt-Pasos formula.
  • [Feature] #129: Added Fernandez-Huerta test.

0.6.2 2020-04-23

  • [Bug]: Hotfix: add missing resource files.

0.6.1 2020-04-22

  • [Feature] #120: Added support for different languages in difficult_words.
  • [Feature] #123: Added cache clear method.

0.6.0 2020-01-04

  • [Feature] #100: Switched to using Pythons built-in LRU cache.
  • [Feature] #103: Dropped support for Python 2 🎉.