Skip to content

Releases: openfoodfacts/robotoff

v1.27.0

27 Apr 11:12
Compare
Choose a tag to compare

1.27.0 (2023-04-27)

Features

  • introduce prediction deletion (3dc0a44)

Bug Fixes

  • add missing test JSON data (d885729)
  • create robotoff.utils.text module (5d2bc86)
  • don't raise error when getting bounding box by default (9208b42)
  • fix mypy typing issues (107cc23)
  • fix span offset issue when case_sensitive=False (15eb2f8)
  • integrate flashtext into robotoff codebase (3ec9979)
  • remove debug log message (bc80eee)

v1.26.1

26 Apr 04:47
Compare
Choose a tag to compare

1.26.1 (2023-04-26)

Bug Fixes

  • fix NutritionImageImporter.is_conflicting_insight (581376e)

Documentation

  • fix typo in nutrition-table.md (3357adc)

v1.26.0

25 Apr 04:20
Compare
Choose a tag to compare

1.26.0 (2023-04-24)

Features

  • add nutrition_image insight type (27fd62c)

Bug Fixes

  • add debug log message in importer.py (6c5febc)
  • enable again nutrition table object detection (b529769)
  • fix error raised when releasing expired lock (0859eef)
  • fix Github action (3847226)
  • fix issue in unit tests (271b2bb)
  • fix issue with crop in select_rotate_image (b40984d)
  • fix livecheck script (#1103) (aa1ab8a)
  • fix type error in slack.py (d076be7)
  • increase lock expire duration during insight import (to 5 min) (fb8b787)
  • increase min score for nutrition image detector model (fd29693)
  • try to trigger Github actions on push on master (08902b6)
  • try to trigger Github actions on push on master (2) (bda2abf)

v1.25.4

21 Apr 03:37
Compare
Choose a tag to compare

1.25.4 (2023-04-21)

Bug Fixes

  • always use the same queue for jobs of the same product (e9f066c)
  • fix typo in Makefile (6594035)
  • improve Robotoff edit message (4b5f230)
  • send webhook update jobs for all projects (7949dec)
  • update DATASET_CHECK_MIN_PRODUCT_COUNT (e5555cc)
  • use md5 hash function in get_high_queue (29befd6)

Documentation

  • incorrect link in README.md predictions section (bb63afc)
  • move a comment in docker-compose.yml (b687265)
  • update maintenance.md (842eaf3)

v1.25.3

16 Apr 10:24
Compare
Choose a tag to compare

1.25.3 (2023-04-16)

Bug Fixes

  • improve scheduled job refresh_insight (79f68a9)
  • remove unused server_domain method (2b43ff6)
  • use world subdomain instead of api everywhere (09cb67e)

v1.25.2

16 Apr 05:34
Compare
Choose a tag to compare

1.25.2 (2023-04-16)

Bug Fixes

  • fix call to update_product (16c6453)

v1.25.1

16 Apr 05:22
Compare
Choose a tag to compare

1.25.1 (2023-04-16)

Bug Fixes

  • display Product Opener response during OFF product update if an (91d05d4)

v1.25.0

16 Apr 04:55
Compare
Choose a tag to compare

1.25.0 (2023-04-16)

Features

  • add a function to send image to OFF (f6ac894)
  • implement real multi-platform support (OFF, OBF,...) (9464f46)
  • support multiple MongoDB DB (multi-project) (2c36b6f)

Bug Fixes

  • add server_type field to logo indexed in ES (506ab02)
  • add DISABLE_PRODUCT_CHECK settings (a201fae)
  • fix in insert_images.py script (8dd914f)
  • fix issue in settings (DISABLE_PRODUCT_CHECK value) (232e5c6)
  • fix refresh-insight scheduled job (d363cf8)
  • fix value for ENABLE_PRODUCT_CHECK in local env (20a58d5)
  • fix wrong call to run_nutriscore_object_detection (a211249)
  • fix wrongly formatted logging message (3ef4a0d)
  • rename DISABLE_PRODUCT_CHECK into ENABLE_PRODUCT_CHECK (8c07478)
  • rename en:gluten-free into en:no-gluten (e1f6417)
  • replace call to lru_cache() by call to cache() (191faab)
  • suppress mypy warnings (49a29b9)
  • switch log level to DEBUG (d3ebd85)

Documentation

  • add missing docstring parameter descriptions (32cc8f8)
  • improve docstrings (d4bb80b)
  • improve documentation in add-predictor.md (195f1fd)
  • improve documentation in add-predictor.md (90bfda2)
  • improve Robotoff API documentation (d930592)

v1.24.2

06 Apr 10:33
Compare
Choose a tag to compare

1.24.2 (2023-04-06)

Bug Fixes

  • fix error in product weight insight (6866739)
  • load lazily all resources in Robotoff (4dfa93f)
  • move LogoLabelType to robotoff.types (0cc7efe)

Documentation

  • add documentation about how to add a predictor (d467a4c)
  • add documentation about interaction with Product Opener (05c0781)
  • add references to codebase in category-prediction.md (56ccfba)

v1.24.1

05 Apr 06:07
Compare
Choose a tag to compare

1.24.1 (2023-04-05)

Bug Fixes

  • fix incorrect offset in get_words_from_indices (547a867)