Skip to content

Commit 52f7303

Browse files
committed
Update changelog for DataLab version 0.20.0: add new features in array editor
Fix #174 Fix #175
1 parent a9c5007 commit 52f7303

File tree

2 files changed

+22
-11
lines changed

2 files changed

+22
-11
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
66

77
💥 New features and enhancements:
88

9+
* Array editor (results, signal and image data, ...):
10+
* New "Copy all" button in the array editor dialog box, to copy all the data in the clipboard, including row and column headers
11+
* New "Export" button in the array editor dialog box, to export the data in a CSV file, including row and column headers
12+
* The features above require guidata v3.9.0 or later
13+
* This closes [Issue #174](https://github.com/DataLab-Platform/DataLab/issues/174) and [Issue #175](https://github.com/DataLab-Platform/DataLab/issues/175)
914
* Fourier analysis features ("Processing" menu):
1015
* New "Zero padding" feature
1116
* Implementation for signals:

doc/locale/fr/LC_MESSAGES/contributing/changelog.po

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: DataLab \n"
99
"Report-Msgid-Bugs-To: \n"
10-
"POT-Creation-Date: 2025-04-19 14:24+0200\n"
10+
"POT-Creation-Date: 2025-04-26 10:37+0200\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language: fr\n"
@@ -16,7 +16,7 @@ msgstr ""
1616
"MIME-Version: 1.0\n"
1717
"Content-Type: text/plain; charset=utf-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
19-
"Generated-By: Babel 2.14.0\n"
19+
"Generated-By: Babel 2.17.0\n"
2020

2121
msgid "Changelog"
2222
msgstr "Historique des modifications"
@@ -30,6 +30,21 @@ msgstr "DataLab Version 0.20.0"
3030
msgid "💥 New features and enhancements:"
3131
msgstr "💥 Nouvelles fonctionnalités et améliorations :"
3232

33+
msgid "Array editor (results, signal and image data, ...):"
34+
msgstr "Éditeur de tableau (résultats, données de signal et d'image, ...)"
35+
36+
msgid "New \"Copy all\" button in the array editor dialog box, to copy all the data in the clipboard, including row and column headers"
37+
msgstr "Nouvelle fonctionnalité \"Copier tout\" dans la boîte de dialogue de l'éditeur de tableau, pour copier toutes les données dans le presse-papiers, y compris les en-têtes de ligne et de colonne"
38+
39+
msgid "New \"Export\" button in the array editor dialog box, to export the data in a CSV file, including row and column headers"
40+
msgstr "Nouvelle fonctionnalité \"Exporter\" dans la boîte de dialogue de l'éditeur de tableau, pour exporter les données dans un fichier CSV, y compris les en-têtes de ligne et de colonne"
41+
42+
msgid "The features above require guidata v3.9.0 or later"
43+
msgstr "Les fonctionnalités ci-dessus nécessitent guidata v3.9.0 ou une version ultérieure"
44+
45+
msgid "This closes [Issue #174](https://github.com/DataLab-Platform/DataLab/issues/174) and [Issue #175](https://github.com/DataLab-Platform/DataLab/issues/175)"
46+
msgstr "Ceci clotûre les tickets [Issue #174](https://github.com/DataLab-Platform/DataLab/issues/174) et [Issue #175](https://github.com/DataLab-Platform/DataLab/issues/175)"
47+
3348
msgid "Fourier analysis features (\"Processing\" menu):"
3449
msgstr "Fonctionnalités d'analyse de Fourier (menu \"Traitement\") :"
3550

@@ -204,9 +219,6 @@ msgstr "Correction de l'[Issue #165](https://github.com/DataLab-Platform/DataLab
204219
msgid "DataLab Version 0.19.0"
205220
msgstr "DataLab Version 0.19.0"
206221

207-
msgid "💥 New features and enhancements:"
208-
msgstr "💥 Nouvelles fonctionnalités et améliorations :"
209-
210222
msgid "Image operation features (\"Operations\" menu):"
211223
msgstr "Fonctionnalités d'opération sur les images (menu \"Opérations\") :"
212224

@@ -216,9 +228,6 @@ msgstr "Renommage du sous-menu \"Rotation\" en \"Symétrie ou rotation\""
216228
msgid "New \"Flip diagonally\" feature"
217229
msgstr "Nouvelle fonctionnalité \"Symétrie diagonale\""
218230

219-
msgid "Signal processing features (\"Processing\" menu):"
220-
msgstr "Fonctionnalités de traitement du signal (menu \"Traitement\") :"
221-
222231
msgid "New \"Convert to Cartesian coordinates\" feature"
223232
msgstr "Nouvelle fonctionnalité \"Convertir en coordonnées cartésiennes\""
224233

@@ -258,9 +267,6 @@ msgstr "Ajout de la méthode `compute_inverse` pour les processeurs d'image et d
258267
msgid "This closes [Issue #143](https://github.com/DataLab-Platform/DataLab/issues/143) - New feature: `1/x` for signals and images"
259268
msgstr "Ceci corrige l'[Issue #143](https://github.com/DataLab-Platform/DataLab/issues/143) - Nouvelle fonctionnalité : `1/x` pour les signaux et les images"
260269

261-
msgid "Public API (local or remote):"
262-
msgstr "API publique (locale ou distante) :"
263-
264270
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:"
265271
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 :"
266272

0 commit comments

Comments
 (0)