- Fix build on macOS
- Provide wheels for Linux aarch64
- Drop Python 3.8 support
- Provide wheels for Python 3.13
- Add stub files
- Add bounded Levenshtein distance algorithm by Fujimoto
- Fix build from source on macOS
- Handles distance calculation when one of the input strings is
None - Handles distance calculation when
max_distance=0
- Add all C++ header and source files in source distribution
- Fix
no_cythonizepath replacement - Try cythonize by default
- Add .pyx files to source distribution
- Handle strings as
intarray using their unicode code value for compatibility with non-English languages
- Initial implementation