- Remove deprecated recordlinkage classes ([173](https://github.com/J535D165/recordlinkage/pull/173))
- Bump min Python version to 3.6, ideally 3.8+ ([171](https://github.com/J535D165/recordlinkage/pull/171))
- Bump min pandas version to >=1
- Resolve deprecation warnings for numpy and pandas
- Happy lint, sort imports, format code with yapf
- Remove unnecessary np.sort in SNI algorithm ([141](https://github.com/J535D165/recordlinkage/pull/141))
- Fix bug for cosine and qgram string comparisons with threshold ([135](https://github.com/J535D165/recordlinkage/pull/135))
- Fix several typos in docs ([151](https://github.com/J535D165/recordlinkage/pull/151))([#152](https://github.com/J535D165/recordlinkage/pull/152))([#153](https://github.com/J535D165/recordlinkage/pull/153))([#154](https://github.com/J535D165/recordlinkage/pull/154))([#163](https://github.com/J535D165/recordlinkage/pull/163))([#164](https://github.com/J535D165/recordlinkage/pull/164))
- Fix random indexer ([158](https://github.com/J535D165/recordlinkage/pull/158))
- Fix various deprecation warnings and broken docs build ([170](https://github.com/J535D165/recordlinkage/pull/170))
- Fix broken docs build due to pandas depr warnings ([169](https://github.com/J535D165/recordlinkage/pull/169))
- Fix broken build and removed warning messages ([168](https://github.com/J535D165/recordlinkage/pull/168))
- Update narrative
- Replace Travis by Github Actions ([132](https://github.com/J535D165/recordlinkage/pull/132))
- Fix broken test NotFittedError
- Fix bug in low memory random sampling and add more tests ([130](https://github.com/J535D165/recordlinkage/pull/130))
- Add extras_require to setup.py for deps management
- Add banner to README and update title
- Add Binder and Colab buttons at tutorials ([174](https://github.com/J535D165/recordlinkage/pull/174))
Special thanks to Tomasz Waleń twalen and other contributors for their work on this release.