Skip to content

Commit

Permalink
Merge pull request #60 from data61/release-0.1.2
Browse files Browse the repository at this point in the history
Release 0.1.2
  • Loading branch information
joyceyuu authored Mar 26, 2020
2 parents ddee312 + 4488d26 commit 0ca5ee2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## new version

## 0.1.2
Improvement on P-Sig blocking
* Remove uncommon blocks due to collisions in bloom filter to reduce size of returned filtered reversed indices
* Add feedback on coverage information of P-Sig blocking method i.e. if final blocks cover 100% records or not

## 0.1.1

Correct markdown rendering in Pypi
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.1",
version="0.1.2",
author="Joyce Wang",
author_email="[email protected]",
description="A library for blocking in record linkage",
Expand Down

0 comments on commit 0ca5ee2

Please sign in to comment.