v0.17.1
DataLab is available on all platforms:
- Conda package
- PyPI package
- Debian package, or Ubuntu package
- Windows installer (see download links below)
ℹ️ PlotPy v2.6.2 is required for this release.
💥 New features and enhancements:
- Image View:
- 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
- The workaround was to enable the "Show first only" option
- 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
- Clarification: action "Show first only" was renamed to "Show first object only", and a new icon was added to the action
- API: added
width
andheight
properties toImageObj
class (returns the width and height of the image in physical units) - Windows launcher "start.pyw": writing a log file "datalab_error.log" when an exception occurs at startup
🛠️ Bug fixes:
- Changing the color theme now correctly updates all DataLab's user interface components without the need to restart the application
ℹ️ Other changes:
- OpenCV is now an optional dependency:
- This change is motivated by the fact that the OpenCV conda package is not maintained on Windows (at least), which leads to an error when installing DataLab with conda
- When OpenCV is not installed, only the "OpenCV blob detection" feature won't work, and a warning message will be displayed when trying to use this feature