QtPy 2.3.1
What's Changed
- PR: Use raise from None when raising QtBindingsNotFoundError in init by @CAM-Gerlach in #391
- PR: Fix
LibraryLocation
->LibraryPath
renaming due to deprecation with Qt6 by @StSav012 in #393 - PR: Add Python 3.11 to CIs/tags & overhaul CI config by @CAM-Gerlach in #392
- Simplify CI script following Qt 5.15.6 feedstock update by @CAM-Gerlach in #397
- PR: Make warning usage consistant and refine messages by @CAM-Gerlach in #398
- PR: Unskip PySide2 5.15 on Python 3.11 with Conda on CIs by @CAM-Gerlach in #401
- PR: Don't make
QTextStreamManipulator.exec_
on PyQt5/6 by @StSav012 in #404 - PR: Remove patch that may be limited to PySide-5.11a1 only by @StSav012 in #407
- PR: Add mappings for QMouseEvent methods by @StSav012 in #408
- PR: Skip QtPositioning tests on Conda Qt >=6.4.3 where its not included by @CAM-Gerlach in #414
- PR: Improve compatibility for
QtWidgets
andQtGui
modules between Qt5 and Qt6 bindings by @StSav012 in #410 - PR: Make
QtBindingsNotFoundError
also inherit fromImportError
by @cbrnr in #413 - PR: Add compatibility mappings between bindings for all children of
QSinglePointEvent
by @StSav012 in #417
New Contributors
Full Changelog: v2.3.0...v2.3.1