Recent Releases of qtpy
qtpy - QtPy 2.4.3
What's Changed
- PR: Ensure
QMenuandQToolBarisinstancechecks succeed and remove unneeded wrapper classes by @dalthviz in https://github.com/spyder-ide/qtpy/pull/507 - PR: Ignore PySide6
QSqlDatabase.execDeprecationWarningby @juliangilbey in https://github.com/spyder-ide/qtpy/pull/506 - PR: Remove
Mambaforgeusage and update Linux setup (CI) by @dalthviz in https://github.com/spyder-ide/qtpy/pull/511
Full Changelog: https://github.com/spyder-ide/qtpy/compare/v2.4.2...v2.4.3
- Python
Published by dalthviz about 1 year ago
qtpy - QtPy 2.4.2
What's Changed
- PR: Update coveralls config (CI) by @dalthviz in https://github.com/spyder-ide/qtpy/pull/428
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/spyder-ide/qtpy/pull/468
- PR: Make
QAction.setShortcutandsetShortcutsaccept many types by @StSav012 in https://github.com/spyder-ide/qtpy/pull/461 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/spyder-ide/qtpy/pull/471
- PR: Fix coverage errors and macOS jobs by @dalthviz in https://github.com/spyder-ide/qtpy/pull/483
- PR: Update
pytest.importorskipusage (CI) by @dalthviz in https://github.com/spyder-ide/qtpy/pull/486 - PR: Help users understand why PySide 6.8.0 gives a segfault by @hmaarrfk in https://github.com/spyder-ide/qtpy/pull/495
- Replace Quansight logo by CZI one in Readme by @ccordoba12 in https://github.com/spyder-ide/qtpy/pull/497
- PR: Add
QtCore.Qt.MouseButton.MidButtonalias for Qt6 by @PierreRaybaut in https://github.com/spyder-ide/qtpy/pull/475
New Contributors
- @hmaarrfk made their first contribution in https://github.com/spyder-ide/qtpy/pull/495
Full Changelog: https://github.com/spyder-ide/qtpy/compare/v2.4.1...v2.4.2
- Python
Published by dalthviz over 1 year ago
qtpy - QtPy 2.4.1
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/spyder-ide/qtpy/pull/456
- PR: Fix bug when importing from
PySide6.QtWebEngineCore/QtWebEngineWidgets(QWebEngineScripvsQWebEngineScript) by @damonlynch in https://github.com/spyder-ide/qtpy/pull/455 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/spyder-ide/qtpy/pull/459
New Contributors
- @pre-commit-ci made their first contribution in https://github.com/spyder-ide/qtpy/pull/456
- @damonlynch made their first contribution in https://github.com/spyder-ide/qtpy/pull/455
Full Changelog: https://github.com/spyder-ide/qtpy/compare/v2.4.0...v2.4.1
- Python
Published by dalthviz over 2 years ago
qtpy - QtPy 2.4.0
What's Changed
- PR: Add missing issue closed for v2.3.1 changelog entry by @dalthviz in https://github.com/spyder-ide/qtpy/pull/419
- PR: Symmetrize
pathandlocationofQLibraryInfoby @StSav012 in https://github.com/spyder-ide/qtpy/pull/420 - PR: Improve import modularity between
QtGui,QtWidgetsandQtOpenGL*related modules by @DaelonSuzuka in https://github.com/spyder-ide/qtpy/pull/387 - PR: Make CI jobs much faster & less flaky w/Mamba, 1-pass solve & other tweaks by @CAM-Gerlach in https://github.com/spyder-ide/qtpy/pull/425
- PR: Symmetrize
QDateTime.toPythonandtoPyDateTime, etc. by @StSav012 in https://github.com/spyder-ide/qtpy/pull/421 - PR: Use static calls of
exec_elsewhere where needed, and test them by @StSav012 in https://github.com/spyder-ide/qtpy/pull/422 - PR: Enable more tests on CI by @Czaki in https://github.com/spyder-ide/qtpy/pull/434
- PR: Add wrapers to fix argument name in
QFileDialogget*methods by @Czaki in https://github.com/spyder-ide/qtpy/pull/433 - PR: Rename
utils.pyto_utils.pyto make it private by @StSav012 in https://github.com/spyder-ide/qtpy/pull/431 - PR: Make
exec()for PySide2 by @StSav012 in https://github.com/spyder-ide/qtpy/pull/438 - PR: Replace custom implementation with loadUiType from PySide6 by @JaRoSchm in https://github.com/spyder-ide/qtpy/pull/440
- PR: Update bindings upper bound version to 6.5 and ignore
DeprecationWarning(CI) by @dalthviz in https://github.com/spyder-ide/qtpy/pull/443 - PR: Make
QMenu.addActionandQToolBar.addActioncompatible with Qt6 arguments' order by @StSav012 in https://github.com/spyder-ide/qtpy/pull/437 - PR: Restore
Qt.ItemFlagsaccess asQt.ItemFlagalias (PyQt6) by @dalthviz in https://github.com/spyder-ide/qtpy/pull/444 - PR: Add mappings for deprecated
QDropEventposandposFmethods by @dalthviz in https://github.com/spyder-ide/qtpy/pull/445 - PR: Restore
QtWidgets.QFileDialog.Optionsaccess asQtWidgets.QFileDialog.Optionalias (PyQt6) by @dalthviz in https://github.com/spyder-ide/qtpy/pull/448 - PR: Add
QEnummacro for PyQt bindings by @phil65 in https://github.com/spyder-ide/qtpy/pull/424 - PR: Improve enum to flags aliasing for PyQt6 and PySide6 > 6.3 and
QFileDialogstatic methods kwarg compatibility by @dalthviz in https://github.com/spyder-ide/qtpy/pull/449 - PR: Update README with information on Pyright/Pylance integration and add CLI subcommand to help generate the related config by @wkrasnicki in https://github.com/spyder-ide/qtpy/pull/450
- PR: Setup pre-commit and format all code with Black by @Czaki in https://github.com/spyder-ide/qtpy/pull/451
- PR: Test using
PyQtextra packages by @dalthviz in https://github.com/spyder-ide/qtpy/pull/446
New Contributors
- @JaRoSchm made their first contribution in https://github.com/spyder-ide/qtpy/pull/440
- @wkrasnicki made their first contribution in https://github.com/spyder-ide/qtpy/pull/450
Full Changelog: https://github.com/spyder-ide/qtpy/compare/v2.3.1...v2.4.0
- Python
Published by dalthviz over 2 years ago
qtpy - QtPy 2.3.1
What's Changed
New Contributors
- @StSav012 made their first contribution in https://github.com/spyder-ide/qtpy/pull/393
- @cbrnr made their first contribution in https://github.com/spyder-ide/qtpy/pull/413
Full Changelog: https://github.com/spyder-ide/qtpy/compare/v2.3.0...v2.3.1
- Python
Published by dalthviz almost 3 years ago
qtpy - QtPy 2.3.0
What's Changed
New Contributors
- @dgoeries made their first contribution in https://github.com/spyder-ide/qtpy/pull/372
Full Changelog: https://github.com/spyder-ide/qtpy/compare/v2.2.1...v2.3.0
- Python
Published by dalthviz over 3 years ago
qtpy - QtPy 2.2.1
What's Changed
New Contributors
- @bob-schumaker made their first contribution in https://github.com/spyder-ide/qtpy/pull/361
- @luzpaz made their first contribution in https://github.com/spyder-ide/qtpy/pull/362
- @Czaki made their first contribution in https://github.com/spyder-ide/qtpy/pull/363
- @random-developer made their first contribution in https://github.com/spyder-ide/qtpy/pull/366
Full commits list between this release and the previous one: https://github.com/spyder-ide/qtpy/compare/v2.2.0...v2.2.1 Full Changelog: CHANGELOG.md - Version 2.2.0 (2022-08-10)
- Python
Published by dalthviz over 3 years ago
qtpy - QtPy 2.2.0
What's Changed
New Contributors
- @DaelonSuzuka made their first contribution in https://github.com/spyder-ide/qtpy/pull/344
- @zjp made their first contribution in https://github.com/spyder-ide/qtpy/pull/354
Full commits list between this release and the previous one: https://github.com/spyder-ide/qtpy/compare/v2.1.0...v2.2.0 Full Changelog: CHANGELOG.md - Version 2.2.0 (2022-08-10)
- Python
Published by dalthviz over 3 years ago
qtpy - QtPy 2.1.0
What's Changed
New Contributors
- @n-elie made their first contribution in https://github.com/spyder-ide/qtpy/pull/325
- @EasyIsrael made their first contribution in https://github.com/spyder-ide/qtpy/pull/326
- @eyllanesc made their first contribution in https://github.com/spyder-ide/qtpy/pull/330
- @frmdstryr made their first contribution in https://github.com/spyder-ide/qtpy/pull/331
- @juliangilbey made their first contribution in https://github.com/spyder-ide/qtpy/pull/333
- @rear1019 made their first contribution in https://github.com/spyder-ide/qtpy/pull/341
- @larsoner made their first contribution in https://github.com/spyder-ide/qtpy/pull/340
Full commits list between this release and the previous one: https://github.com/spyder-ide/qtpy/compare/v2.0.1...v2.1.0 Full Changelog: CHANGELOG.md - Version 2.1.0 (2022-05-02)
- Python
Published by dalthviz almost 4 years ago
qtpy - QtPy 2.0.1
What's Changed
New Contributors
- @renefritze made their first contribution in https://github.com/spyder-ide/qtpy/pull/307
- @MatthieuDartiailh made their first contribution in https://github.com/spyder-ide/qtpy/pull/319
Full commits list between this release and the previous one: https://github.com/spyder-ide/qtpy/compare/v2.0.0...v2.0.1 Full Changelog: CHANGELOG.md - Version 2.0.1 (2022-02-02)
- Python
Published by dalthviz about 4 years ago
qtpy - QtPy 2.0.0
What's Changed
New Contributors
- @kumattau made their first contribution in https://github.com/spyder-ide/qtpy/pull/254
- @benoit-pierre made their first contribution in https://github.com/spyder-ide/qtpy/pull/256
- @tlambert03 made their first contribution in https://github.com/spyder-ide/qtpy/pull/276
Full commits list between this release and the previous one: https://github.com/spyder-ide/qtpy/compare/v1.11.3...v2.0.0 Full Changelog: CHANGELOG.md - Version 2.0.0 (2021-12-22)
- Python
Published by dalthviz about 4 years ago
qtpy - QtPy 1.11.3
What's Changed
Full commits list between this release and the previous one: https://github.com/spyder-ide/qtpy/compare/v1.11.2...v1.11.3
Full Changelog: CHANGELOG.md - Version 1.11.3 (2021-12-03)
- Python
Published by dalthviz about 4 years ago
qtpy - QtPy 1.11.2
For the full list of closed issues and merged pull requests in this release, please see our Changelog.
- Python
Published by dalthviz over 4 years ago
qtpy - QtPy 1.11.1
For the full list of closed issues and merged pull requests in this release, please see our Changelog.
- Python
Published by dalthviz over 4 years ago
qtpy - QtPy 1.10.0
For the full list of closed issues and merged pull requests in this release, please see our Changelog.
- Python
Published by dalthviz over 4 years ago