Qt for Python 6.8.2 is a bug-fix release. For more details, refer to the online documentation included in this distribution. The documentation is also available online: https://doc.qt.io/qtforpython/ Some of the changes listed in this file include issue tracking numbers corresponding to tasks in the Qt Bug Tracker: https://bugreports.qt.io/ Each of these identifiers can be entered in the bug tracker to obtain more information about a particular change. **************************************************************************** * PySide6 * **************************************************************************** - [PYSIDE-487] Some missing bindings were added. - [PYSIDE-841] The simple bar graph (QtGraphs) and zoomlinechart (QtCharts) examples have been added. - [PYSIDE-1106] Documentation: A number of missing documentation pages has been added. The module pages were updated and improved, now showing the QML types more prominently. Parameter names and documentation of global and/or added functions have been added. - [PYSIDE-1612] Deployment: Development folders are no longer included in the deployed executable. A bug parsing "from . import x" has been fixed. .webp files are now supported. Nuitka has been upgraded to 2.5.1. Non-existent plugins are now disregarded. - [PYSIDE-1612] Android Deployment: The Android NDK is now automatically downloaded. - [PYSIDE-1735] Examples and tests have been changed to use fully qualified enumerations. - [PYSIDE-2624] Type hints: Positional parameters are now used according to PEP 570. - [PYSIDE-2846] Type hints: Properties in constructors are now supported (including snake_case). Empty enums have been fixed for mypy 1.14. - [PYSIDE-2846] A crash related to inner classes in Qt3DRender has been fixed. - [PYSIDE-2936] A crash using QDBusUnixFileDescriptor in QDBusAbstractInterface::call() has been fixed. - [PYSIDE-2939] Type hints: The heuristic for ambiguous signature removal has been fixed. - [PYSIDE-2941] Type hints: Some optional return annotations have been fixed. - [PYSIDE-2946] A crash registering smart pointer types conversions of class hierarchies has been fixed. **************************************************************************** * Shiboken6 * **************************************************************************** - [PYSIDE-2701] The generated code has been streamlined.