We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7f671e commit 0115cfbCopy full SHA for 0115cfb
CHANGELOG.md
@@ -4,6 +4,12 @@
4
5
🛠️ Bug fixes:
6
7
+* PySide6 compatibility issues:
8
+ * Fixed deprecated call to `QMouseEvent` in `tests/unit/utils.py`
9
+ * Added workaround for `QPolygonF` shape point slicing
10
+* [Issue #21](https://github.com/PlotPyStack/PlotPy/issues/21) - PySide6 on Linux: segfault in test_colormap_editor.py
11
+* Fixed `sliderMoved` signal connection in `ColorMapEditor`
12
+* Fixed `AssertionError` in test_rect_zoom.py (Linux, Python 3.12, PyQt6)
13
* Fixed typing issues in `plotpy.events` module:
14
* Event objects were not properly typed (`QtCore.QEvent` instead of `QtGui.QMouseEvent`)
15
* Event position arguments were not properly typed (`QtCore.QPoint` instead of `QtCore.QPointF`)
0 commit comments