Releases: openfoodfacts/robotoff
Releases · openfoodfacts/robotoff
v1.56.5
1.56.5 (2024-11-27)
Bug Fixes
- revert max_requests limit on gunicorn (fbd9554)
v1.56.4
1.56.4 (2024-11-26)
Bug Fixes
- increase max_requests to 500 (b942c16)
v1.56.3
1.56.3 (2024-11-23)
Bug Fixes
Technical
- add documentation about the nutrition extraction model (#1468) (26bc881)
- fix markdown syntax (1d68bc9)
- fix syntax error (d46052f)
- remove legacy settings for container deploy (9117d68)
- use port numbers in Robotoff attributed range (#1463) (6a99eba)
v1.56.0
1.56.0 (2024-10-29)
Features
- schedule Hugging Face Parquet dataset push every day (7e525c1)
Technical
- deps-dev: bump werkzeug from 3.0.4 to 3.0.6 (64f5dbc)
v1.55.0
1.55.0 (2024-10-29)
Features
- ⚡ Add CLI command to convert and push JSONL to Huggingface (#1436) (d68a231)
- improve Slack & nutripatrol notifiers (ef0f861)
Bug Fixes
- add order_by parameter to /api/v1/insights route (2dcf4a7)
- convert image to RGB before nutrition extraction (#1448) (96401ef)
- fix KeyError exception in UPCImageImporter (#1443) (022a788), closes #1442
- fix wrong call to logger.exception (#1441) (750eea9), closes #1440
- remove columns in output parquet files (d8534fe)
- update fields fetched to generate parquet file (4f57419)
Technical
- add /api/v1/insights endpoint to documentation (f5b1de4)
- add HF_TOKEN to .env (73019bb)
- reformat test_products.py (11e0199)
v1.54.1
1.54.1 (2024-10-25)
Bug Fixes
- fix issue with max() call on empty sequence (5410b30)
v1.54.0
1.54.0 (2024-10-25)
Features
Bug Fixes
- fix nutrient insight importer (0e4aff3)
- fix NutrientExtractionImporter (b533199)
- fix nutrition extraction insight generation (#1438) (cfdfb07)
v1.53.3
1.53.3 (2024-10-16)
Bug Fixes
- add mg as possible unit for salt (463a1f1)
- bump openfoodfacts python dependency (560c596)
- fix launch normalize barcode job (65bdacb)
- remove incorrect parameter when calling CLIPImageProcessor (340a8e0)