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