Skip to content

Commit 0038cf3

Browse files
committed
Update CHANGELOG for version 0.18.0: add new features, enhancements, and bug fixes
1 parent cee3046 commit 0038cf3

File tree

2 files changed

+879
-608
lines changed

2 files changed

+879
-608
lines changed

CHANGELOG.md

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,38 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
44

55
## DataLab Version 0.18.0 ##
66

7-
ℹ️ PlotPy v2.7 is required for this release.
8-
ℹ️ Dropped support for Python 3.8
7+
ℹ️ General information:
8+
9+
* PlotPy v2.7 is required for this release.
10+
* Dropped support for Python 3.8.
11+
* Python 3.13 is not supported yet, due to the fact that some dependencies are not compatible with this version.
12+
13+
💥 New features and enhancements:
14+
15+
* New operation mode feature:
16+
* Added "Operation mode" feature to the "Processing" tab in the "Settings" dialog box
17+
* This feature allows to choose between "single" and "pairwise" operation modes for all basic operations (addition, subtraction, multiplication, division, etc.):
18+
* "Single" mode: single operand mode (default mode: the operation is done on each object independently)
19+
* "Pairwise" mode: pairwise operand mode (the operation is done on each pair of objects)
20+
* This applies to both signals and images, and to computations taking *N* inputs
21+
* Computations taking *N* inputs are the ones where:
22+
* *N(>=2)* objects in give *N* objects out
23+
* *N(>=1)* object(s) + 1 object in give N objects out
24+
25+
* New ROI (Region Of Interest) features:
26+
* New polygonal ROI feature
27+
* Complete redesign of the ROI editor user interfaces, improving ergonomics and consistency with the rest of the application
28+
* Major internal refactoring of the ROI system to make it more robust (more tests) and easier to maintain
29+
30+
* Implemented [Issue #102](https://github.com/DataLab-Platform/DataLab/issues/102) - Launch DataLab using `datalab` instead of `cdl`. Note that the `cdl` command is still available for backward compatibility.
31+
32+
* Implemented [Issue #101](https://github.com/DataLab-Platform/DataLab/issues/101) - Configuration: set default image interpolation to anti-aliasing (`5` instead of `0` for nearest). This change is motivated by the fact that a performance improvement was made in PlotPy v2.7 on Windows, which allows to use anti-aliasing interpolation by default without a significant performance impact.
33+
34+
* Implemented [Issue #100](https://github.com/DataLab-Platform/DataLab/issues/100) - Use the same installer and executable on Windows 7 SP1, 8, 10, 11. Before this change, a specific installer was required for Windows 7 SP1, due to the fact that Python 3.9 and later versions are not supported on this platform. A workaround was implemented to make DataLab work on Windows 7 SP1 with Python 3.9.
35+
36+
🛠️ Bug fixes:
37+
38+
* Fixed [Issue #103](https://github.com/DataLab-Platform/DataLab/issues/103) - `proxy.add_annotations_from_items`: circle shape color seems to be ignored.
939

1040
## DataLab Version 0.17.1 ##
1141

0 commit comments

Comments
 (0)