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: CHANGELOG.md
+10-1
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,23 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
6
6
7
7
💥 New features and enhancements:
8
8
9
+
* Image operation features ("Operations" menu):
10
+
* Renamed "Rotation" submenu to "Flip or rotation"
11
+
* New "Flip diagonally" feature
12
+
* Signal processing features ("Processing" menu):
13
+
* New "Convert to Cartesian coordinates" feature
14
+
* New "Convert to polar coordinates" feature
15
+
* Signal analysis features ("Analysis" menu):
16
+
* Renamed "X values at min/max" to "Abscissa of the minimum and maximum"
17
+
* New "Abscissa at y=..." feature
9
18
* New "Open from directory" feature:
10
19
* This feature allows to open multiple files from a directory at once, recursively (only the files with the supported extensions by the current panel are opened)
11
20
* Add "Open from directory" action to the "File" menu for both Signal and Image panels
12
21
* Add support for folders when dropping files in the Signal and Image panels
13
22
* Add `1/x` operation to the "Operations" menu for both Signal and Image panels:
14
23
* This feature relies on the `numpy.reciprocal` function, and handles the case where the denominator is zero by catching warnings and replacing the `np.inf` values with `np.nan` values
15
24
* Add `compute_inverse` method for image and signal processors
16
-
* This closes [Issue #143] - New feature: `1/x` for signals and images
25
+
* This closes [Issue #143](https://github.com./DataLab-Platform/DataLab/issues/143) - New feature: `1/x` for signals and images
17
26
* Public API (local or remote):
18
27
* Add `add_group` method with `title` and `select` arguments to create a new group in a data panel (e.g. Signal or Image panel) and eventually select it after creation:
19
28
* Method was added to the following classes: `AbstractCDLControl`, `BaseDataPanel` and `RemoteClient`
msgid"Signal processing features (\"Processing\" menu):"
43
+
msgstr"Fonctionnalités de traitement du signal (menu \"Traitement\") :"
44
+
45
+
msgid"New \"Convert to Cartesian coordinates\" feature"
46
+
msgstr"Nouvelle fonctionnalité \"Convertir en coordonnées cartésiennes\""
47
+
48
+
msgid"New \"Convert to polar coordinates\" feature"
49
+
msgstr"Nouvelle fonctionnalité \"Convertir en coordonnées polaires\""
50
+
51
+
msgid"Signal analysis features (\"Analysis\" menu):"
52
+
msgstr"Fonctionnalités d'analyse du signal (menu \"Analyse\") :"
53
+
54
+
msgid"Renamed \"X values at min/max\" to \"Abscissa of the minimum and maximum\""
55
+
msgstr"Renommage de \"Valeurs X au min/max\" en \"Abscisse du minimum et du maximum\""
56
+
57
+
msgid"New \"Abscissa at y=...\" feature"
58
+
msgstr"Nouvelle fonctionnalité \"Abscisse à y=...\""
59
+
60
+
msgid"New \"Open from directory\" feature:"
61
+
msgstr"Nouvelle fonctionnalité \"Ouvrir depuis le répertoire\" :"
62
+
63
+
msgid"This feature allows to open multiple files from a directory at once, recursively (only the files with the supported extensions by the current panel are opened)"
64
+
msgstr"Cette fonctionnalité permet d'ouvrir plusieurs fichiers d'un répertoire à la fois, de manière récursive (seuls les fichiers avec les extensions prises en charge par le panneau actuel sont ouverts)"
65
+
66
+
msgid"Add \"Open from directory\" action to the \"File\" menu for both Signal and Image panels"
67
+
msgstr"Ajout de l'action \"Ouvrir depuis le répertoire\" au menu \"Fichier\" pour les panneaux Signal et Image"
68
+
69
+
msgid"Add support for folders when dropping files in the Signal and Image panels"
70
+
msgstr"Ajout de la prise en charge des dossiers lors du glisser-déposer de fichiers dans les panneaux Signal et Image"
71
+
72
+
msgid"Add `1/x` operation to the \"Operations\" menu for both Signal and Image panels:"
73
+
msgstr"Ajout de l'opération `1/x` au menu \"Opérations\" pour les panneaux Signal et Image :"
74
+
75
+
msgid"This feature relies on the `numpy.reciprocal` function, and handles the case where the denominator is zero by catching warnings and replacing the `np.inf` values with `np.nan` values"
76
+
msgstr"Cette fonctionnalité repose sur la fonction `numpy.reciprocal`, et gère le cas où le dénominateur est zéro en interceptant les avertissements et en remplaçant les valeurs `np.inf` par des valeurs `np.nan`"
77
+
78
+
msgid"Add `compute_inverse` method for image and signal processors"
79
+
msgstr"Ajout de la méthode `compute_inverse` pour les processeurs d'image et de signal"
80
+
81
+
msgid"This closes [Issue #143](https://github.com./DataLab-Platform/DataLab/issues/143) - New feature: `1/x` for signals and images"
82
+
msgstr"Ceci corrige l'[Issue #143](https://github.com./DataLab-Platform/DataLab/issues/143) - Nouvelle fonctionnalité : `1/x` pour les signaux et les images"
83
+
84
+
msgid"Public API (local or remote):"
85
+
msgstr"API publique (locale ou distante) :"
86
+
87
+
msgid"Add `add_group` method with `title` and `select` arguments to create a new group in a data panel (e.g. Signal or Image panel) and eventually select it after creation:"
88
+
msgstr"Ajout de la méthode `add_group` avec les arguments `title` et `select` pour créer un nouveau groupe dans un panneau de données (par exemple, panneau Signal ou Image) et éventuellement le sélectionner après sa création :"
89
+
90
+
msgid"Method was added to the following classes: `AbstractCDLControl`, `BaseDataPanel` and `RemoteClient`"
91
+
msgstr"Cette méthode a été ajoutée aux classes suivantes : `AbstractCDLControl`, `BaseDataPanel` et `RemoteClient`"
92
+
93
+
msgid"This closes the following issues:"
94
+
msgstr"Cette fonctionnalité clotûre les tickets suivants :"
msgstr"[Issue #47](https://github.com./DataLab-Platform/DataLab/issues/47) - Proxy distant / API publique : ajout de la méthode `add_group`"
101
+
102
+
msgid"`AbstractCDLControl.get_object_uuids`: add an optional `group` argument (group ID, title or number) to eventually filter the objects by group (this closes [Issue #130](https://github.com./DataLab-Platform/DataLab/issues/130))"
103
+
msgstr"`AbstractCDLControl.get_object_uuids` : ajout d'un argument optionnel `group` (identifiant, titre ou numéro du groupe) pour éventuellement filtrer les objets par groupe (ceci clôture le ticket [Issue #130](https://github.com./DataLab-Platform/DataLab/issues/130))"
104
+
34
105
msgid"When opening an HDF5 file, the confirmation dialog box asking if current workspace should be cleared has a new possible answer \"Ignore\":"
35
-
msgstr""
106
+
msgstr"Lors de l'ouverture d'un fichier HDF5, la boîte de dialogue de confirmation demandant si l'espace de travail actuel doit être effacé a une nouvelle réponse possible \"Ignorer\" :"
36
107
37
108
msgid"Choosing \"Ignore\" will prevent the confirmation dialog box from being displayed again, and will choose the current setting (i.e. clear or not the workspace) for all subsequent file openings"
38
-
msgstr""
109
+
msgstr"Choisir \"Ignorer\" empêchera la boîte de dialogue de confirmation d'être affichée à nouveau, et choisira le paramètre actuel (c'est-à-dire effacer ou non l'espace de travail) pour toutes les ouvertures de fichiers suivantes"
39
110
40
111
msgid"Added a new \"Clear workspace before loading HDF5 file\" option in the \"Settings\" dialog box, to allow the user to change the current setting (i.e. clear or not the workspace) for all subsequent file openings"
41
-
msgstr""
112
+
msgstr"Ajout d'une nouvelle option \"Effacer l'espace de travail avant de charger le fichier HDF5\" dans la boîte de dialogue \"Paramètres\", pour permettre à l'utilisateur de changer le paramètre actuel (c'est-à-dire effacer ou non l'espace de travail) pour toutes les ouvertures de fichiers suivantes"
42
113
43
114
msgid"Added a new \"Ask before clearing workspace\" option in the \"Settings\" dialog box, to allow the user to disable or re-enable the confirmation dialog box asking if current workspace should be cleared when opening an HDF5 file"
44
-
msgstr""
115
+
msgstr"Ajout d'une nouvelle option \"Demander avant d'effacer l'espace de travail\" dans la boîte de dialogue \"Paramètres\", pour permettre à l'utilisateur de désactiver ou de réactiver la boîte de dialogue de confirmation demandant si l'espace de travail actuel doit être effacé lors de l'ouverture d'un fichier HDF5"
45
116
46
-
#,fuzzy
47
117
msgid"This closes [Issue #146](https://github.com./DataLab-Platform/DataLab/issues/146) - Ask before clearing workspace when opening HDF5 file: add \"Ignore\" option to prevent dialog from being displayed again"
48
-
msgstr"Correction de l'[Issue #81](https://github.com./DataLab-Platform/DataLab/issues/81) - Lors de l'ouverture de fichiers, afficher la boîte de dialogue de progression uniquement si nécessaire"
118
+
msgstr"Ceci clotûre le ticket [Issue #146](https://github.com./DataLab-Platform/DataLab/issues/146) - Demander avant d'effacer l'espace de travail lors de l'ouverture d'un fichier HDF5 : ajouter l'option \"Ignorer\" pour empêcher la boîte de dialogue d'être affichée à nouveau"
49
119
50
120
msgid"Object and group title renaming:"
51
-
msgstr""
121
+
msgstr"Renommage du titre des objets et des groupes :"
52
122
53
123
msgid"Removed \"Rename group\" feature from the \"Edit\" menu and context menu"
54
-
msgstr""
124
+
msgstr"Suppression de la fonctionnalité \"Renommer le groupe\" du menu \"Édition\" et du menu contextuel"
55
125
56
126
msgid"Added \"Rename object\" feature to the \"Edit\" menu and context menu, with F2 shortcut, to rename the title of the selected object or group"
57
-
msgstr""
127
+
msgstr"Ajout de la fonctionnalité \"Renommer l'objet\" au menu \"Édition\" et au menu contextuel, avec le raccourci F2, pour renommer le titre de l'objet ou du groupe sélectionné"
58
128
59
-
#,fuzzy
60
129
msgid"This closes [Issue #148](https://github.com./DataLab-Platform/DataLab/issues/148) - Rename signal/image/group title by pressing F2"
61
-
msgstr"Ceci corrige l'[Issue #21](https://github.com./DataLab-Platform/DataLab/issues/21) - Ajout de la fonctionnalité de rééchantillonnage 1D"
130
+
msgstr"Ceci corrige l'[Issue #148](https://github.com./DataLab-Platform/DataLab/issues/148) - Renommer le titre du signal/image/groupe en appuyant sur F2"
62
131
63
-
#,fuzzy
64
132
msgid"Region of Interest editor:"
65
-
msgstr"Nouvelles fonctionnalités de ROI (Région d'intérêt) :"
133
+
msgstr"Éditeur de région d'intérêt :"
66
134
67
135
msgid"Regrouped the graphical actions (new rectangular ROI, new circular ROI, new polygonal ROI) in a single menu \"Graphical ROI\""
68
-
msgstr""
136
+
msgstr"Regroupement des actions graphiques (nouvelle ROI rectangulaire, nouvelle ROI circulaire, nouvelle ROI polygonale) dans un seul menu \"ROI graphique\""
69
137
70
138
msgid"Added new \"Coordinate-based ROI\" menu to create a ROI using manual input of the coordinates:"
71
-
msgstr""
139
+
msgstr"Ajout d'un nouveau menu \"ROI par coordonnées\" pour créer une ROI en utilisant la saisie manuelle des coordonnées :"
72
140
73
141
msgid"For signals, the ROI is defined by the start and end coordinates"
74
-
msgstr""
142
+
msgstr"Pour les signaux, la ROI est définie par les coordonnées de début et de fin"
75
143
76
144
msgid"For images:"
77
-
msgstr""
145
+
msgstr"Pour les images :"
78
146
79
147
msgid"The rectangular ROI is defined by the top-left and bottom-right coordinates"
80
-
msgstr""
148
+
msgstr"La ROI rectangulaire est définie par les coordonnées du coin supérieur gauche et du coin inférieur droit"
81
149
82
150
msgid"The circular ROI is defined by the center and radius coordinates"
83
-
msgstr""
151
+
msgstr"La ROI circulaire est définie par les coordonnées du centre et du rayon"
84
152
85
153
msgid"The polygonal ROI is not supported yet"
86
-
msgstr""
154
+
msgstr"La ROI polygonale n'est pas encore prise en charge"
87
155
88
-
#,fuzzy
89
156
msgid"This closes [Issue #145](https://github.com./DataLab-Platform/DataLab/issues/145) - ROI editor: add manual input of the coordinates"
90
-
msgstr"Ceci corrige l'[Issue #24](https://github.com./DataLab-Platform/DataLab/issues/24) - Ajout de la fonctionnalité d'élimination de tendance 1D"
157
+
msgstr"Ceci clotûre le ticket [Issue #145](https://github.com./DataLab-Platform/DataLab/issues/145) - Éditeur de ROI : ajouter la saisie manuelle des coordonnées"
91
158
92
159
msgid"🛠️ Bug fixes:"
93
160
msgstr"🛠️ Corrections de bugs :"
94
161
95
-
#,fuzzy
162
+
msgid"Fixed [Issue #141](https://github.com./DataLab-Platform/DataLab/issues/141) - Image analysis: mask `nan` values when computing statistics, for example"
163
+
msgstr"Correction de l'[Issue #141](https://github.com./DataLab-Platform/DataLab/issues/141) - Analyse d'image : masque des valeurs `nan` lors du calcul des statistiques, par exemple"
164
+
96
165
msgid"Fixed [Issue #144](https://github.com./DataLab-Platform/DataLab/issues/144) - Average profile extraction: `ValueError` when selection rectangle is larger than the image"
97
-
msgstr"Correction de l'[Issue #87](https://github.com./DataLab-Platform/DataLab/issues/87) - Extraction du profil moyen de l'image : `AttributeError` lors de la tentative de modification des paramètres du profil"
166
+
msgstr"Correction de l'[Issue #144](https://github.com./DataLab-Platform/DataLab/issues/144) - Extraction du profil moyen: `ValueError` lorsque le rectangle de sélection est plus grand que l'image"
0 commit comments