Releases: openfoodfacts/robotoff
Releases · openfoodfacts/robotoff
v1.22.0
1.22.0 (2023-03-12)
Features
- add model with image embeddings as input (d79bbc2)
Bug Fixes
- add authentication for .net Product Opener when fetching products (18cbb20)
- add object detection label assets to repository (c925558)
- add support for git LFS (d6db888)
- disable cat matcher (en) for partial matches (649c016)
- don't keep numpy ndarray in debug.inputs dict (64e7124)
- fix integration test (b2b4f5a)
- increase CLIP max_batch_size to 32 (a39d61a)
- refactor category predictor data structure (812a406)
- update code after code review #1061 (deb20d8)
- update PUT /images/logos/LOGO_ID route to accept null value field (2e488ab)
Documentation
v1.21.0
1.21.0 (2023-02-28)
Features
- add new category classification models (60d167d)
- return debug information in /predict/category route (5b2b392)
Bug Fixes
- fix category predictions (347c72c)
- remove unused functions (5b0f1ae)
- silence false-positive mypy error (337777d)
- update /predict/category schema (f86c098)
- update poetry lock file (48d921c)
Documentation
- improve documentation in v3 category predictor code (675e056)
v1.20.2
v1.20.1
v1.20.0
1.20.0 (2023-01-29)
Features
- add detailed packaging detection (4916845)
- add packaging formatter and annotator (cd6ec75)
- add PackagingImporter (ce9af41)
- implement new packaging API (3e292f5)
Bug Fixes
- add brand to taxonomy exclude list (fe39f1d)
- add water brand to taxonomy exclude list (50cb021)
- increase memory limit of robotoff api service to 4G (9cb2454)
- increase MongoDB timeout from 5s to 10s (6fc1a0d)
- remove legacy code (b209707)
Documentation
v1.19.1
v1.19.0
v1.18.2
1.18.2 (2023-01-10)
Bug Fixes
- create and annotate logo insights in job (0e825ed)
- display front image as default for regex-based brand insights (e898b1d)
- fix server_domain bug (80730e4)
- fix unit tests in test_question.py (a05d4ac)
- improve BaseURLProvider class (5178bac)
- improve import-logos CLI command (0e1e92b)
- remove CachedStore use in products.py (57b0970)
- use correct image subdomain for slack notifications (1345e94)
- use image.openfoodfacts.* as default server for serving images (70aceee)
v1.18.1
1.18.1 (2022-12-30)
Bug Fixes
- delete robotoff.utils.types module (e8949da)
- fix /dump route (27dd472)
- fix unit and integration tests (ab17fd2)
- improve /insights/dump route (bc9029c)
- improve annotator classes and logo annotation tests (3a7fc7a)
- improve handling of deleted images in import_image.py (2d24a99)
- return xx name if exists in taxonomy.get_localized_name() (64c9175)
- save confidence score in Prediction.confidence (1aebdc5)
- turn a warning log into an info (f1fa4b9)
- use directly LogoAnnotation.{barcode,source_image} (e31cedb)