1v5.15.4 5th March 2021
2  - Packaging bug fixes.
3
4v5.15.3 23rd February 2021
5  - Added the missing QImage.setAlphaChannel().
6  - Support for the QtNetworkAuth library has been moved to a separate
7    PyQtNetworkAuth package.
8  - Wheels now assume that the corresponding Qt libraries are in an external
9    wheel rather than being bundled.
10  - Bug fixes.
11
12v5.15.2 23rd November 2020
13  - Bound signals are now hashable.
14  - The QT_MAC_WANTS_LAYER environment variable is automatically set on macOS.
15
16v5.15.1 12th September 2020
17  - Added the QtTextToSpeech module.
18  - None is now interpreted as a null QJsonValue.
19  - Bound signals can now be compared for equality.
20  - Q_CLASSINFO, Q_ENUM, Q_ENUMS, Q_FLAG and Q_FLAGS are not implemented when
21    using PyPy.
22
23v5.15.0 1st June 2020
24  - Added support for Qt v5.15.0.
25  - Added the QtQuick3D module.
26  - Added a callStaticMethod() overload to QAndroidJniObject that takes a
27    QJsonDocument as the method argument and returns another QJsonDocument.
28  - Added the missing QMultimedia control classes.
29  - pyuic5 now supports QUndoView.
30
31v5.14.2 3rd April 2020
32  - Added the missing QTextCodec.convertFromUnicode().
33  - Added the OpenGL ES bindings.
34  - Added QFlags.__index__().
35
36v5.14.1 6th January 2020
37  - This is a bug-fix release.
38
39v5.14.0 18th December 2019
40  - Added support for Qt v5.14.0.
41
42v5.13.2 3rd November 2019
43  - Added the missing pos() and setPos() overloads to QCursor.
44  - A QVariant for a pointer to an unknown type will now be converted to a SIP
45    voidptr.
46  - Added support for QKeySequenceEdit to pyuic5.
47  - Added support for SIP v5.
48
49v5.13.1 14th September 2019
50  - Added the (temporary) pyqt5_enable_new_onexit_scheme() to allow
51    experimentation with the new on-exit clean-up scheme.
52  - Added the missing QObject.disconnect(QMetaObject.Connection) overload.
53  - Deprecated PYQT_CONFIGURATION.
54  - SIP v4.19.19 is required.
55
56v5.13.0 5th July 2019
57  - Added support for Qt v5.13.0.
58
59v5.12.3 26th June 2019
60  - Added support for Qt v5.12.4.
61  - Added support for Python v3.8.
62  - QCoreApplication (and sub-classes) can be used as a context manager.
63  - Added the missing WA_ContentsMarginsRespectsSafeArea enum member.
64
65v5.12.2 6th May 2019
66  - Added support for Qt v5.12.3.
67  - Added QOpenGLContext.getProcAddress().
68  - Added support for Python fstrings to pylupdate.
69
70v5.12.1 19th March 2019
71  - Added support for Qt v5.12.2.
72
73v5.12 10th February 2019
74  - Added support for Qt v5.12.0 and Qt v5.12.1.
75  - Added the QtRemoteObjects module.
76  - Added the remote objects examples.
77  - Added the missing QLoggingCategory class.
78  - The QtWebEngine, QtWebEngineCore and QtWebEngineWidgets modules have been
79    moved to a separate PyQtWebEngine package.  This is a packaging change only
80    and does not affect applications.
81  - Overflow checking when converting Python int object to C/C++ integer types
82    is now enabled by default.
83  - SIP v4.19.14 is required.
84
85v5.11.3 1st October 2018
86  - Added support for Qt v5.11.2.
87  - Added the missing qInfo().
88  - QRandomGenerator.global() is renamed to global_().
89
90v5.11.2 2nd July 2018
91  - Added the 'signatures' attribute to unbound signals.
92  - SIP v4.19.11 is required.
93
94v5.11.1 24th June 2018
95  - A pseudo-release to create a version number for updated wheels.
96
97v5.11 23rd June 2018
98  - Added support for Qt v5.11.0 and v5.11.1.
99  - Enum members are also visible as attributes of the enum in order to
100    emulate the behaviour of Python enums.  The traditional use, where a member
101    is visible at the same scope as the enum, is deprecated but will be
102    supported throughout the life of PyQt5.
103  - Versions of Python earlier than v3.4 require the enum34 package to be
104    installed from PyPI.
105  - The connect() method of a bound signal now returns a QMetaObject.Connection
106    object that can be passed to the disconnect() method.
107  - Added QtCore.Q_ENUM() and QtCore.Q_FLAG().
108  - Python enums can now be used with Q_ENUM() etc.
109  - Added the missing QGuiApplication.inputMethod() method.
110  - Added the missing QGuiApplication.styleHints() method.
111  - Added the missing QSqlQuery.exec() overload for Python v3.
112  - Added glReadPixels().
113  - A PEP 376 .dist-info directory is created on installation that provides
114    version information for dependent packages and allows pip to uninstall.
115  - Added the --no-dist-info option to configure.py.
116  - Added support for Python v3.7.
117
118v5.10.1 26th February 2018
119  - Added support for Qt v5.10.1.
120  - Added the missing qmlClearTypeRegistrations() to the QtQml module.
121  - Added the --disable-feature option to configure.py.
122
123v5.10 23rd January 2018
124  - Added support for Qt v5.10.0.
125  - Added the QtNetworkAuth module.
126
127v5.9.2 23rd November 2017
128  - Added support for Qt v5.9.3.
129  - Added the QtAndroidExtras module.
130
131v5.9.1 1st November 2017
132  - Added support for Qt v5.9.2.
133  - Added the --allow-sip-warnings option to configure.py.
134  - Removed the unimplemented -name option to pyrcc5.
135  - SIP v4.19.4 is required.
136
137v5.9 3rd July 2017
138  - Added support for Qt v5.9.0 and v5.9.1.
139  - Improved detection of the destruction of QObject-based instances by C++.
140  - QFlags instances are now hashable.
141  - pyrcc5 now supports v2 of the resource file format.
142  - Added the interview.py, frozencolumn.py and storageview.py examples from
143    Hans-Peter Jansen.
144  - SIP v4.19.3 is required.
145
146v5.8.2 30th March 2017
147  - This is a bug-fix release.
148
149v5.8.1 7th March 2017
150  - This is a bug-fix release.
151
152v5.8 15th February 2017
153  - Added support for Qt v5.8.0.
154  - Added __fspath__() to QFileInfo.
155  - Added the --qml-debug option to configure.py.  The --debug option no longer
156    enables the QML debugging infrastructure.
157  - Added the --link-full-dll option to configure.py.
158  - SIP v4.19.1 is required.
159
160v5.7.1 25th December 2016
161  - Added support for Qt v5.7.1.
162  - Added the QtWebEngine module.
163  - Added QRegion.setRects().
164  - Added QtMac to the QtMacExtras module.
165  - Added pyuic5 plugins for QChartView and QWebEngineView.
166  - The Python v3.4 limited API is used.
167  - SIP v4.19 is required.
168
169v5.7 25th July 2016
170  - Added support for Qt v5.7.0.
171
172v5.6 24th April 2016
173  - Added full support for Qt v5.6.0.
174  - Python v3.5 wheels are available for 64-bit Linux, 64-bit OS X and 32 and
175    64-bit Windows.  (After this release Windows .exe installers will no longer
176    be produced.)
177  - Added the QtWebEngineCore module.
178  - Added the missing qt_set_sequence_auto_mnemonic() to QtGui.
179  - Added the missing MouseLock to QWebEnginePage.Feature.
180  - Added the missing WA_DontShowOnScreen.
181  - PEP 484 stub files are installed by default.
182  - Added the --import-from command line argument to pyuic5.
183  - Added the --no-stubs and --stubsdir options to configure.py.
184  - Added the --qtconf-prefix option to configure.py.
185
186v5.5.1 25th October 2015
187  - Added support for Qt v5.5.1.
188  - Added the --disable option to configure.py.
189  - Implemented __matmul__ and __imatmul__ for QMatrix4x4 and QTransform.
190
191v5.5 17th July 2015
192  - Added full support for Qt v5.5.0.
193  - Added the QtLocation module.
194  - Added the QtNfc module.
195  - Added Qt.NoOpaqueDetection amd Qt.NoFormatConversion to QtCore.
196  - Added QMacToolBar and QMacToolBarItem to QtMacExtras.
197  - Added QProxyStyle to QtWidgets.
198
199v5.4.2 11th June 2015
200  - Added support for Qt v5.4.2.
201  - Added QWIDGETSIZE_MAX to QtWidgets.
202  - Added the --no-python-dbus command line option to configure.py.
203
204v5.4.1 26th February 2015
205  - Added support for Qt v5.4.1.
206  - Added the QMacCocoaViewContainer class.
207  - All OpenGL examples use QOpenGLWidget and no longer require PyOpenGL.
208  - Added initial implementations of _QOpenGLFunctions_2_1 and
209    _QOpenGLFunctions_4_1_Core.
210  - QEvent.None is now QEvent.None_.
211  - Added missing QEvent.Type members that are now documented in Qt.
212  - Added the --license-dir option to configure.py.
213  - Installing into a virtual env should now work.
214  - pyuic5 and pyrcc5 no longer include a timestamp in the generated code.
215
216v5.4 25th December 2014
217  - Added full support for Qt v5.4.0.
218  - Added the QtWebChannel module.
219  - Added the QtWebEngineWidgets module.
220  - Added the QtXml module.
221
222v5.3.2 11th September 2014
223  - Added the Enginio module.
224  - Added the QJsonDocument and QJsonValue classes.
225  - QJsonObject is implemented as a Python dict.
226  - QJsonArray is implemented as a Python list.
227  - Added setUnifiedTitleAndToolBarOnMac() and unifiedTitleAndToolBarOnMac() to
228    QWidget.
229  - Added windowHandle() to QWidget.
230
231v5.3.1 4th July 2014
232  - Added support for Qt v5.3.1.
233  - Added the -tr-function and -translate-function command line options to
234    pylupdate5.
235
236v5.3 26th May 2014
237  - By default a Python slot is only invoked if the underlying C++ instance
238    still exists.
239  - Added the no_receiver_check argument to connect().
240  - Added support for Qt v5.3.0.
241  - Added the QtQuickWidgets module.
242  - Added the QtWebSockets module.
243  - Added the --target-py-version, --sysroot and --no-tools option to
244    configure.py.
245  - Cross-compilation (specifically to iOS and Android) is now supported.
246
247v5.2.1 14th March 2014
248  - Added full support for Qt v5.2.1.
249  - Properties, signals and slots can now be defined in mixins (i.e.
250    non-QObject classes).
251  - Added support for creating QSGGeometry.AttributeSet instances.
252  - A fundamental value may now be given whenever a QJSValue is expected.
253  - Building PyQt5 as static libraries now works.
254  - Added support for building without OpenGL.
255
256v5.2 8th January 2014
257  - Added full support for Qt v5.2.
258  - Added the QtBluetooth module.
259  - Added the QtPositioning module.
260  - Added the QtMacExtras module.
261  - Added the QtWinExtras module.
262  - Added the QtX11Extras module.
263  - Improved the conversion of Python objects to Qt collection types (e.g.
264    QList, QSet).  Iterators (rather than just sequences) are accepted and
265    failed conversions now raise much more informative exceptions.
266  - QtCore.Q_ENUMS() and QtCore.Q_FLAGS() now populate the meta-object.
267  - The QML debugger is automatically enabled when --debug is passed to
268    configure.py.
269
270v5.1.1 16th October 2013
271  - This is a bug-fix release.
272
273v5.1 2nd October 2013
274  - Added full support for Qt v5.1.
275  - Added the QtSensors module.
276  - Added the QtSerialPort module.
277  - A (nearly) complete set of OpenGL v2.0 and OpenGL ES/2 bindings are
278    included.
279  - Cross-compilation is now supported. A configuration file for Python3 on the
280    Raspberry Pi is included.
281
282v5.0.1 21st August 2013
283  - Added the QtQuick module including the ability to create Python Quick items
284    from QML.
285  - Added the QtQml module including the ability to create Python objects from
286    QML.
287  - Added the QtMultimediaWidgets module.
288  - Completed the implementation of the QtMultimedia module including support
289    for cameras and radios.
290  - Added the remaining OpenGL classes to the QtGui module.
291  - Added the 'revision' keyword argument to pyqtProperty().
292  - Added the 'revision' and 'arguments' keyword arguments to pyqtSignal().
293  - Added the 'revision' keyword argument to pyqtSlot().
294  - Added the 'pyqt5qmlplugin' plugin for qmlscene.
295  - The DBus main loop module has been renamed to dbus.mainloop.pyqt5 from
296    dbus.mainloop.qt.
297  - Added the --no-qml-plugin and --qml-plugindir options to configure.py.
298  - Added many QtMultimedia, QML and QtQuick related examples.
299  - Classes now support co-operative multi-inheritance.  (This may introduce
300    incompatibilities with PyQt v5.0.)
301
302v5.0 16th June 2013
303  - The first release of PyQt5.
304