A new release of recordlinkage
after a long time (too long, I'm sorry). This release bumps the minor version to 0.16. This version supports pandas
2 and pandas
1. It doesn't contain any structural changes or improvements to the API.
What's Changed
- Fix typo by @havardox in #184
- Fix usage examples by @martinhohoff in #190
- Fix links by @andyjessen in #186
- add threshold None and label docstrings for String by @davidggphy in #189
- Add support for pandas==2 by @J535D165 in #192
- Replace setup.py by pyproject.toml by @J535D165 in #195
- Lint with Ruff and format with Black by @J535D165 in #196
- Update CI docs generation and CI pipeline by @J535D165 in #197
- Update the docs CI pipeline by @J535D165 in #198
- Add pre-commit hooks by @J535D165 in #199
New Contributors
- @havardox made their first contribution in #184
- @martinhohoff made their first contribution in #190
- @andyjessen made their first contribution in #186
- @davidggphy made their first contribution in #189
Full Changelog: v0.15...v0.16