Releases: data61/clkhash
Releases · data61/clkhash
v0.18.3: Fix/dep pinning (#678)
v0.18.2
0.18.1
0.18.0
0.17.0
0.17.0 Beta 1
v0.17.0b1 Release 0.17.0 (#634)
0.16.1
generate_clk_from_csv
andgenerate_clks
now accept an optionalmax_workers
argument.
This means systems that can't create sub-processes such as celery workers and AWS lambda
jobs can now useclkhash
. #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
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
andcli
modules. This functionality has been migrated to anonlink-client.
Breaking Changes
0.16.0 beta 1
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
This prerelease of v0.16.0
removes the rest_client
and cli
modules.
This functionality has been migrated to anonlink-client.