Skip to content

Releases: data61/clkhash

v0.18.3: Fix/dep pinning (#678)

18 May 00:43
fee82cd
Compare
Choose a tag to compare

Allow wider range of dependency versions after changes were inadvertently dropped from 0.18.2 release.

v0.18.2

17 May 07:29
328f4d3
Compare
Choose a tag to compare
  • Memory and performance improvements on large files. #675

0.18.1

26 Apr 02:31
a7b64b9
Compare
Choose a tag to compare

Allow wider range of dependency versions

0.18.0

24 Apr 23:09
Compare
Choose a tag to compare
  • Performance improvements by caching hashes of tokens. #664
  • Switch to using blakeHash for benchmarking. #664
  • Remove implicit dependency on setuptools. #663
  • Migrate to pyproject.toml and poetry for dependency management and packaging. #659

0.17.0

20 Feb 03:05
5c71029
Compare
Choose a tag to compare
  • Remove use of bitarray fork as upstream project now publishes wheels. #557, #567, #573
  • Update dependencies

0.17.0 Beta 1

24 Oct 23:57
30f1b41
Compare
Choose a tag to compare
0.17.0 Beta 1 Pre-release
Pre-release
v0.17.0b1

Release 0.17.0 (#634)

0.16.1

29 Jan 04:59
Compare
Choose a tag to compare
  • generate_clk_from_csv and generate_clks now accept an optional max_workers argument.
    This means systems that can't create sub-processes such as celery workers and AWS lambda
    jobs can now use clkhash. #424
  • fixed bug in strategy definition in the schema. #383
  • fixed doc for numeric comparison. #385
  • removed support for Python 3.5 #406

0.16.0

06 Aug 06:55
Compare
Choose a tag to compare

Welcome new clkhash

clkhash underwent a transformation to a single purpose library. We stripped away the CLI and the REST client to talk to the anonlink entity service. This functionality found a new home at the anonlink-client.
Clkhash's new and sole purpose is to generate encodings.

Changelog

  • Removes rest_client and cli modules. This functionality has been migrated to anonlink-client.

Breaking Changes

  • clkhash continues its metamorphosis from a client to a support library. Clkhash now returns the computed CLKs as bitarrays and not as base64-serialized strings any more. (#370)

0.16.0 beta 1

28 Jul 05:56
4e75e30
Compare
Choose a tag to compare
0.16.0 beta 1 Pre-release
Pre-release

This pre-release comes with breaking changes:
clkhash now returns the CLKs as bitarrays, not base64-serialized strings. If serialization is needed see clkhash.serialization

0.16.0 alpha 1

30 Mar 21:28
fe746a0
Compare
Choose a tag to compare
0.16.0 alpha 1 Pre-release
Pre-release

This prerelease of v0.16.0 removes the rest_client and cli modules.

This functionality has been migrated to anonlink-client.