Skip to content

Commit

Permalink
Merge pull request #76 from data61/release-0.1.4
Browse files Browse the repository at this point in the history
Release v0.1.4
  • Loading branch information
joyceyuu committed Jun 15, 2020
2 parents 684e942 + edc2eb4 commit 59b37bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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

0 comments on commit 59b37bf

Please sign in to comment.