You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/locale/fr/LC_MESSAGES/release_notes/release_1.00.po
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ msgid ""
7
7
msgstr ""
8
8
"Project-Id-Version: DataLab \n"
9
9
"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"
11
11
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12
12
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13
13
"Language: fr\n"
@@ -27,6 +27,24 @@ msgstr ""
27
27
msgid"🛠️ Bug Fixes since version 1.0.2"
28
28
msgstr"🛠️ Correctifs depuis la version 1.0.2"
29
29
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
+
30
48
msgid"**Plot refresh - ROIs and annotations persist after \"Remove all\":**"
31
49
msgstr"**Rafraîchissement du graphique - Les ROI et annotations persistent après \"Tout supprimer\" :**"
Copy file name to clipboardExpand all lines: doc/release_notes/release_1.00.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@
4
4
5
5
### 🛠️ Bug Fixes since version 1.0.2 ###
6
6
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
+
7
15
**Plot refresh - ROIs and annotations persist after "Remove all":**
8
16
9
17
* Fixed ROIs and annotations occasionally remaining visible after executing "Remove all" action from the Edit menu
0 commit comments