Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.1.4 #76

Merged
merged 2 commits into from
Jun 15, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@

* added ability to display statistics of individual blocking strategies in P-Sig. #62

## 0.1.4

* Convert block key of P-Sig to string type #75
* Make individual strategy statistics available for P-Sig blocking #62
* Add coverage ratio to P-Sig blocking statistics #59
* Remove collision blocks in P-Sig filtered reverse indices #57

## 0.1.3

* Urgent bugfix: Setup now requires dependencies correctly.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setuptools.setup(
name="blocklib",
version="0.1.3",
version="0.1.4",
author="Joyce Wang",
author_email="joyce.wang@csiro.au",
description="A library for blocking in record linkage",
Expand Down