Releases: MeVisLab/pythonqt
Releases Β· MeVisLab/pythonqt
Release 4.1.0
Release 4.0.1
- Improved compatibility with QtScript for Qt 5.15
- Fixed a crash that could occur when overriding Qt methods that return QString, QStringList, or QByteArray
Release 4.0.0
- Removed support for Qt 4 and early Qt 5 versions
- Removed support for Python 2
- Added support for Python 3.12
- Improved compatibility with NumPy 2
- Improvements to the wrapper generator for non-Qt classes
- Fixes to the wrapper generator for macOS
- Adapt wrapper generator for Qt 5.10
- Other small improvements to the wrapper generator
- Dropped all pre-generated wrapper code except for Qt 5.12
- Lots of code clean-up
- Updated SimpleCPP preprocessor code
- Fixed PythonQt::setRedirectStdInCallbackEnabled, introduced PythonQt::setRedirectStdOutCallbackEnabled
- Fixes to clean-up handling
- Build improvements
- Improvements to the automatic tests
Many thanks to all contributors!
Release 3.6.1
Added support for Qt 6.9.
Release 3.6.0
- Replace preprocessor in the wrapper generator with code from the simplecpp project
- Support wrapper generation for Qt 6.8
Release 3.5.7
- adds compatibility with Python 3.13
Release 3.5.6
- added support for Qt 6.7.3
- fixed some memory leaks
- minor bug fixes
Release 3.5.4
- Adapt generator to work well with Qt 6.7(.2) header files.
- Handle new classes and enums in typesystem files.
- Supports unary + operator now.
Release 3.5.3
Adds support for Qt 6.7
Release 3.5.2
Bugfix release.
Exports the QtQuick.QSGRendererInterface class.