v.4.0.14

Improvements:

  1. The description of the VLMatch function creation for postgresql was updated. You should drop and create new the VLMatch function with the “PARALLEL SAFE” hint to improve the database matching performance

    DROP FUNCTION VLMatch;
    CREATE FUNCTION VLMatch(bytea, bytea, int) RETURNS float8 AS 'VLMatchSource.so', 'VLMatch' LANGUAGE C PARALLEL SAFE;
    
  2. Service dependencies were updated.

Bugs fixed:

How to update from previous version:

To update from previous version, replace all folders with files and update dependencies from requirements.txt.