-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9e76865
commit a3bdb35
Showing
9 changed files
with
71 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,9 @@ | ||
What is New? | ||
============ | ||
|
||
Compared to Version 0.3.1, the followings are new: | ||
* 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.4 version. | ||
Compared to Version 0.3.2, the followings are new: | ||
* 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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters