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-13 18:48+0100\n"
10
+
"POT-Creation-Date: 2025-12-15 16:33+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"
@@ -233,6 +233,24 @@ msgstr "Les utilisateurs peuvent désormais ajuster l'espacement des ROI indépe
233
233
msgid"This closes [Issue #282](https://github.com/datalab-platform/datalab/issues/282) - Grid ROI Missing Spacing Parameters"
234
234
msgstr"Ceci clôture [Issue #282](https://github.com/datalab-platform/datalab/issues/282) - Paramètres d'espacement manquants pour la ROI de grille"
235
235
236
+
msgid"**Analysis auto-recompute - Redundant O(n²) calculations when adding ROI:**"
237
+
msgstr"**Recalcul automatique de l'analyse - Calculs redondants O(n²) lors de l'ajout de ROI :**"
238
+
239
+
msgid"Fixed severe performance issue where adding ROI to N selected images with analysis results (e.g., Statistics, Centroid) triggered N² calculations instead of N"
240
+
msgstr"Correction d'un problème de performance sévère où l'ajout d'une ROI à N images sélectionnées avec des résultats d'analyse (p. ex. Statistiques, Centroïde) déclenchait N² calculs au lieu de N"
241
+
242
+
msgid"When 10 images were selected with pre-computed statistics, adding a ROI would show 10 progress bars of 10 calculations each (100 total) instead of a single progress bar with 10 calculations"
243
+
msgstr"Lorsque 10 images étaient sélectionnées avec des statistiques pré-calculées, l'ajout d'une ROI affichait 10 barres de progression de 10 calculs chacune (100 au total) au lieu d'une seule barre de progression avec 10 calculs"
244
+
245
+
msgid"The issue occurred because `auto_recompute_analysis()` was calling `compute_1_to_0()` which by default processes all selected objects, not just the specific object being recomputed"
246
+
msgstr"Le problème se produisait car `auto_recompute_analysis()` appelait `compute_1_to_0()` qui, par défaut, traite tous les objets sélectionnés, pas seulement l'objet spécifique en cours de recalcul"
247
+
248
+
msgid"Added `target_objs` parameter to `compute_1_to_0()` to allow specifying which objects to process, and updated `auto_recompute_analysis()` to use it"
249
+
msgstr"Ajout du paramètre `target_objs` à `compute_1_to_0()` pour permettre de spécifier quels objets traiter, et mise à jour de `auto_recompute_analysis()` pour l'utiliser"
250
+
251
+
msgid"This closes [Issue #283](https://github.com/datalab-platform/datalab/issues/283) - Redundant O(n²) calculations when adding ROI to multiple images with analysis results"
252
+
msgstr"Ceci clôture [Issue #283](https://github.com/datalab-platform/datalab/issues/283) - Calculs redondants O(n²) lors de l'ajout de ROI à plusieurs images avec des résultats d'analyse"
253
+
236
254
msgid"**Result visualization - Analysis result segments hard to see:**"
237
255
msgstr"**Visualisation des résultats - Segments de résultats d'analyse difficiles à voir :**"
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
@@ -103,6 +103,14 @@
103
103
* This fix is provided by Sigima 1.0.4
104
104
* This closes [Issue #282](https://github.com/datalab-platform/datalab/issues/282) - Grid ROI Missing Spacing Parameters
105
105
106
+
**Analysis auto-recompute - Redundant O(n²) calculations when adding ROI:**
107
+
108
+
* Fixed severe performance issue where adding ROI to N selected images with analysis results (e.g., Statistics, Centroid) triggered N² calculations instead of N
109
+
* When 10 images were selected with pre-computed statistics, adding a ROI would show 10 progress bars of 10 calculations each (100 total) instead of a single progress bar with 10 calculations
110
+
* The issue occurred because `auto_recompute_analysis()` was calling `compute_1_to_0()` which by default processes all selected objects, not just the specific object being recomputed
111
+
* Added `target_objs` parameter to `compute_1_to_0()` to allow specifying which objects to process, and updated `auto_recompute_analysis()` to use it
112
+
* This closes [Issue #283](https://github.com/datalab-platform/datalab/issues/283) - Redundant O(n²) calculations when adding ROI to multiple images with analysis results
113
+
106
114
**Result visualization - Analysis result segments hard to see:**
107
115
108
116
* Fixed analysis result markers (FWHM, pulse features, etc.) being difficult or impossible to see on signal plots
0 commit comments