Skip to content

Releases: openfoodfacts/openfoodfacts-python

v1.1.3

04 Oct 15:41
Compare
Choose a tag to compare

1.1.3 (2024-10-04)

Bug Fixes

  • don't assume Pillow is available (fd2f8f2)

v1.1.2

04 Oct 09:55
Compare
Choose a tag to compare

1.1.2 (2024-10-04)

Bug Fixes

  • improve ProductDataset class (c777d0f)
  • only add HTTP auth headers when it's needed (5c81025)
  • use new barcode normalization (b49b362)

v1.1.1

18 Jul 13:14
Compare
Choose a tag to compare

1.1.1 (2024-07-18)

Bug Fixes

  • fix bug when min_id=None was provided (d55db32)

v1.1.0

18 Jul 10:22
Compare
Choose a tag to compare

1.1.0 (2024-07-18)

Features

v1.0.2

18 Jul 09:57
Compare
Choose a tag to compare

1.0.2 (2024-07-18)

Bug Fixes

  • add min_id parameter to get_new_updates (a19aeb5)

v1.0.1

18 Jul 09:18
Compare
Choose a tag to compare

1.0.1 (2024-07-18)

Bug Fixes

  • improve RedisUpdate class (1b90084)

v1.0.0

17 Jul 13:54
Compare
Choose a tag to compare

1.0.0 (2024-07-17)

⚠ BREAKING CHANGES

  • improve asset and image download functions

Features

  • add helper functions for Redis stream (6fedef7)
  • improve asset and image download functions (f5b4f90)

Bug Fixes

  • add Pillow as optional dependency (+ extra) (5ba7719)

v0.4.0

01 Jul 13:45
1a7d49b
Compare
Choose a tag to compare

0.4.0 (2024-07-01)

Features

  • allow fetching other datasets (obf, opff, opf) (#223)
  • add download_image function (#243) (265f10b)

v0.3.0

18 Apr 09:13
0d7c7bf
Compare
Choose a tag to compare

0.3.0 (2024-04-18)

Features

  • add get_image_from_url function in utils.py (db35751)
  • add Robotoff resource (953ae41)
  • add run_ocr_on_image_batch function (decd94d)

Bug Fixes

  • fix ProductResource.update method (29c40ad)
  • fix typing error (dd51e71)
  • make predict_lang compatible with signature (757cab9)

v0.2.1

03 Apr 08:34
eca00f1
Compare
Choose a tag to compare

0.2.1 (2024-04-02)

Features

  • allow fetching other datasets (obf, opff, opf) (#223)

Bug Fixes