Skip to content

Commit 1833d6d

Browse files
committed
fix v1.1.1 release notes
Closes #304
1 parent 7ff3a33 commit 1833d6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

doc/release_notes/release_1.01.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
* Fixed image flip and rotation operations ("Flip horizontally", "Flip vertically", "Rotate 90° left/right", "Flip diagonally") crashing with an `ImportError` or hanging indefinitely in the stand-alone Windows version (PyInstaller build)
1010
* The issue was caused by the multiprocessing worker process needing to import the full DataLab GUI module chain when unpickling the geometric transform wrapper, triggering circular imports in the frozen executable
1111
* Moved the geometry post-processing code to a standalone module with no GUI dependencies, so the worker process no longer triggers the DataLab GUI import chain
12-
* Also moved `multiprocessing.freeze_support()` to the application entry point as defense-in-depth, per Python and PyInstaller best practices
1312
* This was not reproducible with the Python package version of DataLab, only with the stand-alone executable
1413
* This closes [Issue #304](https://github.com/DataLab-Platform/DataLab/issues/304) - Flip/rotation operations crash or hang in stand-alone (PyInstaller) version
1514

0 commit comments

Comments
 (0)