diff --git a/CHANGELOG.md b/CHANGELOG.md index 120c926..ce58540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/setup.py b/setup.py index b7045be..a496806 100644 --- a/setup.py +++ b/setup.py @@ -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",