Skip to content

Commit 61d8bb2

Browse files
committed
Fixes #2: requires guidata v3.2.2
1 parent 97524cf commit 61d8bb2

File tree

1 file changed

+29
-3
lines changed

1 file changed

+29
-3
lines changed

CHANGELOG.md

Lines changed: 29 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,35 @@ for future and past milestones.
77

88
🛠️ Bug fixes:
99

10-
* [Issue #2](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/2) - French translation is not available on Windows/Stand alone version
11-
* [Issue #3](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/3) - Save image to JPEG2000: 'OSError: encoder error -2 when writing image file'
12-
* [Issue #4](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/4) - Windows: stand-alone version shortcuts not showing in current user start menu
10+
* French translation is not available on Windows/Stand alone version:
11+
* Locale was not properly detected on Windows for stand-alone version (frozen
12+
with `pyinstaller`) due to an issue with `locale.getlocale()` (function
13+
returning `None` instead of the expected locale on frozen applications)
14+
* This is ultimately a `pyinstaller` issue, but a workaround has been
15+
implemented in `guidata` V3.2.2 (see [guidata issue #68](https://github.com/PlotPyStack/guidata/issues/68) - Windows: gettext translation is not working on frozen applications)
16+
* [Issue #2](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/2) - French translation is not available on Windows Stand alone version
17+
* Saving image to JPEG2000 fails for non integer data:
18+
* JPEG2000 encoder does not support non integer data or signed integer data
19+
* Before, DataLab was showing an error message when trying to save incompatible
20+
data to JPEG2000: this was not a consistent behavior with other standard image
21+
formats (e.g. PNG, JPG, etc.) for which DataLab was automatically converting
22+
data to the appropriate format (8-bit unsigned integer)
23+
* Current behavior is now consistent with other standard image formats: when
24+
saving to JPEG2000, DataLab automatically converts data to 8-bit unsigned
25+
integer or 16-bit unsigned integer (depending on the original data type)
26+
* [Issue #3](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/3) - Save image to JPEG2000: 'OSError: encoder error -2 when writing image file'
27+
* Windows stand-alone version shortcuts not showing in current user start menu:
28+
* When installing DataLab on Windows from a non-administrator account, the
29+
shortcuts were not showing in the current user start menu but in the
30+
administrator start menu instead (due to the elevated privileges of the
31+
installer and the fact that the installer does not support installing
32+
shortcuts for all users)
33+
* Now, the installer *does not* ask for elevated privileges anymore, and
34+
shortcuts are installed in the current user start menu (this also means that
35+
the current user must have write access to the installation directory)
36+
* In future releases, the installer will support installing shortcuts for all
37+
users if there is a demand for it (see [Issue #5](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/5))
38+
* [Issue #4](https://github.com/Codra-Ingenierie-Informatique/DataLab/issues/4) - Windows: stand-alone version shortcuts not showing in current user start menu
1339

1440
## DataLab Version 0.9.0 ##
1541

0 commit comments

Comments
 (0)