^^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * Fix segmentation fault in ``process.cdist`` when used with an empty query sequence
2.11.0
^^^^^^^^^^^^^^^^^^^^^ Changes ~~~~~~~ * move jarowinkler dependency into rapidfuzz to simplify maintenance
Performance ~~~~~~~~~~~ * add SIMD implementation for ``fuzz.ratio``\ /\ ``fuzz.QRatio``\ /\ ``Levenshtein``\ /\ ``Indel``\ /\ ``LCSseq``\ /\ ``OSA`` to improve performance for short strings in cdist
2.10.3
^^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * use ``scikit-build=0.14.1`` on Linux, since ``scikit-build=0.15.0`` fails to find the Python Interpreter * workaround gcc in bug in template type deduction
2.10.2
^^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * fix support for cmake versions below 3.17
2.10.1
^^^^^^^^^^^^^^^^^^^^^ Changed ~~~~~~~ * modernize cmake build to fix most conda-forge builds