Skip to content

Releases: openfoodfacts/robotoff

v1.37.0

25 Oct 11:10
Compare
Choose a tag to compare

1.37.0 (2023-10-25)

Features

  • allow to submit category value_tag in /annotate route (dd6d81e)
  • store fingerprint of all images (ed8fd38)

Bug Fixes

  • improve add-logo-to-ann CLI command (c67b8ff)
  • set K_NEAREST_NEIGHBORS to 10 (instead of 100) (a177e13)

Technical

  • use json.dump instead of f.write + json.dumps (60f15e9)

v1.36.0

17 Oct 08:30
Compare
Choose a tag to compare

1.36.0 (2023-10-16)

Features

  • use openfoodfacts SDK for OCR processing (6344936)

Bug Fixes

  • update pymongo (cac6241)
  • use new version of openfoodfacts-python (a7d0b28)

Technical

v1.35.0

05 Sep 09:32
Compare
Choose a tag to compare

1.35.0 (2023-09-04)

Features

  • remove matcher predictor completely (d0847c6)
  • remove matcher predictor from API (de97f9f)

Bug Fixes

  • Crowdin PR title (1adfc96)
  • don't initialize unit registry in product_weight.py (468c4f6)
  • fix wrong label rouge detection (492fda4), closes #1255

Technical

v1.34.1

31 Aug 14:00
Compare
Choose a tag to compare

1.34.1 (2023-08-31)

Bug Fixes

  • fix bug in product_weight.py (2e94d11)
  • update normalize_weight function after Pint upgrade (80d3a09)
  • update packaging denylist (23e6e26)

Technical

v1.34.0

31 Aug 09:30
Compare
Choose a tag to compare

1.34.0 (2023-08-31)

Features

  • apply automatically nutrition images insights (6d79855)

Bug Fixes

  • sort label whitelist (7b13090)
  • Update packaging material shape map for fr (450409f), closes #1250
  • update packaging shape denylist (84256ba)

Technical

v1.33.0

29 Aug 14:08
Compare
Choose a tag to compare

1.33.0 (2023-08-29)

Features

  • disable matcher predictor for category (07ada5b)

Bug Fixes

  • add new exception for packaging (e397e57), closes #1058
  • disable temporarily en:eu-non-agriculture and en:eu-agriculture (043b96c)
  • don't generate weight insight when value is suspicious (51a19fa), closes #302
  • fix bug in refresh_insights (dd19b6e)
  • fix init-elasticsearch Makefile command (2d729d4)
  • remove pdo and pgi regex (008bd9d)
  • update label whitelist (2497642)

Technical

  • pin openfoodfacts dependency (1f9ac80)
  • update branc blacklist and label whitelist (d7948c5)
  • upgrade requests (f937442)

v1.32.1

28 Aug 13:49
Compare
Choose a tag to compare

1.32.1 (2023-08-28)

Bug Fixes

  • add some items to brand taxonomy blacklist (ef0b626)
  • auupdate brand_taxonomy_blacklist.txt (739c748)
  • brand blocklist (3055d13)
  • fix bug in doctext.py and improve script (b54ef2b)
  • fix bug in pprint (c620d59)
  • fix call to get_insights_ (5d909b9)
  • fix is_data_required method signature (6342832)
  • fix wrong call to add_category_insight in tests (69b5f1e)
  • improve brand exclusion for 'taxonomy' predictor (7705823)
  • improve candidate generation in LabelInsightImporter (51e046a)
  • mark use of md5 and sha1 hash function as safe (ca0963f)
  • set automatic_processing=None for flashtext label insight (ba6ceb7)

Technical

  • fix deepsource warning (58ca3e7)
  • remove legacy function mark_insights (9460393)
  • remove legacy functions in visualization_utils.py (b620062)
  • remove pypi.yml action (1773b87)
  • switch to f-strings (fdeba36)
  • update brand taxonomy blacklist (df19331)
  • use consistent logging arg passing (2385889)

v1.32.0

24 Aug 14:53
Compare
Choose a tag to compare

1.32.0 (2023-08-21)

Features

  • add a few more stores for automatic extraction (878f7ed)
  • Stores from across Europe (1274243)

Bug Fixes

  • fix re-imports (9a6bcbe)
  • fix some deepsource performance warnings (7424587)
  • remove legacy code (1aa13ad)
  • use prod JSONL dump in staging (07ab8fd)

Technical

  • add make command to download ingredient detection model (fa305cd)
  • delay scheduled jobs relying on JSONL export (d4033f5)
  • fix release-please.yml (07a5ff7)
  • improve release changelog (57d4bbf)
  • rename master to main (update workflows and doc) (b9e1107)

v1.31.1

14 Aug 06:39
Compare
Choose a tag to compare

1.31.1 (2023-08-14)

Bug Fixes

v1.31.0

14 Aug 06:32
Compare
Choose a tag to compare

1.31.0 (2023-08-11)

Features

Bug Fixes

  • add mdx-truly-sane-list extension back (460dae6)
  • barcode should not be an empty str in webhook call (a7b6472)
  • fix bug in run_upc_detection (a62319d)
  • remove above-threshold-campaign (326626a)
  • replace parameter country by countries (56b0804)
  • send release info to Sentry (58acf39)
  • use openfoodfacts-python package for taxonomy processing (eaaeca3)

Documentation

  • update OpenAPI documentation (6da2978)