Skip to content

Commit 43c5747

Browse files
committed
Changelog update for V0.17.1
1 parent 1d13491 commit 43c5747

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.html) for future and past milestones.
44

5+
## DataLab Version 0.17.1 ##
6+
7+
ℹ️ PlotPy v2.6.2 is required for this release.
8+
9+
💥 New features and enhancements:
10+
11+
* Image View:
12+
* Before this release, when selecting a high number of images (e.g. when selecting a group of images), the application was very slow because all the images were displayed in the image view, even if they were all superimposed on the same image
13+
* The workaround was to enable the "Show first only" option
14+
* Now, to improve performance, if multiple images are selected, only the last image of the selection is displayed in the image view if this last image has no transparency and if the other images are completely covered by this last image
15+
* Clarification: action "Show first only" was renamed to "Show first object only", and a new icon was added to the action
16+
* API: added `width` and `height` properties to `ImageObj` class (returns the width and height of the image in physical units)
17+
* Windows launcher "start.pyw": writing a log file "datalab_error.log" when an exception occurs at startup
18+
19+
🛠️ Bug fixes:
20+
21+
* Changing the color theme now correctly updates all DataLab's user interface components without the need to restart the application
22+
523
## DataLab Version 0.17.0 ##
624

725
ℹ️ PlotPy v2.6 is required for this release.

cdl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import os
1515

16-
__version__ = "0.17.0"
16+
__version__ = "0.17.1"
1717
__docurl__ = __homeurl__ = "https://datalab-platform.com/"
1818
__supporturl__ = "https://github.com/DataLab-Platform/DataLab/issues/new/choose"
1919

0 commit comments

Comments
 (0)