Skip to content

Commit 5e364e2

Browse files
committed
fix(release-notes): add fix for loading images with a single row or column causing IndexError
1 parent c5801a0 commit 5e364e2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

doc/locale/fr/LC_MESSAGES/release_notes/release_1.00.po

Lines changed: 13 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-12-16 17:11+0100\n"
10+
"POT-Creation-Date: 2025-12-16 17:35+0100\n"
1111
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1212
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1313
"Language: fr\n"
@@ -27,6 +27,18 @@ msgstr ""
2727
msgid "🛠️ Bug Fixes since version 1.0.2"
2828
msgstr "🛠️ Correctifs depuis la version 1.0.2"
2929

30+
msgid "**Loading images with a single row or column fails:**"
31+
msgstr "**Le chargement des images avec une seule ligne ou colonne échoue :**"
32+
33+
msgid "Fixed loading image files with a single row or column (e.g., some SIF spectroscopy files with shape `(1, N)`) causing an `IndexError` and preventing the image from being displayed"
34+
msgstr "Correction du chargement des fichiers d'images avec une seule ligne ou colonne (par exemple, certains fichiers de spectroscopie SIF avec une forme `(1, N)`) provoquant une `IndexError` et empêchant l'affichage de l'image"
35+
36+
msgid "The underlying issue was in PlotPy's coordinate-to-bin conversion function which assumed at least 2 points"
37+
msgstr "Le problème sous-jacent se trouvait dans la fonction de conversion des coordonnées en bacs de PlotPy qui supposait au moins 2 points"
38+
39+
msgid "This fix is included in PlotPy 2.8.3"
40+
msgstr "Ce correctif est inclus dans PlotPy 2.8.3"
41+
3042
msgid "**LUT range incorrectly copied when processing images:**"
3143
msgstr "**Plage LUT copiée incorrectement lors du traitement des images :**"
3244

doc/release_notes/release_1.00.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
44

55
### 🛠️ Bug Fixes since version 1.0.2 ###
66

7+
**Loading images with a single row or column fails:**
8+
9+
* Fixed loading image files with a single row or column (e.g., some SIF spectroscopy files with shape `(1, N)`) causing an `IndexError` and preventing the image from being displayed
10+
* The underlying issue was in PlotPy's coordinate-to-bin conversion function which assumed at least 2 points
11+
* This fix is included in PlotPy 2.8.3
12+
713
**LUT range incorrectly copied when processing images:**
814

915
* Fixed processed images inheriting the LUT range (display contrast settings) from the source image, causing incorrect visualization when data values change significantly

0 commit comments

Comments
 (0)