Skip to content

Commit 16287f4

Browse files
committed
Updated CHANGELOG: new option to keep analysis results after computation in processing section
1 parent 96434f0 commit 16287f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
88

99
* Python 3.13 is now supported, since the availability of the scikit-image V0.25 (see [Issue #104](https://github.com/DataLab-Platform/DataLab/issues/104) - Python 3.13: `KeyError: 'area_bbox'`)
1010

11+
💥 Enhancements:
12+
13+
* Added new "Keep results after computation" option in "Processing" section:
14+
* Before this change, when applying a processing feature (e.g. a filter, a threshold, etc.) on a signal or an image, the analysis results were removed from the object
15+
* This new option allows to keep the analysis results after applying a processing feature on a signal or an image. Even if the analysis results are not updated, they might be relevant in some use cases (e.g. when using the 2D peak detection feature on an image, and then applying a filter on the image, or summing two images, etc.)
16+
1117
🛠️ Bug fixes:
1218

1319
* Fixed [Issue #136](https://github.com/DataLab-Platform/DataLab/issues/136) - When processing a signal or an image, the analysis result is kept from original object

0 commit comments

Comments
 (0)