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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,8 +14,16 @@
14
14
15
15
## Version 2.6.3 ##
16
16
17
+
🧯 In this release, test coverage is 79%.
18
+
17
19
🛠️ Bug fixes:
18
20
21
+
*[Issue #25](https://github.com/PlotPyStack/PlotPy/issues/25) - `OverflowError` with Contrast Adjustment panel for constant images
22
+
* When updating image parameters (`ImageParam`) from the associated item object:
23
+
* If `xmin`, `xmax`, `ymin`, `ymax` attributes are not yet set (i.e. `None`), do not update them with the image data bounds
24
+
* Previous behavior was to update them with the image data bounds, which was leading to breaking the automatic bounds update when the image data is updated
25
+
*[Issue #24](https://github.com/PlotPyStack/PlotPy/issues/24) - Colormap: side effect on image axes when changing the colormap
0 commit comments