Skip to content

v1.55.0

Compare
Choose a tag to compare
@openfoodfacts-bot openfoodfacts-bot released this 29 Oct 14:16

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)