anhaidgroup / py_stringmatching

A comprehensive and scalable set of string tokenizers and similarity measures in Python
https://sites.google.com/site/anhaidgroup/projects/py_stringmatching
BSD 3-Clause "New" or "Revised" License
135 stars 16 forks source link

Assorted maintenance updates after 2-year hiatus #89

Closed Anson-Doan closed 1 year ago

Anson-Doan commented 1 year ago

-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.