v.2.3.13¶
Improvements:¶
Improved database creation script in base_scripts/db_create.py, now all available migrations apply. A basic migration to Alembic was also created, which allows you to use the command with an empty database:
alembic upgrade head
Bugs fixed:¶
Fix SQL errors for requests with large descriptor batches. Several SELECT requests are used instead of a single large request.
How to update from previous version:¶
To update from the previous version, simply replace folders docs, luna_faces, tests and update dependencies from the requirements.txt.