^^^^^^^^^^^^^^^^^^^^^ Added ~~~~~ * added wheels for pypy 3.11
Changed ~~~~~~~ * upgrade to ``Cython==3.0.12``
3.12.1
^^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * fix version number
3.12.0
^^^^^^^^^^^^^^^^^^^^^ Changed ~~~~~~~~~~~ * generate code for fallback imports to be better parseable for tools bundling Python applications into a single binary (examples are cx-freeze and pyinstaller)
Added ~~~~~ * added support for taskflow 3.9.0
3.11.0
^^^^^^^^^^^^^^^^^^^^^ Performance ~~~~~~~~~~~ * improve calculation of min score inside partial_ratio so it can skip more alignments
Added ~~~~~ * added build support for emscripten
3.10.1
^^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * fix compilation on clang-19 * fix incorrect results in simd optimized implementation of Levenshtein and OSA on 32bit targets
Added ~~~~~ * added support for taskflow 3.8.0
3.10.0
^^^^^^^^^^^^^^^^^^^^^ Fixed ~~~~~ * drop support for Python 3.8 * switch build system to ``scikit-build-core``