- 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_cythonize
path replacement - Try cythonize by default
- Add .pyx files to source distribution
- Handle strings as
int
array using their unicode code value for compatibility with non-English languages
- Initial implementation