Releases: data61/blocklib
Releases · data61/blocklib
0.1.11
0.1.10
0.1.9
0.1.8
0.1.7
Support column names in blocking schema
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
- Enable blocking statistics on individual strategy of P-Sig
- Generalise all blocking key to be string type
Enhancement 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
Trivial fix
- Update requirements.txt
- Enable Pypi to render markdown properly
First formal release of blocklib
- Support two blocking methods
- Probabilistic signature
- LSH based
$\Lambda$ -fold
- Complete documentation
- Tutorial notebook
- Tests