Releases: openfoodfacts/robotoff
Releases · openfoodfacts/robotoff
v1.44.0
v1.43.0
v1.42.1
v1.42.0
1.42.0 (2024-02-13)
Features
Bug Fixes
- fix extreme weight detection for multi-packaging (#1298) (d9660c6)
- fix run_logo_detection function (4775ccc)
- fix unit test (cf12304)
- improve docstring and add log messages (#1310) (3e03f83)
Technical
- change prod mongodb address (again) (ade67c2)
- Create FEATURES.md to doc features and todos (#1309) (8c1b404)
- deps-dev: bump cryptography from 41.0.7 to 42.0.0 (#1308) (6585390)
- deps-dev: bump jinja2 from 3.1.2 to 3.1.3 (#1305) (e237b6a)
- deps: bump pillow from 10.0.1 to 10.2.0 (#1306) (5ea2ab7)
- deps: bump transformers from 4.30.2 to 4.36.0 (#1301) (e36eb3b)
- New Crowdin translations to review and merge (#1303) (bc00a7c)
v1.41.2
v1.41.1
v1.41.0
v1.40.0
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)