Skip to content

Releases: openfoodfacts/open-prices

v1.54.0

11 Dec 11:35
797c1bf
Compare
Choose a tag to compare

1.54.0 (2024-12-11)

Features

  • run and save price tag detections in proof_predictions table (#614) (62ecaab)
  • Shop import: new script to upload prices from a shop csv (#574) (7ec2eda)

Bug Fixes

  • fix bug in directory selection for proof image (#616) (b32b5cf)
  • use openfoodfacts.ml module for proof classification (#613) (8eb37e6)

v1.53.0

06 Dec 13:40
dd41b5c
Compare
Choose a tag to compare

1.53.0 (2024-12-06)

Features

  • API: allow adding prices on proofs not owned (only PRICE_TAG proofs) (#609) (071fad0)
  • API: Allow anonymous users to upload proofs (#607) (0c68bf8)
  • return proof predictions in GET /api/v1/proof route (#601) (42f1c5e)

Bug Fixes

  • don't try to classify with the image classifier .bin files (#604) (0ecca7b)

Technical

  • API: allow anyone to access proof data (#606) (1b4dcb5)
  • API: only return proof.predictions in detail endpoint (#605) (81f7f0f)
  • Update github-projects.yml (e4bfe68)

v1.52.0

05 Dec 11:28
9ba6858
Compare
Choose a tag to compare

1.52.0 (2024-12-05)

Features

  • save proof prediction for all proofs in a new table (#588) (cb1fb7a)

Bug Fixes

Technical

  • add command to run ML models on proofs without predictions (#599) (32de49b)
  • Add unit test for proof type detection (#597) (0386cff)
  • enable ML predictions on prod & staging (#596) (8d049aa)
  • remove deprecated command for ssh-action (#598) (28afbe7)

v1.51.0

04 Dec 09:17
a5c0df4
Compare
Choose a tag to compare

1.51.0 (2024-12-03)

Features

  • Location: new brand & version fields (fetch & store from OSM) (#591) (63dc620)
  • Location: script to fill in OSM brand & version (#592) (ea29002)

Bug Fixes

  • Location: add try/catch & progress in OSM script. ref #592 (887b508)

Technical

  • increase the number of gunicorn workers in production (#582) (a922030)

v1.50.0

27 Nov 09:16
aabf624
Compare
Choose a tag to compare

1.50.0 (2024-11-27)

Features

Bug Fixes

Technical

  • Admin: add Price view. improve Location & Proof views. (#580) (1a59b1e)
  • GDPR: improve Leclerc merge and price upload. ref #213 (978a401)

v1.49.0

22 Nov 08:24
1f03758
Compare
Choose a tag to compare

1.49.0 (2024-11-21)

Features

  • add CLI command to run OCR on past images (#572) (2f6a94e)

Technical

  • proofs: more features to OCR extraction (#566) (b2e55be)

v1.48.0

13 Nov 17:15
762943c
Compare
Choose a tag to compare

1.48.0 (2024-11-13)

Features

  • allow users to submit origin tags in their language (#561) (2b867db)
  • proofs: New endpoint to extract price data from images (with Gemini) (#557) (fa54a36)

Technical

v1.47.1

09 Nov 00:35
1337015
Compare
Choose a tag to compare

1.47.1 (2024-11-09)

Technical

  • Locations: keep only website_url domain (#555) (cc5d589)

v1.47.0

08 Nov 16:07
a2fc3c4
Compare
Choose a tag to compare

1.47.0 (2024-11-08)

Features

  • allow users to submit category_tag with language prefix (#548) (9aab15d)
  • API: on Location POST, return existing if duplicate (#554) (d1efae6)
  • locations: new source field to store the app name & version (#546) (a9188c9)
  • run OCR extraction on every new image (#543) (77ed50b)
  • Sync: fetch OFF obsolete products (25k items) (#552) (badec8b)

Bug Fixes

  • add types to functions and improve docstring in proofs/utils.py (#540) (506bc4a)

Technical

  • add CORS headers to images (#545) (bd3709a)
  • proofs: run OCR in post_save signal instead of create (#549) (f3cfa79)
  • remove perform_create to simplify code (2394940)
  • update dependency openfoodfacts-python (#550) (2f53957)
  • Update github-projects.yml (d8d54d7)

v1.46.0

25 Oct 22:39
c991482
Compare
Choose a tag to compare

1.46.0 (2024-10-25)

Features

  • API: Allow updating Proof location fields (#539) (8554eaf)
  • Proofs: on update, also update proof prices (#538) (d5481f2)

Technical

  • Proofs: refactor method that updates proof fields from prices (1 instead of 3). ref #481 (e3b97f5)