From fa85bac4e3b23e77b528902f51d0b4133bb974fc Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Mon, 28 Oct 2024 18:08:49 +0100 Subject: [PATCH] chore(main): release 1.55.0 --- CHANGELOG.md | 16 ++++++++++++++++ pyproject.toml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82660e9b9f..c66e57ccbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.55.0](https://github.com/openfoodfacts/robotoff/compare/v1.54.1...v1.55.0) (2024-10-28) + + +### Features + +* :zap: Add CLI command to convert and push JSONL to Huggingface ([#1436](https://github.com/openfoodfacts/robotoff/issues/1436)) ([d68a231](https://github.com/openfoodfacts/robotoff/commit/d68a2319e73d6cb2463869de25984d7025b359bc)) +* improve Slack & nutripatrol notifiers ([ef0f861](https://github.com/openfoodfacts/robotoff/commit/ef0f861fb0d7d17c1b05960586226c2bf391fba1)) + + +### Bug Fixes + +* convert image to RGB before nutrition extraction ([#1448](https://github.com/openfoodfacts/robotoff/issues/1448)) ([96401ef](https://github.com/openfoodfacts/robotoff/commit/96401ef94dced4242956f7269ddf3c7b8a5a851f)) +* fix KeyError exception in UPCImageImporter ([#1443](https://github.com/openfoodfacts/robotoff/issues/1443)) ([022a788](https://github.com/openfoodfacts/robotoff/commit/022a7882432da2a15bd56411a7635a1732e8955b)), closes [#1442](https://github.com/openfoodfacts/robotoff/issues/1442) +* fix wrong call to logger.exception ([#1441](https://github.com/openfoodfacts/robotoff/issues/1441)) ([750eea9](https://github.com/openfoodfacts/robotoff/commit/750eea99ee60562d9d6ac21705b1d7d5306e6e68)), closes [#1440](https://github.com/openfoodfacts/robotoff/issues/1440) +* update fields fetched to generate parquet file ([4f57419](https://github.com/openfoodfacts/robotoff/commit/4f57419e0b460aee73ed96d1b3d436ed01d1fa4b)) + ## [1.54.1](https://github.com/openfoodfacts/robotoff/compare/v1.54.0...v1.54.1) (2024-10-25) diff --git a/pyproject.toml b/pyproject.toml index 9b63f27c9e..6136b8adb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ignore_missing_imports = true [tool.poetry] name = "robotoff" -version = "1.54.1" +version = "1.55.0" description = "Real-time and batch prediction service for Open Food Facts." authors = ["Open Food Facts Team"] license = "GNU Affero General Public License v3"