Skip to content

Latest commit

Β 

History

History
248 lines (127 loc) Β· 13.8 KB

CHANGELOG.md

File metadata and controls

248 lines (127 loc) Β· 13.8 KB

Changelog

2.2.0 (2024-11-06)

Features

2.1.0 (2024-11-06)

Features

2.0.0 (2024-11-05)

⚠ BREAKING CHANGES

  • fix should_download_file function (#284)

Features

  • add support for downloading obsolete product dump in ProductDataset (1c26936)

Bug Fixes

  • correct path separator issue in extract_source_from_url function for Windows compatibility (#280) (385fbdb)
  • fix should_download_file function (#284) (eb77a8c)

Documentation

1.1.5 (2024-10-14)

Bug Fixes

  • fix barcode splitting bug for image URL generation (7250afb)

1.1.4 (2024-10-08)

Bug Fixes

  • 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)

Bug Fixes

  • don't assume Pillow is available (fd2f8f2)

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)

1.1.1 (2024-07-18)

Bug Fixes

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

1.1.0 (2024-07-18)

Features

1.0.2 (2024-07-18)

Bug Fixes

  • add min_id parameter to get_new_updates (a19aeb5)

1.0.1 (2024-07-18)

Bug Fixes

  • improve RedisUpdate class (1b90084)

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)

0.4.0 (2024-07-01)

Features

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

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)

0.2.1 (2024-04-02)

Bug Fixes

0.2.0 (2024-03-01)

Features

  • add PEP 561 compliance (typing in installed package) (#215) (ca7fc41)
  • Force user agent in API (#184) (34024be)

Bug Fixes

  • 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)

Documentation

0.1.12 (2023-11-10)

Bug Fixes

  • 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)

Bug Fixes

  • add get_words_in_area function for OCR (2ea5e27)
  • fix mypy issues (7bf9f67)

0.1.10 (2023-10-03)

Bug Fixes

  • fix undefined func in ocr.py (ff5eaa2)

0.1.9 (2023-08-17)

Bug Fixes

  • add get_country_name function (d59e546)
  • add more imports in init.py (92937d0)

0.1.8 (2023-08-09)

Bug Fixes

0.1.7 (2023-08-09)

Bug Fixes

0.1.6 (2023-08-09)

Bug Fixes

  • 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)

Bug Fixes

Documentation

  • improve documentation in taxonomy.py (2942143)