* Added preliminary testing of pip install to Github Actions workflow * Added build tools to source distribution
0.3.5
* Edited setup.py to fix erroneously raising 'ImportError: pip is missing' during pip install * Reverted to using cythonize.py due to errors with new cythonize implementation
0.3.4
* Added support for Python 3.12 * Discontinued usage of cythonize.py during setup due to Python 3.12 compatibility issues * Adjusted setuptools.setup project name to match name on PyPI * Fixed compatibility issues with the latest versions of Pandas
0.3.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.3.2
* Started tracking release changes in CHANGES.txt. * Minorly updated usage of Pandas to prevent a dependency on downgraded versions. * This is the last version of py_stringsimjoin that will support Python 2 and Python 3.5.