You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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)
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