Skip to content

Tags: DataLab-Platform/DataLab

Tags

v1.0.3

Toggle v1.0.3's commit message
fix(docs): add release date for DataLab version 1.0.3

v1.0.2

Toggle v1.0.2's commit message
Fix: Move run_with_env() before freeze_support() for PyInstaller comp…

…atibility

The run_with_env() function must be defined before multiprocessing.freeze_support()
to ensure proper pickling in frozen executables. When defined after freeze_support(),
PyInstaller cannot properly register the function for multiprocessing, causing
"Can't get attribute 'run_with_env'" errors in worker processes.

This fixes the issue where isolated process computations hang in frozen builds
while working correctly in standard Python distributions.

Fixes isolated process execution in PyInstaller-built DataLab v1.0.2+

v1.0.1

Toggle v1.0.1's commit message
Windows installer: fix shortcut folder removal issue, fix version upg…

…rade issue

v1.0.0

Toggle v1.0.0's commit message
Enhance README.md with Sigima library details and add related images

v0.20.1

Toggle v0.20.1's commit message
Fix support for guidata v3.10 (new translation feature)

v0.20.0

Toggle v0.20.0's commit message
Refactor cleanup script to improve file removal process and enhance d…

…ocumentation cleanup

v0.19.2

Toggle v0.19.2's commit message
Update documentation files

v0.19.1

Toggle v0.19.1's commit message
Open from directory: update group naming to use relative path instead…

… of base name

v0.19.0

Toggle v0.19.0's commit message
Doc: update screenshots

v0.18.2

Toggle v0.18.2's commit message
Fix: restore storage of image colormaps in metadata and update item p…

…arameters in plot handling

Fix #138