Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Latest commit

 

History

History
31 lines (20 loc) · 1 KB

HISTORY.rst

File metadata and controls

31 lines (20 loc) · 1 KB

History

1.0.0

Initial release.

2.0.0

  • allowed_categories renamed to allowed_aliases

2.0.1

  • Fix a TypeError: #2

3.0.0

Courtesy of Ryan P Kilby, via #6 :

  • Changed file paths to be relative to the confusable_homoglyphs package directory instead of the user's current working directory.
  • Data files are now distributed with the packaging.
  • Fixes tests so that they use the installed distribution instead of the local files. (Originally, the data files were erroneously showing up during testing, despite not being included in the distribution).
  • Moves the data file generation into a simple CLI. This way, users have a method for controlling when the data files are updated.
  • Since the data files are now included in the distribution, the CLI is made optional. Its dependencies can be installed with the cli bundle, eg. pip install confusable_homoglyphs[cli].