Skip to content

v0.5.3

Choose a tag to compare

@mauprogramador mauprogramador released this 25 Jan 06:02

🔖 Release v0.5.3 (2025-01-25)

Main Changes:

  • Remove /exchange route;
  • Merge type_in and type_out columns to file_type;
  • Save a dynamic lock request status in the database;
  • Save each dynamic answer-key image dimensions in the database;
  • Compare images in RGB using Absolute Error (AE);
  • If comparison failed, set NULL as default for similarity and don't stop uploading file;

🔨 Builds

  • Update requirements.
  • Add opencv2 and remove scikit-image.

✨ Features

  • Test and update weight type and sql query.
  • Update log color.
  • Set weight inside and correct similar percent.
  • Weight using repository and make resize instead of error.
  • Sets weight by dynamic and ensures upload if comparison failed.
  • Add new libs imports.
  • Update logs and set multiprocessing pool.
  • Change repository to package.
  • Update verify lock and add lock query.
  • Merge lock routes and update repositories.
  • Merge lock methods, update compare and change use of state to repository.
  • Add 422 response and remove states.
  • Update config and lifespan.
  • Reduce type_in and type_out columns to file_type.
  • Remove exchange and rename params.

🔧 Fixes

  • Create dirs before run the app.
  • Check if web dir exists.
  • Inexistent web dir.

📝 Chores

  • Update version to 0.5.3.