Skip to content

Latest commit

 

History

History
190 lines (109 loc) · 6.52 KB

CHANGELOG.md

File metadata and controls

190 lines (109 loc) · 6.52 KB

History of changes

Version 1.2.1 (2017/01/21)

Bugs fixed

Pull requests

  • PR 98 - PR: Don't use Travis to test macOS because it slows down the entire spyder-ide organization
  • PR 97 - PR: Update Appveyor badge in Readme because of moving to an org account
  • PR 94 - PR: Include test suite in sdist

In this release 3 pull requests were merged


Version 1.2 (2017/01/08)

New features

  • Add support for QtMultimedia
  • Use relative imports so its vendored more easily

Bugs fixed

Issues

  • Issue 83 - Include core doc files in PyPi releases
  • Issue 78 - Request for a new bugfix release
  • Issue 75 - Missing copyright headers
  • Issue 67 - uic.loadUiType is missing
  • Issue 64 - QHeaderView.setSectionResizeMode
  • Issue 49 - QtMultimedia support

In this release 6 issues were closed

Pull requests

  • PR 93 - Restore uic full namespace for PyQt5 and PyQt4
  • PR 92 - Add missing copyright header in _patch/qheaderview.py
  • PR 91 - Use star imports in QtSvg again instead of direct ones (reverts PR #55)
  • PR 88 - PR: Add manifest
  • PR 74 - Move QStringListModel to QtCore
  • PR 71 - PR: Use relative imports so its vendored more easily
  • PR 65 - Introduce renamed methods of QHeaderView in PyQt4 and PySide
  • PR 59 - Don't install qtpy as a conda package in CircleCI
  • PR 58 - Remove reference to how qtpy is pronounced in README
  • PR 55 - PR: Add explicit imports to QtSvg module
  • PR 50 - Add support for QtMultimedia

In this release 11 pull requests were merged


Version 1.1.2 (2016-08-08)

Bugfixes

Pull requests

  • PR 54 - PR: Fix/ci
  • PR 53 - PR: Move tests to module so they can be run when installed
  • PR 52 - PR: Update readme
  • PR 51 - PR: Add circle ci
  • PR 47 - Remove PyQt variant symbols from QtCore
  • PR 46 - del QtWidgets.QStyleOptionViewItemV4
  • PR 45 - Allow QT_API values that are not completely in lower case

In this release 7 pull requests were merged


Version 1.1.1 (2016-07-01)

Bugfixes

Pull requests

  • PR 44 - Make qtpy to set the QT_API environment variable

In this release 1 pull requests were merged


Version 1.1 (2016-06-30)

New features

  • Make importing qtpy thread-safe
  • Add a uic module to make loadUI work for PySide
  • Add QtTest support for PySide

Bugfixes

Issues

In this release 3 issues were closed

Pull requests

  • PR 43 - Don't check PyQt version with qtpy's version for old PyQt versions
  • PR 41 - qtpy.__version__ should be QtPy version, not Qt version
  • PR 40 - Mention qt-helpers in README.md, and add myself to AUTHORS.md
  • PR 39 - Fix remaining segmentation fault that occurs with the patched QComboBox in PySide
  • PR 38 - QtTest for PySide
  • PR 37 - Automatically load custom widget classes when using PySide
  • PR 33 - Ignore case for QT_API env variable in qtpy submodules
  • PR 32 - Remove QItemSelectionModel from QtWidgets for PyQt4 and PySide
  • PR 31 - Add compatibility for QItemSelectionModel
  • PR 29 - Use ci-helpers (from Astropy) for CI and enable AppVeyor
  • PR 28 - Make tests.py into proper unit test, and add Qt version info to pytest header
  • PR 27 - Make sure loadUi is available
  • PR 25 - Add patched version of QComboBox

In this release 13 pull requests were merged


Version 1.0.2 (2016-06-02)

New features

  • Add a WEBENGINE constant to QtWebEngineWidgets, which is True if Qt 5 comes with the WebEngine module and False otherwise.

Bugfixes

Pull requests

  • PR 24 - Add constant to QtWebEngineWidgets to see if we are using WebEngine or WebKit
  • PR 23 - Fix "Prefer format() over string interpolation operator" issue

In this release 2 pull requests were merged


Version 1.0.1 (2016-04-10)

Bugfixes

Issues

  • Issue 18 - QIntValidator left in QtWidgets, should be in QtGui

In this release 1 issues were closed

Pull requests

  • PR 19 - Import QIntValidator in QtGui and remove it from QtWidgets

In this release 1 pull requests were merged


Version 1.0 (2016-03-22)

  • Add QtWebEngineWidgets module for Qt 5.6. This module replaces the previous QtWebKit one.

  • Import the right objects in QtGui, QtWidgets and QtCore

  • Add a QtPrintSupport module


Version 0.1.3 (2015-12-30)

  • Add tests and continuous integration

Version 0.1.2 (2015-03-01)

  • First release