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.01.po
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -29,11 +29,11 @@ msgstr "**Remarque :** Il s'agit d'une **version de maintenance** qui corrige un
29
29
msgid"🛠️ Bug Fixes since version 1.1.0"
30
30
msgstr"🛠️ Corrections de bugs depuis la version 1.1.0"
31
31
32
-
msgid"**Flip/rotation operations crash or hang in stand-alone version:**"
33
-
msgstr"**Les opérations de rotation/symétrie échouent ou se bloquent dans la version autonome :**"
32
+
msgid"**Flip/rotation features crash or hang in stand-alone version:**"
33
+
msgstr"**Les fonctionnalités de rotation/symétrie échouent ou se bloquent dans la version autonome :**"
34
34
35
-
msgid"Fixed image flip and rotation operations (\"Flip horizontally\", \"Flip vertically\", \"Rotate 90° left/right\", \"Flip diagonally\") crashing with an `ImportError` or hanging indefinitely in the stand-alone Windows version (PyInstaller build)"
36
-
msgstr"Correction des opérations de rotation et de symétrie d'image (\"Symétrie horizontale\", \"Symétrie verticale\", \"Rotation 90° gauche/droite\", \"Symétrie diagonale\") qui plantaient avec un `ImportError` ou se bloquaient indéfiniment dans la version autonome Windows (build PyInstaller)"
35
+
msgid"Fixed image flip and rotation features (\"Flip horizontally\", \"Flip vertically\", \"Rotate 90° left/right\", \"Flip diagonally\") crashing with an `ImportError` or hanging indefinitely in the stand-alone Windows version (PyInstaller build)"
36
+
msgstr"Correction des fonctionnalités de rotation et de symétrie d'image (\"Symétrie horizontale\", \"Symétrie verticale\", \"Rotation 90° gauche/droite\", \"Symétrie diagonale\") qui plantaient avec un `ImportError` ou se bloquaient indéfiniment dans la version autonome Windows (build PyInstaller)"
37
37
38
38
msgid"The issue was caused by the multiprocessing worker process needing to import the full DataLab GUI module chain when unpickling the geometric transform wrapper, triggering circular imports in the frozen executable"
39
39
msgstr"Le problème était causé par le worker exécuté en mode multiprocessus qui devait importer la chaîne complète des modules GUI de DataLab lors du dé-pickling du wrapper de transformation géométrique, déclenchant des imports circulaires dans l'exécutable PyInstaller"
@@ -44,8 +44,8 @@ msgstr "Le code de post-traitement géométrique a été déplacé vers un modul
44
44
msgid"This was not reproducible with the Python package version of DataLab, only with the stand-alone executable"
45
45
msgstr"Cela n'était pas reproductible avec la version package Python de DataLab, uniquement avec l'exécutable autonome"
46
46
47
-
msgid"This closes [Issue #304](https://github.com/DataLab-Platform/DataLab/issues/304) - Flip/rotation operations crash or hang in stand-alone (PyInstaller) version"
48
-
msgstr"Ceci clôture [Issue #304](https://github.com/DataLab-Platform/DataLab/issues/304) - Les opérations de rotation/symétrie échouent ou se bloquent dans la version autonome (PyInstaller)"
47
+
msgid"This closes [Issue #304](https://github.com/DataLab-Platform/DataLab/issues/304) - Flip/rotation features crash or hang in stand-alone (PyInstaller) version"
48
+
msgstr"Ceci clôture [Issue #304](https://github.com/DataLab-Platform/DataLab/issues/304) - Les fonctionnalités de rotation/symétrie échouent ou se bloquent dans la version autonome (PyInstaller)"
Copy file name to clipboardExpand all lines: doc/release_notes/release_1.01.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,13 +7,13 @@ stand-alone executable version** of DataLab for **Microsoft Windows**. If you in
7
7
8
8
### 🛠️ Bug Fixes since version 1.1.0 ###
9
9
10
-
**Flip/rotation operations crash or hang in stand-alone version:**
10
+
**Flip/rotation features crash or hang in stand-alone version:**
11
11
12
-
* Fixed image flip and rotation operations ("Flip horizontally", "Flip vertically", "Rotate 90° left/right", "Flip diagonally") crashing with an `ImportError` or hanging indefinitely in the stand-alone Windows version (PyInstaller build)
12
+
* Fixed image flip and rotation features ("Flip horizontally", "Flip vertically", "Rotate 90° left/right", "Flip diagonally") crashing with an `ImportError` or hanging indefinitely in the stand-alone Windows version (PyInstaller build)
13
13
* The issue was caused by the multiprocessing worker process needing to import the full DataLab GUI module chain when unpickling the geometric transform wrapper, triggering circular imports in the frozen executable
14
14
* Moved the geometry post-processing code to a standalone module with no GUI dependencies, so the worker process no longer triggers the DataLab GUI import chain
15
15
* This was not reproducible with the Python package version of DataLab, only with the stand-alone executable
16
-
* This closes [Issue #304](https://github.com/DataLab-Platform/DataLab/issues/304) - Flip/rotation operations crash or hang in stand-alone (PyInstaller) version
16
+
* This closes [Issue #304](https://github.com/DataLab-Platform/DataLab/issues/304) - Flip/rotation features crash or hang in stand-alone (PyInstaller) version
0 commit comments