Releases: openfoodfacts/openfoodfacts-python
Releases · openfoodfacts/openfoodfacts-python
v1.1.3
1.1.3 (2024-10-04)
Bug Fixes
- don't assume Pillow is available (fd2f8f2)
v1.1.2
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
1.1.1 (2024-07-18)
Bug Fixes
- fix bug when min_id=None was provided (d55db32)
v1.1.0
1.1.0 (2024-07-18)
Features
v1.0.2
1.0.2 (2024-07-18)
Bug Fixes
- add min_id parameter to get_new_updates (a19aeb5)
v1.0.1
1.0.1 (2024-07-18)
Bug Fixes
- improve RedisUpdate class (1b90084)
v1.0.0
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
0.4.0 (2024-07-01)
Features
- allow fetching other datasets (obf, opff, opf) (#223)
- add download_image function (#243) (265f10b)
v0.3.0
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
0.2.1 (2024-04-02)
Features
- allow fetching other datasets (obf, opff, opf) (#223)
Bug Fixes