Changed - change src layout to make package import from root directory possible - added pure python fallback for all implementations with the following exceptions: - no support for sequences of hashables. Only strings supported so far
Fixed - fixed type hints of jarowinkler_similarity
1.0.5
Fixed - treat hash for -1 and -2 as different
1.0.4
Changed - add fallback implementations of `jarowinkler-cpp` back to wheel, since some package building systems like piwheels can't clone sources
1.0.3
Added - add wheels for PyPy3.9 - added tests to sdist
Changed - Allow installation from system installed version of jarowinkler-cpp - use system version of cmake on arm platforms, since the cmake package fails to compile