Skip to content

Releases: data61/anonlink

v0.15.3: Function to compute Dice coefficients of bitarray pairs (#567)

01 May 01:00
5786439
Compare
Choose a tag to compare

Added function to compute Dice coefficients of bitarray pairs. #567

v0.15.2

01 Dec 23:15
cdca890
Compare
Choose a tag to compare

0.15.2

  • Added support for Apple Silicon (aarch64). #544
  • Also test Python 3.11 #545
  • remove testing of Python 3.6, 3.7 #545

v0.15.1

24 Oct 01:02
326c3e5
Compare
Choose a tag to compare

Patch release

Updates dependencies used in testing to latest versions, updates to latest version of cibuildwheel.

Drops testing on Python 3.7

0.15.0

09 Mar 20:42
ac3919b
Compare
Choose a tag to compare
  • 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

10 Feb 01:21
16dad58
Compare
Choose a tag to compare
  • fix anonlink build on Alpine linux. #411

0.14.1

15 Dec 22:51
e8e2652
Compare
Choose a tag to compare

The source distribution anonlink-0.14.0.tar.gz of the 0.14.0 release is incomplete and thus does not compile.
This version fixes this, otherwise the code is unchanged.

  • fixed broken source distribution #388

0.14.0

11 Dec 00:03
46f22ba
Compare
Choose a tag to compare
  • test and release for Python 3.9 too #384
  • fix cibuildwheel #382
    Thanks Brian for the following two PRs. That's awesome!
  • Feature arbitrary (byte)-size encodings #366
  • Creates a cython wrapper for the similarity comparison C++ code and removes the cffi compiler. #363

0.13.1

28 Jul 03:13
8964d61
Compare
Choose a tag to compare
  • relaxed requirements for clkhash dependency to allow newer versions. (#318)
  • improved test coverage. (#320)

0.13.0

24 Jun 03:54
3d19d75
Compare
Choose a tag to compare

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

  • improving CI. (#257, #301, #302)
  • Adds support for Windows including accelerated extensions. Note performance on Windows is
    roughly half that of Linux.
  • Switch to using a fork of bitarray that distributes binary wheels.

0.12.5

06 Sep 06:13
Compare
Choose a tag to compare
  • 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)