Skip to content

v1.40.0

Compare
Choose a tag to compare
@openfoodfacts-bot openfoodfacts-bot released this 13 Nov 13:32

1.40.0 (2023-11-13)

Features

  • add basic detection for mention of organic ingredient (0939075)
  • add bounding box info to IngredientPredictionAggregatedEntity (f45cd39)
  • add ingredient parsing information (e9f2b60)
  • save ingredient list detection in DB (8f2a4b4)
  • use allergen grammar to postprocess ingredient detections (36eac56)

Bug Fixes

  • add bounding box information to /predict/ingredient_list route (af40b55)
  • add missing transformer_pipeline.py file (7543ef0)
  • delete logos in elasticsearch when image is deleted (b137866)
  • don't include deleted images in searched logos (1fce684)
  • don't include logos from deleted images in additional routes (4b7e130)
  • improve allergen detection (2a66666)
  • improve ingredient detection output saved in DB (6b62ca2)
  • increase default logo threshold to 0.2 (from 0.1) (74b48f5)
  • remove warning log message (8ea3476)

Technical

  • add allergen taxonomy (6704189)
  • add clean_tests command (a6f8f33)
  • add first version of trace grammar (6bafa88)
  • fix docstring in models.py (d9edc6f)
  • improve documentation on Dockerfile and docker-compose.yml (ab4c4ac)