Releases: data61/anonlink
Releases · data61/anonlink
v0.15.3: Function to compute Dice coefficients of bitarray pairs (#567)
v0.15.2
v0.15.1
0.15.0
- Process chunk now utilizes the
find_candidate_pairs
function and can optionally pass on a blocking function. #462 - Added support for Python 3.10 and updated various test dependencies. #517
- Switch from Travis-CI to Github Actions #467
- Switch back to using upstream
bitarray
now they distribute binary wheels. #517 - Publish to PyPi using github actions automatically on publishing a GitHub release #526, #527, #528, #529
0.14.2
0.14.1
0.14.0
0.13.1
0.13.0
Anonlink can now be installed on Windows machines. However, the performance on Windows is about half that of Linux!
We now publish compiled wheel files for Linux, Mac and Windows for Python versions 3.6, 3.7, 3.8.
Changelog
0.12.5
- Feature azure pipeline (#223)
- Delete Jenkinsfile. (#226)
- fix flaky test (#225)
- fix tar.gz release file
- Updates hypothesis (#231)
- Build and test wheel for each Python version in manylinux1 container (#232)
- Build wheels for multiple platforms (#234)
- Get azure to install and import the previously built wheel (#233)
- Azure Pipelines: Publish wheel for OSX (#235)