Releases: openfoodfacts/robotoff
Releases · openfoodfacts/robotoff
v1.31.1
v1.31.0
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
bycountries
(56b0804) - send release info to Sentry (58acf39)
- use openfoodfacts-python package for taxonomy processing (eaaeca3)
Documentation
- update OpenAPI documentation (6da2978)
v1.30.1
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
v1.30.0
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
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
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
v1.28.0
1.28.0 (2023-05-02)
Features
- add UPC Image detector (f592acd)
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
v1.27.1
v1.27.0
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)