Skip to content

Release 1.11.0

Compare
Choose a tag to compare
@mhucka mhucka released this 14 Feb 23:03
· 42 commits to main since this release

Additions in this release:

  • New class CaseFoldSet, which is similar to CaseFoldDict but is (as its name implies) a set instead of a dict.

Changes in this release:

  • Fixed a bug in the class documentation in the README.md file.
  • Add missing dependency for twine in requirements-dev.txt
  • Use lazy imports in more places, for faster load times.