See DataLab roadmap page for future and past milestones.
DataLab Version 0.19.1
🛠️ Bug fixes:
- Pairwise operation mode:
- Fixed an unexpected behavior when using the pairwise operation mode with functions that take a single second operand (e.g. for images: difference, division, arithmetic operations, and flatfield correction)
- If only one set of operands was selected in a single group, a warning message was displayed "In pairwise mode, you need to select objects in at least two groups.", which is correct for functions that are symmetric (e.g. addition, multiplication, etc.), but not for functions that are not symmetric (e.g. difference, division, etc.).
- This is now fixed: the warning message is only displayed for functions that are symmetric (e.g. addition, multiplication, etc.).
- This closes Issue #157 - Pairwise operation mode: unexpected behavior with functions that take a single second operand
- Fixed Issue #152 - Ignore
nan
values for image normalization, flatfield correction, offset correction, and centroid computation - Fixed Issue #153 - Ignore
nan
values for signal normalization and statistics computations (both analysis result and interactive tool) - Fixed Issue #158 - When editing ROI of a list of images, the first image of the selection is shown (instead of the last as in the image panel)
- Fixed Issue #159 - When selecting multiple images just after opening an HDF5 file, the "View in a new window" feature does not work (
KeyError
exception) - Fixed Issue #160 - When selecting multiple images and clearing ROI in ROI editor, only the first image is affected
- Fixed Issue #161 - Refresh image items only if necessary (when editing ROI, pasting/deleting metadata)
- Fixed Issue #162 - View in a new window: when displaying multiple images, the item list panel should be visible
- Fixed Issue #163 - Open from directory: expected one group per folder when loading multiple files
- Fixed Issue #164 - Open from directory: unsupported files should be ignored when loading files recursively, to avoid warning popup dialog boxes
- Fixed Issue #165 - When opening a file, the default signal/image title must be set to the file name, instead of the relative path to the file name