Skip to content

Releases: openfoodfacts/robotoff

v1.31.1

14 Aug 06:39
Compare
Choose a tag to compare

1.31.1 (2023-08-14)

Bug Fixes

v1.31.0

14 Aug 06:32
Compare
Choose a tag to compare

1.31.0 (2023-08-11)

Features

Bug Fixes

  • add mdx-truly-sane-list extension back (460dae6)
  • barcode should not be an empty str in webhook call (a7b6472)
  • fix bug in run_upc_detection (a62319d)
  • remove above-threshold-campaign (326626a)
  • replace parameter country by countries (56b0804)
  • send release info to Sentry (58acf39)
  • use openfoodfacts-python package for taxonomy processing (eaaeca3)

Documentation

  • update OpenAPI documentation (6da2978)

v1.30.1

19 Jul 13:34
Compare
Choose a tag to compare

1.30.1 (2023-06-30)

Bug Fixes

  • allow to provide image embedding as input in /predict/category (655a230)
  • make more robust unit tests (bbebf3f)
  • remove false positive label for moderation (bfd2b58)
  • remove previous categorization model (058d0cc)
  • update /predict/category schema to accept images as input (728246e)

Documentation

  • improve OpenAPI documentation (c4b3843)
  • improve OpenAPI documentation (2) (db5df96)
  • update OpenAPI documentation (07d1136)

v1.30.0

29 Jun 08:45
Compare
Choose a tag to compare

1.30.0 (2023-06-22)

Features

  • add fasttext langid module (432027b), closes #1122
  • add first version of ingredient list NER + API (9083bdb)

Bug Fixes

  • add insight_types parameter in /question/{barcode} (fc7b76a), closes #1139
  • fix default FASTTEXT_MODEL_DIR value (e4cc4e7)
  • improve error handling in /predict/ingredient_list route (7a996cc)
  • improve ingredient detection pipeline (9ff8aec)
  • remove spellcheck module (916132a)
  • sort product questions by priority (5ea69e3), closes #1138
  • update apscheduler (dd4eed8)
  • update poetry install command in Dockerfile (75f8b34)

v1.29.0

01 Jun 12:37
Compare
Choose a tag to compare

1.29.0 (2023-06-01)

Features

  • Improve /predict/{nutrient|ocr_prediction} routes (f06a45a)
  • improve nutrition image bounding box detection (737b630)

Bug Fixes

  • add CLI command to pretty print OCR result (26f44a4)
  • display diffs in /webhook/products route (07255c6)
  • fix ENABLE_PRODUCT_CHECK flag (dd1d09f)
  • fix NutritionImageImporter.generate_candidate (74e346c)
  • fix wrong paragraph offset for OCR (abb54a6)
  • improve /predict/nutrition route (95d953b)
  • only display most important services in make log command (60b2843)
  • rename compute_intersection_bounding_box function (d8d732c)
  • support pro platform for MongoDB queries and image/OCR URLs (a3ac603)
  • update SSH_PROXY_HOST for deployment (a8b8292)

v1.28.1

12 May 07:23
Compare
Choose a tag to compare

1.28.1 (2023-05-11)

Bug Fixes

  • add a Make command to init elasticsearch (68e7edf)
  • add danish translation for nutrient detection (ba02a63)
  • add log messages to init-elasticsearch CLI command (e950cbd)
  • add ml-gpu.yml docker-compose file (a005b0f)
  • don't update elasticsearch indices in _update_data scheduler job (c12f803)
  • don't update product dump at scheduler startup (4bee57c)
  • fix dl-models command (ef26311)
  • fix launch-burst-worker command (4a49ac3)
  • fix logo elasticsearch index mapping (8a5a119)
  • fix make dl-models command (d6a3b25)
  • fix unit tests (90cce2a)
  • init elasticsearch during make dev call (0ac9051)
  • remove tf_models/models.config file (eb54e81)
  • use explicit model control model on Triton (fb46bf8)

Documentation

  • fix comment in prediction.ocr.dataclass (4bdb768)
  • improve documentation about prediction processing (ab75c09)

v1.28.0

03 May 04:44
Compare
Choose a tag to compare

1.28.0 (2023-05-02)

Features

Bug Fixes

  • add question formatter for is_upc_image insights (bb6a6da)
  • enforce max doc length of 79 with flake8 (d7d58d6)
  • improve import-logo-embeddings CLI command (34139d1)
  • remove keras category classifier 2.0 model (4038a6e)
  • remove legacy model download commands (4a5ef8f)
  • remove Tensorflow Serving entirely (f260887)
  • set predictor_version and predictor for is_upc_image preds/insights (a9eefc5)

v1.27.2

28 Apr 06:45
Compare
Choose a tag to compare

1.27.2 (2023-04-28)

Bug Fixes

  • fix import_insights CLI command (d151b3d)

v1.27.1

28 Apr 06:22
Compare
Choose a tag to compare

1.27.1 (2023-04-28)

Bug Fixes

  • make ServerType inherit from str (4f4244c)

v1.27.0

27 Apr 11:12
Compare
Choose a tag to compare

1.27.0 (2023-04-27)

Features

  • introduce prediction deletion (3dc0a44)

Bug Fixes

  • add missing test JSON data (d885729)
  • create robotoff.utils.text module (5d2bc86)
  • don't raise error when getting bounding box by default (9208b42)
  • fix mypy typing issues (107cc23)
  • fix span offset issue when case_sensitive=False (15eb2f8)
  • integrate flashtext into robotoff codebase (3ec9979)
  • remove debug log message (bc80eee)