Skip to content

Commit 07e690f

Browse files
committed
Update changelog: add fixes for Text Import Wizard supporting integer signal files and .mca files
1 parent cb15d02 commit 07e690f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
1313
* Fixed [Issue #238](https://github.com/DataLab-Platform/DataLab/issues/238) - Image text files with a trailing delimiter leads to data with a superfluous column when opened directly (does not happen in the Import Wizard)
1414
* Fixed [Issue #239](https://github.com/DataLab-Platform/DataLab/issues/239) - Text Import Wizard does not preserve user-defined titles and units
1515
* Fixed [Issue #240](https://github.com/DataLab-Platform/DataLab/issues/240) - Text Import Wizard does not preserve user-defined data type (e.g. `int16`, `float32`, etc.)
16+
* Fixed [Issue #235](https://github.com/DataLab-Platform/DataLab/issues/235) - Text Import Wizard: add support for importing signal files with integer values
17+
* Fixed [Issue #236](https://github.com/DataLab-Platform/DataLab/issues/236) - Text Import Wizard: add support for `.mca` files
1618

1719
## DataLab Version 0.20.0 ##
1820

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

Lines changed: 7 additions & 1 deletion
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-06-28 10:44+0200\n"
10+
"POT-Creation-Date: 2025-07-15 11:32+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"
@@ -51,6 +51,12 @@ msgstr "Correction de l'[Issue #239](https://github.com/DataLab-Platform/DataLab
5151
msgid "Fixed [Issue #240](https://github.com/DataLab-Platform/DataLab/issues/240) - Text Import Wizard does not preserve user-defined data type (e.g. `int16`, `float32`, etc.)"
5252
msgstr "Correction de l'[Issue #240](https://github.com/DataLab-Platform/DataLab/issues/240) - L'Assistant d'importation de texte ne préserve pas le type de données défini par l'utilisateur (par exemple, `int16`, `float32`, etc.)"
5353

54+
msgid "Fixed [Issue #235](https://github.com/DataLab-Platform/DataLab/issues/235) - Text Import Wizard: add support for importing signal files with integer values"
55+
msgstr "Correction de l'[Issue #235](https://github.com/DataLab-Platform/DataLab/issues/235) - L'Assistant d'importation de texte : ajout de la prise en charge de l'importation de fichiers de signal avec des valeurs entières"
56+
57+
msgid "Fixed [Issue #236](https://github.com/DataLab-Platform/DataLab/issues/236) - Text Import Wizard: add support for `.mca` files"
58+
msgstr "Correction de l'[Issue #236](https://github.com/DataLab-Platform/DataLab/issues/236) - L'Assistant d'importation de texte : ajout de la prise en charge des fichiers `.mca`"
59+
5460
msgid "DataLab Version 0.20.0"
5561
msgstr "DataLab Version 0.20.0"
5662

0 commit comments

Comments
 (0)