Releases: openfoodfacts/open-prices
Releases · openfoodfacts/open-prices
v1.56.0
1.56.0 (2024-12-18)
Features
- add
price_tag
table and routes (#628) (fe3f745)
- create price tags from the object detector model (#629) (a0c4741)
- improve gemini processing (#631) (8263e00)
- save Gemini prediction in
price_tag_predictions
table (#630) (39d3c25)
Bug Fixes
- fix script that runs ML models for proofs without predictions (#627) (c825d2c)
Technical
- pass ENVIRONMENT envvar to services (#625) (59f9cd6)
- update redis default stream name (824a389)
v1.55.1
1.55.1 (2024-12-12)
Bug Fixes
- create a product if needed after a redis update event (#622) (66010fe)
- remove legacy log message (267568e)
v1.55.0
1.55.0 (2024-12-12)
Features
- listen to updates from Product Opener using Redis (#618) (9e4d326)
Technical
- enable fetching product updates from Redis (#621) (3a81968)
v1.54.0
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
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
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
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
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
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
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