Qt for Python 6.8.1 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-1106] Documentation: Inner classes are now shown nested into their outer classes for referencing to work correctly. - [PYSIDE-2689] Documentation: A workaround has been made to fix the search context of class pages. - [PYSIDE-1612] Deployment: The bundling of QML files has been improved by using nuitka's 'include-data-dir' command line option. - [PYSIDE-2206] The OSM-buildings demo (maps part) and the zoomlinechart example have been added. - [PYSIDE-2211] Type hints: Errors resulting from inconsistencies between binary operators and their corresponding in-place operators have been fixed. - [PYSIDE-2751] Support for Python 3.13 has been added. - [PYSIDE-2825] Missing libraries required for QtWebView have been added. - [PYSIDE-2846] Type hints: mypy support has been greatly improved and the .pyi files are now tested. - [PYSIDE-2884] Type hints: typing.Callable has been fixed to include the parameters. - [PYSIDE-2886] Type hints: Multiple signatures and Union expressions have been fixed. - [PYSIDE-2891] An issue affecting 32bit builds has been fixed. - [PYSIDE-2893] The installation of the module doc snippet files has been fixed. - [PYSIDE-2895] PySide's __init__.py no longer contains build-directory-dependent code and PySide6.__all__ has been fixed to again work. - [PYSIDE-2901] Documentation: Tutorials and reference pages related to Signal and Slots have been improved. - [PYSIDE-2903] Type hints: Duplicated occurrences of '#' in the pyi type specifications causing errors have been fixed. - [PYSIDE-2910] Deployment: Bundling of the FluentWinUI3 style for Qt Quick Controls has been fixed. - [PYSIDE-2913] QWebEngineDesktopMediaRequest has been added. - [PYSIDE-2915] Type hints: Rich compare functions are now supported. - [PYSIDE-2917] numpy version 2 is now used Python 3.10+.