From a24e4725991ce88daa9aa4cefb3a664cfe65571f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Tue, 7 Jan 2025 08:50:43 +0000 Subject: [PATCH 1/3] Add changelog for 5.19.6 release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c574a055b..20296ab3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 5.19.6 (January 2025) + +- Fix image_to_html pixel unit [#441](https://github.com/ome/omero-py/pull/441) +- Move repr_html to _ImageWrapper [#429](https://github.com/ome/omero-py/pull/429) +- CLI: fix debugging level 9 [#439](https://github.com/ome/omero-py/pull/439) +- Upgrade to macOS 14 Actions runner image [#440](https://github.com/ome/omero-py/pull/440) +- Remove Python 3.8 from the testing matrix [#434](https://github.com/ome/omero-py/pull/434) +- omero.HdfStorage.update: add size check on data.rowNumbers [#431](https://github.com/ome/omero-py/pull/431) + # 5.19.5 (September 2024) - Prevent hang on exit while omero.client keepalive is active [#424](https://github.com/ome/omero-py/pull/424) From 15fc4703138511839767813d9420df68f6f62901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Tue, 7 Jan 2025 09:33:11 +0000 Subject: [PATCH 2/3] Update CHANGELOG.md Co-authored-by: jean-marie burel --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20296ab3b..9c7859d2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ - CLI: fix debugging level 9 [#439](https://github.com/ome/omero-py/pull/439) - Upgrade to macOS 14 Actions runner image [#440](https://github.com/ome/omero-py/pull/440) - Remove Python 3.8 from the testing matrix [#434](https://github.com/ome/omero-py/pull/434) -- omero.HdfStorage.update: add size check on data.rowNumbers [#431](https://github.com/ome/omero-py/pull/431) +- Add size check on data.rowNumbers in omero.HdfStorage.update [#431](https://github.com/ome/omero-py/pull/431) # 5.19.5 (September 2024) From af12b7cfaa90296e4a356ef5a494c72b404d2759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Besson?= Date: Thu, 9 Jan 2025 15:21:08 +0000 Subject: [PATCH 3/3] Add acknowledgements to the changelog --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c7859d2c..33ee6362d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ # 5.19.6 (January 2025) -- Fix image_to_html pixel unit [#441](https://github.com/ome/omero-py/pull/441) -- Move repr_html to _ImageWrapper [#429](https://github.com/ome/omero-py/pull/429) -- CLI: fix debugging level 9 [#439](https://github.com/ome/omero-py/pull/439) +- Fix image_to_html pixel unit, + thanks to [Tom Boissonnet](https://github.com/Tom-TBT) [#441](https://github.com/ome/omero-py/pull/441) +- Move repr_html to _ImageWrapper, + thanks to [Johannes Soltwedel](https://github.com/jo-mueller) [#429](https://github.com/ome/omero-py/pull/429) +- CLI: fix debugging level 9, + thanks to [Torsten Stöter](https://github.com/tstoeter) [#439](https://github.com/ome/omero-py/pull/439) - Upgrade to macOS 14 Actions runner image [#440](https://github.com/ome/omero-py/pull/440) - Remove Python 3.8 from the testing matrix [#434](https://github.com/ome/omero-py/pull/434) - Add size check on data.rowNumbers in omero.HdfStorage.update [#431](https://github.com/ome/omero-py/pull/431)