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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,16 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
9
9
* New image operation:
10
10
* Convolution.
11
11
12
+
* Internal console status indicator added to the status bar:
13
+
* The status bar now features an indicator for the internal console, visible only when the console is hidden.
14
+
* Clicking the indicator opens the internal console.
15
+
* The icon turns red if an error or warning is logged, alerting the user to check the console.
16
+
12
17
* New common signal/image feature:
18
+
* Added two options for signal and image creation:
19
+
* "Use xmin and xmax bounds from current signal when creating a new signal" (default: disabled)
20
+
* "Use dimensions from current image when creating a new image" (default: enabled)
21
+
* If enabled, the new signal/image will use the xmin/xmax bounds or dimensions of the current signal/image, if any
13
22
* Added `phase` (argument) feature to extract the phase information from complex signals or images.
14
23
* This complements the "Absolute value" (modulus) feature.
15
24
* Added operation to create complex-valued signal/image from real and imaginary parts.
@@ -115,6 +124,12 @@ See DataLab [roadmap page](https://datalab-platform.com/en/contributing/roadmap.
115
124
* New signal generators: linear chirp, logistic function, Planck function.
116
125
* This closes [Issue #213](https://github.com/DataLab-Platform/DataLab/issues/213).
117
126
127
+
* New "Extent" group box in image properties:
128
+
* Added computed parameters for image extent: `Xmin`, `Xmax`, `Ymin`, and `Ymax`.
129
+
* These parameters are automatically calculated based on the image origin, pixel spacing, and dimensions.
130
+
* They provide the physical coordinate boundaries of the image for enhanced spatial analysis.
131
+
* The parameters are displayed in a dedicated "Extent" group in the image properties panel.
132
+
118
133
* New I/O features:
119
134
* Improved delimiter handling in CSV reading (signals) to better support files with variable whitespace separators (now using `\s+` instead of single space character).
0 commit comments