Skip to content

Commit 30be9ae

Browse files
committed
fix(release-notes): add fix for backwards-drawn rectangular ROI causing NaN statistics
1 parent 666d3b8 commit 30be9ae

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

doc/locale/fr/LC_MESSAGES/release_notes/release_1.00.po

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: DataLab \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-12-15 16:33+0100\n"
10+
"POT-Creation-Date: 2025-12-16 10:16+0100\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language: fr\n"
@@ -27,6 +27,24 @@ msgstr ""
2727
msgid "🛠️ Bug Fixes since version 1.0.2"
2828
msgstr "🛠️ Correctifs depuis la version 1.0.2"
2929

30+
msgid "**Backwards-drawn rectangular ROI causes NaN statistics:**"
31+
msgstr "**ROI rectangulaire dessinée à l'envers cause des statistiques NaN :**"
32+
33+
msgid "Fixed rectangular ROI statistics returning NaN values when the ROI was drawn \"backwards\" (from bottom-right to top-left instead of top-left to bottom-right)"
34+
msgstr "Correction des statistiques de ROI rectangulaire retournant des valeurs NaN lorsque la ROI était dessinée « à l'envers » (du coin inférieur droit vers le coin supérieur gauche au lieu du coin supérieur gauche vers le coin inférieur droit)"
35+
36+
msgid "The issue occurred because the ROI coordinate conversion produced negative width/height values, causing the mask generation to fail"
37+
msgstr "Le problème est survenu parce que la conversion des coordonnées de la ROI produisait des valeurs de largeur/hauteur négatives, provoquant l'échec de la génération du masque"
38+
39+
msgid "ROI mask generation now works correctly regardless of the direction in which the rectangle was drawn"
40+
msgstr "La génération du masque de ROI fonctionne désormais correctement quelle que soit la direction dans laquelle le rectangle a été dessiné"
41+
42+
msgid "This closes [Issue #284](https://github.com/datalab-platform/datalab/issues/284) - Backwards-drawn rectangular ROI causes NaN statistics"
43+
msgstr "Ceci clôture [Issue #284](https://github.com/datalab-platform/datalab/issues/284) - Backwards-drawn rectangular ROI causes NaN statistics"
44+
45+
msgid "This fix is included in Sigima 1.0.4"
46+
msgstr "Ce correctif est inclus dans Sigima 1.0.4"
47+
3048
msgid "**Plot refresh - ROIs and annotations persist after \"Remove all\":**"
3149
msgstr "**Rafraîchissement du graphique - Les ROI et annotations persistent après \"Tout supprimer\" :**"
3250

doc/release_notes/release_1.00.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44

55
### 🛠️ Bug Fixes since version 1.0.2 ###
66

7+
**Backwards-drawn rectangular ROI causes NaN statistics:**
8+
9+
* Fixed rectangular ROI statistics returning NaN values when the ROI was drawn "backwards" (from bottom-right to top-left instead of top-left to bottom-right)
10+
* The issue occurred because the ROI coordinate conversion produced negative width/height values, causing the mask generation to fail
11+
* ROI mask generation now works correctly regardless of the direction in which the rectangle was drawn
12+
* This closes [Issue #284](https://github.com/datalab-platform/datalab/issues/284) - Backwards-drawn rectangular ROI causes NaN statistics
13+
* This fix is included in Sigima 1.0.4
14+
715
**Plot refresh - ROIs and annotations persist after "Remove all":**
816

917
* Fixed ROIs and annotations occasionally remaining visible after executing "Remove all" action from the Edit menu

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ requires-python = ">=3.9, <4"
4242
dependencies = [
4343
"guidata >= 3.13.4",
4444
"PlotPy >= 2.8.2",
45-
"Sigima >= 1.0.3",
45+
"Sigima >= 1.0.4",
4646
"NumPy >= 1.22",
4747
"SciPy >= 1.10.1",
4848
"scikit-image >= 0.19.2",

0 commit comments

Comments
 (0)