Changed upgrade required Cython version to Cython==3.0.0b2 Fixed fix handling of non symmetric scorers in pure python version of process.cdist fix default dtype handling when using process.cdist with pure python scorer
Changes REF: declare specific python types in cython (pull #928) REF: Use cython string decoding (p...
Make cython optional (disabled by default) Speed up pwsortedness by removing unneeded D_ calculation...
What's Changed Fix numpy tostring warnings by @mscheifer in https://github.com/mhe/pynrrd/pull/112 ...
Fixed fix bug in normalized_similarity of most scorers, leading to incorrect results when used in c...
Changed added keyword argument pad to Hamming distance. This controls whether sequences of differen...
Changed improved performance of fuzz.ratio only import process.cdist when numpy is availabl
Fixed Add missing Cython code in sdist consider float imprecision in score_cutoff (see #210
Added added pure python fallback for all implementations with the following exceptions: no support ...
Changed Added typing for process.cdist Added multithreading support to cdist using the argument pro...
Changed drop support for Python 3.6 Added added Prefix/Suffix similarity Fixed fixed packaging ...
Changed allow installation without the C++ extension if it fails to compile allow selection of impl...
Fixed fix type hints Add back transpiled cython files to the sdist to simplify builds in package bu...
Changed allow the usage of Hamming for different string lengths. Length differences are handled as ...
Fixed fix incorrect results in Hamming.normalized_similarity fix incorrect score_cutoff handling in...
Changed changed internal implementation of cdist to remove build dependency to numpy Added added ...
Changes REF: declare specific python types in cython (pull #928) REF: Use cython string decoding (p...
Make cython optional (disabled by default) Speed up pwsortedness by removing unneeded D_ calculation...
What's Changed Fix numpy tostring warnings by @mscheifer in https://github.com/mhe/pynrrd/pull/112 ...
Fixed fix bug in normalized_similarity of most scorers, leading to incorrect results when used in c...
Changed added keyword argument pad to Hamming distance. This controls whether sequences of differen...
Changed improved performance of fuzz.ratio only import process.cdist when numpy is availabl
Fixed Add missing Cython code in sdist consider float imprecision in score_cutoff (see #210
Added added pure python fallback for all implementations with the following exceptions: no support ...
Changed Added typing for process.cdist Added multithreading support to cdist using the argument pro...
Changed drop support for Python 3.6 Added added Prefix/Suffix similarity Fixed fixed packaging ...
Changed allow installation without the C++ extension if it fails to compile allow selection of impl...
Fixed fix type hints Add back transpiled cython files to the sdist to simplify builds in package bu...
Changed allow the usage of Hamming for different string lengths. Length differences are handled as ...
Fixed fix incorrect results in Hamming.normalized_similarity fix incorrect score_cutoff handling in...
Changed changed internal implementation of cdist to remove build dependency to numpy Added added ...
Changes REF: declare specific python types in cython (pull #928) REF: Use cython string decoding (p...
Make cython optional (disabled by default) Speed up pwsortedness by removing unneeded D_ calculation...
What's Changed Fix numpy tostring warnings by @mscheifer in https://github.com/mhe/pynrrd/pull/112 ...