Skip to content

Releases: openfoodfacts/robotoff

v1.56.5

27 Nov 17:19
e42e921
Compare
Choose a tag to compare

1.56.5 (2024-11-27)

Bug Fixes

  • revert max_requests limit on gunicorn (fbd9554)

v1.56.4

26 Nov 15:49
99a1ba8
Compare
Choose a tag to compare

1.56.4 (2024-11-26)

Bug Fixes

  • increase max_requests to 500 (b942c16)

v1.56.3

26 Nov 15:09
e1c1a06
Compare
Choose a tag to compare

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.2

07 Nov 08:27
d25e9fb
Compare
Choose a tag to compare

1.56.2 (2024-11-07)

Technical

v1.56.1

05 Nov 13:39
e45d96a
Compare
Choose a tag to compare

1.56.1 (2024-11-05)

Bug Fixes

v1.56.0

29 Oct 15:19
Compare
Choose a tag to compare

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

29 Oct 14:16
Compare
Choose a tag to compare

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

25 Oct 13:42
e8eed45
Compare
Choose a tag to compare

1.54.1 (2024-10-25)

Bug Fixes

  • fix issue with max() call on empty sequence (5410b30)

v1.54.0

25 Oct 13:26
253d0b7
Compare
Choose a tag to compare

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

16 Oct 10:06
Compare
Choose a tag to compare

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)