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
+5
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,11 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
15
15
* Added the "Select tool" to editor's toolbar, to allow the user to switch between the "Select" and "Draw" tools easily without having to use the plot toolbar on the top of the window
16
16
* Signal processing features ("Processing" menu):
17
17
* New "X-Y mode" feature: this feature simulates the behavior of the X-Y mode of an oscilloscope, i.e. it allows to plot one signal as a function of another signal (e.g. X as a function of Y)
18
+
* New abscissa and ordinate find features:
19
+
* "First abscissa at y=..." feature: this feature allows to find the first abscissa value of a signal at a given y value (e.g. the abscissa value of a signal at y=0)
20
+
* "Ordinate at x=..." feature: this feature allows to find the ordinate value of a signal at a given x value (e.g. the ordinate value of a signal at x=0)
21
+
* Each feature has its own dialog box, which allows to set the y or x value to be used for the search with a slider or a text box
22
+
* This closes [Issue #125](https://github.com./DataLab-Platform/DataLab/issues/125) and [Issue #126](https://github.com./DataLab-Platform/DataLab/issues/126)
18
23
* Public API (local or remote):
19
24
* Add `group_id` and `set_current` arguments to `add_signal`, `add_image` and `add_object` methods:
20
25
* This concerns the `LocalProxy`, `AbstractCDLControl`, `RemoteClient`, `RemoteServer` and `CDLMainWindow` classes
Copy file name to clipboardExpand all lines: doc/locale/fr/LC_MESSAGES/contributing/changelog.po
+16-13
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-04-08 11:05+0200\n"
10
+
"POT-Creation-Date: 2025-04-13 11:52+0200\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"
@@ -57,6 +57,21 @@ msgstr "Fonctionnalités de traitement du signal (menu \"Traitement\") :"
57
57
msgid"New \"X-Y mode\" feature: this feature simulates the behavior of the X-Y mode of an oscilloscope, i.e. it allows to plot one signal as a function of another signal (e.g. X as a function of Y)"
58
58
msgstr"Nouvelle fonctionnalité \"Mode X-Y\" : cette fonctionnalité simule le comportement du mode X-Y d'un oscilloscope, c'est-à-dire qu'elle permet de tracer un signal en fonction d'un autre signal (par exemple X en fonction de Y)"
59
59
60
+
msgid"New abscissa and ordinate find features:"
61
+
msgstr"Nouvelles fonctionnalités de recherche d'abscisse et d'ordonnée :"
62
+
63
+
msgid"\"First abscissa at y=...\" feature: this feature allows to find the first abscissa value of a signal at a given y value (e.g. the abscissa value of a signal at y=0)"
64
+
msgstr"Fonctionnalité \"Abscisse à y=...\" : cette fonctionnalité permet de trouver la première valeur d'abscisse d'un signal à une valeur y donnée (par exemple, la valeur d'abscisse d'un signal à y=0)"
65
+
66
+
msgid"\"Ordinate at x=...\" feature: this feature allows to find the ordinate value of a signal at a given x value (e.g. the ordinate value of a signal at x=0)"
67
+
msgstr"Fonctionnalité \"Ordonnée à x=...\" : cette fonctionnalité permet de trouver la valeur d'ordonnée d'un signal à une valeur x donnée (par exemple, la valeur d'ordonnée d'un signal à x=0)"
68
+
69
+
msgid"Each feature has its own dialog box, which allows to set the y or x value to be used for the search with a slider or a text box"
70
+
msgstr"Chaque fonctionnalité a sa propre boîte de dialogue, qui permet de définir la valeur y ou x à utiliser pour la recherche avec un curseur ou une zone de texte"
71
+
72
+
msgid"This closes [Issue #125](https://github.com./DataLab-Platform/DataLab/issues/125) and [Issue #126](https://github.com./DataLab-Platform/DataLab/issues/126)"
73
+
msgstr"Ceci clotûre les tickets [Issue #125](https://github.com./DataLab-Platform/DataLab/issues/125) et [Issue #126](https://github.com./DataLab-Platform/DataLab/issues/126)"
74
+
60
75
msgid"Public API (local or remote):"
61
76
msgstr"API publique (locale ou distante) :"
62
77
@@ -129,9 +144,6 @@ msgstr "Correction de l'[Issue #165](https://github.com./DataLab-Platform/DataLab
129
144
msgid"DataLab Version 0.19.0"
130
145
msgstr"DataLab Version 0.19.0"
131
146
132
-
msgid"💥 New features and enhancements:"
133
-
msgstr"💥 Nouvelles fonctionnalités et améliorations :"
134
-
135
147
msgid"Image operation features (\"Operations\" menu):"
136
148
msgstr"Fonctionnalités d'opération sur les images (menu \"Opérations\") :"
137
149
@@ -141,9 +153,6 @@ msgstr "Renommage du sous-menu \"Rotation\" en \"Symétrie ou rotation\""
msgid"Signal processing features (\"Processing\" menu):"
145
-
msgstr"Fonctionnalités de traitement du signal (menu \"Traitement\") :"
146
-
147
156
msgid"New \"Convert to Cartesian coordinates\" feature"
148
157
msgstr"Nouvelle fonctionnalité \"Convertir en coordonnées cartésiennes\""
149
158
@@ -183,9 +192,6 @@ msgstr "Ajout de la méthode `compute_inverse` pour les processeurs d'image et d
183
192
msgid"This closes [Issue #143](https://github.com./DataLab-Platform/DataLab/issues/143) - New feature: `1/x` for signals and images"
184
193
msgstr"Ceci corrige l'[Issue #143](https://github.com./DataLab-Platform/DataLab/issues/143) - Nouvelle fonctionnalité : `1/x` pour les signaux et les images"
185
194
186
-
msgid"Public API (local or remote):"
187
-
msgstr"API publique (locale ou distante) :"
188
-
189
195
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:"
190
196
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 :"
191
197
@@ -258,9 +264,6 @@ msgstr "La ROI polygonale n'est pas encore prise en charge"
258
264
msgid"This closes [Issue #145](https://github.com./DataLab-Platform/DataLab/issues/145) - ROI editor: add manual input of the coordinates"
259
265
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"
260
266
261
-
msgid"🛠️ Bug fixes:"
262
-
msgstr"🛠️ Corrections de bugs :"
263
-
264
267
msgid"Fixed [Issue #141](https://github.com./DataLab-Platform/DataLab/issues/141) - Image analysis: mask `nan` values when computing statistics, for example"
265
268
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"
0 commit comments