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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Changelog #
2
2
3
-
## Version 2.8.0 ##
3
+
## Version 2.7.5 ##
4
4
5
5
💥 New features / Enhancements:
6
6
@@ -12,6 +12,10 @@
12
12
🛠️ Bug fixes:
13
13
14
14
*[Issue #44](https://github.com/PlotPyStack/PlotPy/issues/44) - Incorrect calculation method for "∑(y)" in `CurveStatsTool`: replaced `spt.trapezoid` with `np.sum`, which is more consistent with the summation operation
15
+
* Fix `update_status` method in all cross-section tools (intensity profile tools):
16
+
* Use `get_items` instead of `get_selected_items` to retrieve the image items
17
+
* This allows the tools to work properly when no image item is selected, but there are image items in the plot
18
+
* This closes [Issue #47](https://github.com/PlotPyStack/PlotPy/issues/47) - Intensity profile tools do not work when no image item is selected
15
19
*[Issue #46](https://github.com/PlotPyStack/PlotPy/issues/46) - Contrast adjustment with 'Eliminate outliers' failed for float images with high dynamic range
0 commit comments