You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+32-2Lines changed: 32 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,38 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
4
4
5
5
## DataLab Version 0.18.0 ##
6
6
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.
0 commit comments