Skip to content

Commit b8a1fee

Browse files
committed
Update CHANGELOG.md for new Matris text image file support
1 parent 3c6c335 commit b8a1fee

2 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
99
* New image operation:
1010
* Convolution.
1111

12+
* New image format support:
13+
* **Matris text image files**: Added support for reading Matris format text files (`.txt` extension).
14+
* Supports both real and complex-valued image data with optional error images.
15+
* Automatically handles NaN values in the data.
16+
* Reads metadata including units (X, Y, Z) and labels from file headers.
17+
* This feature is provided by the underlying Sigima library.
18+
1219
* Internal console status indicator added to the status bar:
1320
* The status bar now features an indicator for the internal console, visible only when the console is hidden.
1421
* Clicking the indicator opens the internal console.

doc/locale/fr/LC_MESSAGES/changelog.po

Lines changed: 23 additions & 3 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-09-08 21:20+0200\n"
10+
"POT-Creation-Date: 2025-09-16 15:57+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"
@@ -32,11 +32,31 @@ msgstr "💥 Nouvelles fonctionnalités et améliorations :"
3232

3333
msgid "New image operation:"
3434
msgstr "Nouvelle opération d'image :"
35-
msgid "Internal console status indicator added to the status bar:"
36-
msgstr "Indicateur d'état de la console interne ajouté à la barre d'état :"
3735

3836
msgid "Convolution."
3937
msgstr "Convolution"
38+
39+
msgid "New image format support:"
40+
msgstr "Nouveau support de format d'image :"
41+
42+
msgid "**Matris text image files**: Added support for reading Matris format text files (`.txt` extension)."
43+
msgstr "**Fichiers image texte Matris** : Ajout du support pour la lecture des fichiers texte au format Matris (extension `.txt`)."
44+
45+
msgid "Supports both real and complex-valued image data with optional error images."
46+
msgstr "Prend en charge à la fois les données d'image réelles et à valeurs complexes avec des images d'erreur facultatives."
47+
48+
msgid "Automatically handles NaN values in the data."
49+
msgstr "Gère automatiquement les valeurs NaN dans les données."
50+
51+
msgid "Reads metadata including units (X, Y, Z) and labels from file headers."
52+
msgstr "Lit les métadonnées, y compris les unités (X, Y, Z) et les étiquettes, à partir des en-têtes de fichiers."
53+
54+
msgid "This feature is provided by the underlying Sigima library."
55+
msgstr "Cette fonctionnalité est fournie par la bibliothèque Sigima sous-jacente."
56+
57+
msgid "Internal console status indicator added to the status bar:"
58+
msgstr "Indicateur d'état de la console interne ajouté à la barre d'état :"
59+
4060
msgid "The status bar now features an indicator for the internal console, visible only when the console is hidden."
4161
msgstr "La barre d'état dispose désormais d'un indicateur pour la console interne, visible uniquement lorsque la console est masquée."
4262

0 commit comments

Comments
 (0)