Skip to content

Releases: data61/blocklib

0.1.11

07 Jul 05:38
edfd26f
Compare
Choose a tag to compare
  • filter boundaries should be inclusive #276
  • keep track of strategy index #275

0.1.10

17 Apr 00:05
4326f6f
Compare
Choose a tag to compare
  • no signatures for NULL values #259

0.1.9

01 Mar 12:05
58b7dbe
Compare
Choose a tag to compare
  • Bump supported Python versions #245

0.1.8

04 Apr 11:10
30903d2
Compare
Choose a tag to compare
  • use logging instead of the print function #138
  • use poetry for dependecy management #139
  • validate blocking schemas with pydantic #140
  • move CI from Azure pipelines to GitHub actions #179
  • rewrite of asses_blocks_2party for better scaling #189

0.1.7

11 Dec 00:21
cab5ce8
Compare
Choose a tag to compare
  • added Python 3.9 support to CI pipeline #116
  • fixed division by zero bug in evaluation #107

Support column names in blocking schema

16 Jul 00:59
f61964d
Compare
Choose a tag to compare

Before we only support column name indices in blocking schema, which is not very convenient to use especially when there are many column names. In this release, we improve the code to support column names in blocking schema.

Enhance blocking statistics and generalise blocking key

15 Jun 00:38
59b37bf
Compare
Choose a tag to compare
  • Enable blocking statistics on individual strategy of P-Sig
  • Generalise all blocking key to be string type

Enhancement on p-sig blocking

26 Mar 03:12
0ca5ee2
Compare
Choose a tag to compare
  • 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

Trivial fix

13 Feb 02:06
Compare
Choose a tag to compare
  • Update requirements.txt
  • Enable Pypi to render markdown properly

First formal release of blocklib

12 Feb 05:09
Compare
Choose a tag to compare
  • Support two blocking methods
  • Probabilistic signature
  • LSH based $\Lambda$-fold
  • Complete documentation
  • Tutorial notebook
  • Tests