Skip to content

Commit c73f4e1

Browse files
committed
Update CHANGELOG.md to reflect new features and enhancements in image and signal processing
1 parent 9c0ed54 commit c73f4e1

File tree

2 files changed

+107
-29
lines changed

2 files changed

+107
-29
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,23 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
66

77
💥 New features and enhancements:
88

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
918
* New "Open from directory" feature:
1019
* 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)
1120
* Add "Open from directory" action to the "File" menu for both Signal and Image panels
1221
* Add support for folders when dropping files in the Signal and Image panels
1322
* Add `1/x` operation to the "Operations" menu for both Signal and Image panels:
1423
* 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
1524
* 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
1726
* Public API (local or remote):
1827
* 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:
1928
* Method was added to the following classes: `AbstractCDLControl`, `BaseDataPanel` and `RemoteClient`

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

+97-28
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-03-24 14:55+0100\n"
10+
"POT-Creation-Date: 2025-03-31 09:56+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,85 +16,154 @@ 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.17.0\n"
19+
"Generated-By: Babel 2.14.0\n"
2020

2121
msgid "Changelog"
2222
msgstr "Historique des modifications"
2323

2424
msgid "See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.html) for future and past milestones."
2525
msgstr "Voir la page de la [feuille de route](https://datalab-platform.com/fr/contributing/roadmap.html) de DataLab pour les jalons futurs et passés."
2626

27-
#, fuzzy
2827
msgid "DataLab Version 0.19.0"
29-
msgstr "DataLab Version 0.9.0"
28+
msgstr "DataLab Version 0.19.0"
3029

3130
msgid "💥 New features and enhancements:"
3231
msgstr "💥 Nouvelles fonctionnalités et améliorations :"
3332

33+
msgid "Image operation features (\"Operations\" menu):"
34+
msgstr "Fonctionnalités d'opération sur les images (menu \"Opérations\") :"
35+
36+
msgid "Renamed \"Rotation\" submenu to \"Flip or rotation\""
37+
msgstr "Renommage du sous-menu \"Rotation\" en \"Symétrie ou rotation\""
38+
39+
msgid "New \"Flip diagonally\" feature"
40+
msgstr "Nouvelle fonctionnalité \"Symétrie diagonale\""
41+
42+
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 :"
95+
96+
msgid "[Issue #131](https://github.com./DataLab-Platform/DataLab/issues/131) - `BaseDataPanel.add_group`: add `select` argument"
97+
msgstr "[Issue #131](https://github.com./DataLab-Platform/DataLab/issues/131) - `BaseDataPanel.add_group` : ajout de l'argument `select`"
98+
99+
msgid "[Issue #47](https://github.com./DataLab-Platform/DataLab/issues/47) - Remote proxy / Public API: add `add_group` method"
100+
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+
34105
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\" :"
36107

37108
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"
39110

40111
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"
42113

43114
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"
45116

46-
#, fuzzy
47117
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"
49119

50120
msgid "Object and group title renaming:"
51-
msgstr ""
121+
msgstr "Renommage du titre des objets et des groupes :"
52122

53123
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"
55125

56126
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é"
58128

59-
#, fuzzy
60129
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"
62131

63-
#, fuzzy
64132
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 :"
66134

67135
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\""
69137

70138
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 :"
72140

73141
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"
75143

76144
msgid "For images:"
77-
msgstr ""
145+
msgstr "Pour les images :"
78146

79147
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"
81149

82150
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"
84152

85153
msgid "The polygonal ROI is not supported yet"
86-
msgstr ""
154+
msgstr "La ROI polygonale n'est pas encore prise en charge"
87155

88-
#, fuzzy
89156
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"
91158

92159
msgid "🛠️ Bug fixes:"
93160
msgstr "🛠️ Corrections de bugs :"
94161

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+
96165
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"
98167

99168
msgid "DataLab Version 0.18.2"
100169
msgstr "DataLab Version 0.18.2"

0 commit comments

Comments
 (0)