Version 0.20.1#

Release date: 13/07/2020

Highlights#

Parallel Queries#

  • Added multprocessing to all parallel query methods (similar, recommendation and predict) like implemented to insert_data.

    Added max_workers to all methods above. This change applies to Jai class and Query Class.

  • Fixed Jai’s similar and recommendation method to accept non-numerical list of ids as input.

Bug Fixes#

  • Fixed status code for delete_status.

  • Updated README.

  • Small documentation fixes.