-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathCHANGES.txt
25 lines (21 loc) · 1.09 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
v0.3.6 - 7/5/2024
* Added preliminary testing of pip install to Github Actions workflow
* Added build tools to source distribution
v0.3.5 - 2/2/2024
* 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
v0.3.4 - 2/2/2024
* 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
v0.3.3 - 3/16/2023
* 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.
v0.3.2 - 10/26/2020
* 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.