2.2.0 (2024-11-06)
2.1.0 (2024-11-06)
2.0.0 (2024-11-05)
- fix should_download_file function (#284)
- add support for downloading obsolete product dump in ProductDataset (1c26936)
- correct path separator issue in extract_source_from_url function for Windows compatibility (#280) (385fbdb)
- fix should_download_file function (#284) (eb77a8c)
1.1.5 (2024-10-14)
- fix barcode splitting bug for image URL generation (7250afb)
1.1.4 (2024-10-08)
- add new functions related to barcodes (6faadc1)
- increase csv field_size_limit to accommodate large fields (94be4d3)
- make RedisUpdate.product_type mandatory (3cb66b1)
1.1.3 (2024-10-04)
- don't assume Pillow is available (fd2f8f2)
1.1.2 (2024-10-04)
- improve ProductDataset class (c777d0f)
- only add HTTP auth headers when it's needed (5c81025)
- use new barcode normalization (b49b362)
1.1.1 (2024-07-18)
- fix bug when min_id=None was provided (d55db32)
1.1.0 (2024-07-18)
- improve Redis API (8f421e2)
1.0.2 (2024-07-18)
- add min_id parameter to get_new_updates (a19aeb5)
1.0.1 (2024-07-18)
- improve RedisUpdate class (1b90084)
1.0.0 (2024-07-17)
- improve asset and image download functions
- add helper functions for Redis stream (6fedef7)
- improve asset and image download functions (f5b4f90)
- add Pillow as optional dependency (+ extra) (5ba7719)
0.4.0 (2024-07-01)
0.3.0 (2024-04-18)
- add get_image_from_url function in utils.py (db35751)
- add Robotoff resource (953ae41)
- add run_ocr_on_image_batch function (decd94d)
- fix ProductResource.update method (29c40ad)
- fix typing error (dd51e71)
- make predict_lang compatible with signature (757cab9)
0.2.1 (2024-04-02)
0.2.0 (2024-03-01)
- add PEP 561 compliance (typing in installed package) (#215) (ca7fc41)
- Force user agent in API (#184) (34024be)
- add a function to parse ingredients (d0aa579)
- add add_ingredient_in_taxonomy_field function from Robotoff (64ee295)
- add custom headers when performing requests with the API (163b33b)
- add FacetResource.get_products method (d790389)
- add timeout parameter to API (b08b9d0)
- fix Facet class (82ab808)
- fix FacetResource.get method (d562063)
- fix page_size parameter in facet.get_products (9d99e6c)
- fixed search products by text (#191) (94c5600)
- improve sdk (#193) (07f224c)
- minor fix in ProductResource.get (54a8809)
- add documentation about taxonomy handling (26cd3e5)
- add mkdocs .pages file (3533d29)
- fix nav (925e7e5)
0.1.12 (2023-11-10)
- add select_image function to API.product (d2d0805)
- add session cookies to all update queries (if needed) (e3b0de0)
- provide authentification in POST requests (545bbe9)
0.1.11 (2023-10-31)
0.1.10 (2023-10-03)
- fix undefined func in ocr.py (ff5eaa2)
0.1.9 (2023-08-17)
0.1.8 (2023-08-09)
- add Lang enum (ef5b32c)
0.1.7 (2023-08-09)
- fix Country enum (8c0e926)
0.1.6 (2023-08-09)
- add country taxonomy (06f0c16)
- add more taxonomies (d6da4e1)
- fix api.py code (27a9140)
- update Country enum to use functional syntax instead (633add8)
0.1.5 (2023-07-21)
- fix github actions (016e376)
- fix isort config (360f65c)
- fix mypy error (2109758)
- fix release please (39c15d2)
- fix release please (140e53e)
- improve documentation in taxonomy.py (2942143)