Skip to content

Releases: openfoodfacts/robotoff

v1.45.0

16 May 15:01
ef96219
Compare
Choose a tag to compare

1.45.0 (2024-05-15)

Features

Technical

v1.44.0

17 Apr 09:40
50721b4
Compare
Choose a tag to compare

1.44.0 (2024-04-11)

Features

Bug Fixes

Technical

  • deps: bump pillow from 10.2.0 to 10.3.0 (#1328) (a3357dc)
  • deps: bump pymongo from 4.5.0 to 4.6.3 (#1330) (5f8b75e)
  • deps: bump transformers from 4.36.0 to 4.38.0 (#1331) (4fe0ede)
  • docker: remove legacy "version" field in docker-compose configs (1e047aa)

v1.43.0

26 Mar 13:21
1552cc7
Compare
Choose a tag to compare

1.43.0 (2024-03-26)

Features

Technical

v1.42.1

23 Feb 10:04
94cb212
Compare
Choose a tag to compare

1.42.1 (2024-02-22)

Technical

  • deps-dev: bump cryptography from 42.0.0 to 42.0.2 (#1316) (cc3a6bf)
  • deps-dev: bump cryptography from 42.0.2 to 42.0.4 (#1318) (b775b8d)

v1.42.0

14 Feb 10:37
eee36e7
Compare
Choose a tag to compare

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

08 Jan 15:22
24bff01
Compare
Choose a tag to compare

1.41.2 (2024-01-08)

Bug Fixes

Technical

v1.41.1

18 Dec 13:13
c582351
Compare
Choose a tag to compare

1.41.1 (2023-12-18)

Bug Fixes

  • fix image_response function (82a826d)

v1.41.0

18 Dec 12:51
9c6a4ee
Compare
Choose a tag to compare

1.41.0 (2023-12-18)

Features

  • add endpoint to predict language (686e180)
  • add language predictor for product (c77f049)

Bug Fixes

  • add a POST version of /predict/lang endpoint (619c477)
  • allow gunicorn auto-reload locally (a1ffa44)
  • fix delete_images call (f0ad1e1)
  • fix missing SQL join in ANNResource (607f743)
  • fix parse_ingredients function (189c5cc)

Technical

  • deps-dev: bump werkzeug from 3.0.0 to 3.0.1 (#1276) (da54a80)
  • increase mem limit of API service (ed32bfb)
  • New Crowdin translations to review and merge (#1291) (9b10ae0)
  • switch to Falcon 3.X (6362185)

v1.40.0

13 Nov 13:32
Compare
Choose a tag to compare

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)

Technical

  • add allergen taxonomy (6704189)
  • add clean_tests command (a6f8f33)
  • add first version of trace grammar (6bafa88)
  • fix docstring in models.py (d9edc6f)
  • improve documentation on Dockerfile and docker-compose.yml (ab4c4ac)

v1.39.0

06 Nov 09:19
Compare
Choose a tag to compare

1.39.0 (2023-11-06)

Features

  • save logo text (extracted using OCR in DB) (bf4632f)

Bug Fixes

  • add cache directory to repo (2905741)
  • add timeout to robotoff request (healthcheck) (ab17cee)
  • fix bounding box field default value (5b78f5d)
  • fix incorrect call to cache_asset_from_url (d5562c1)
  • use distinct cache for test assets (c52d3f9)