Releases: data61/blocklib
Releases · data61/blocklib
0.1.11
07 Jul 05:38
Compare
Sorry, something went wrong.
No results found
filter boundaries should be inclusive #276
keep track of strategy index #275
0.1.10
17 Apr 00:05
Compare
Sorry, something went wrong.
No results found
no signatures for NULL values #259
0.1.9
01 Mar 12:05
Compare
Sorry, something went wrong.
No results found
Bump supported Python versions #245
0.1.8
04 Apr 11:10
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Update requirements.txt
Enable Pypi to render markdown properly
First formal release of blocklib
12 Feb 05:09
Compare
Sorry, something went wrong.
No results found
Support two blocking methods
Probabilistic signature
LSH based $\Lambda$ -fold
Complete documentation
Tutorial notebook
Tests