forked from anhaidgroup/py_entitymatching
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES.txt
22 lines (19 loc) · 1.03 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
v0.4.2 - 2/7/2024
* Fixed various errors in setup.py when pip installing
* Adjusted setuptools.setup project name to match name on PyPI
v0.4.1 - 3/18/2023
* Dropped support for Python 3.6.
* Added support for Python 3.10 and 3.11.
* Switched from Nose to vanilla Unittest.
* Replaced Travis and Appveyor CI testing with Github Actions.
v0.4.0 - 11/20/2020
* Dropped support for Python 2 and 3.5.
* To support Python 3.8, updated the function
py_entitymatching.matcher.matcherutils.impute_table() to use current scikit-learn's
SimpleImputer; see issue #127.
v0.3.3 - 10/19/2020
* Started tracking release changes in CHANGES.txt.
* Minorly updated usage of Pandas to prevent a dependency on downgraded versions.
* Added stricter scikit-learn dependency requirements to preserve old Imputer API; will change in future release.
* Users can now provide metadata for blackbox features (ex. left_attribute, right_attribute, etc.).
* This is the last version of py_entitymatching that will support Python 2 and Python 3.5.