* Limited Numpy to <2.0 in setup.py, due to compatibility issues * Added preliminary testing of pip install to Github Actions workflow
0.4.5
* Discontinued usage of cythonize.py during setup due to Python 3.12 compatibility issues
0.4.4
* Dropped support for Python 2 * Added support for Python 3.12 * Adjusted setuptools.setup project name to match name on PyPI
0.4.3
* Dropped support for Python 3.6. * Added support for Python 3.10 and 3.11. * Replaced aliases removed from Numpy 1.24. * Switched from Nose to vanilla Unittest. * Replaced Travis and Appveyor CI testing with Github Actions.
0.4.2
* Bug fix: Made PartialRatio importable from py_stringmatching. * Dropped support for Python 3.4. * This is the last version of py_stringmatching that will support Python 2 and Python 3.5.
0.4.1
* Cython version was updated. The package is now built with updated Cython version >= 0.27.3. * Added support for Python 3.7 version and dropped Testing support for Python 3.3 version.