Skip to content

Latest commit

 

History

History
201 lines (120 loc) · 7.46 KB

File metadata and controls

201 lines (120 loc) · 7.46 KB

Release history

.. currentmodule:: qtrio

QTrio 0.8.0 (2026-07-22)

Breaking changes

  • QTrio now requires Python 3.10 or newer. Support for Python 3.7, 3.8, and 3.9 has been removed. PySide2 remains supported, but is untested. (#286)

Features

For contributors

QTrio 0.7.0 (2023-06-07)

For contributors

  • Updated to support trio-typing 0.8.0. (#283)

QTrio 0.6.0 (2022-11-21)

Headline features

  • Added support for CPython 3.10 and 3.11. Note that PySide2 only supports up to 3.10 and there are unresolved issues with that combination so it is excluded from testing. (#275)

Features

  • Updated several dependencies. (#275)

Deprecations and removals

  • Removed testing of and support for EOL CPython 3.6. (#275)

QTrio 0.5.1 (2022-10-13)

Features

Improved documentation

QTrio 0.5.0 (2021-07-22)

Breaking changes

  • qts has replaced QtPy as the Qt wrapper compatibility layer. This allows progress on support for Qt 6 and more complete type hints. (#251)

For contributors

  • CI checks with mypy using both PySide2 and PyQt5. (#83)
  • Use -m towncrier in the Read the Docs build. (#123)

QTrio 0.4.2 (2021-02-04)

No significant changes. Released for documentation improvements.

QTrio 0.4.1 (2021-01-06)

Features

  • Constrained all dependencies for better long term compatibility and reduced pip resolution time. (#211)

QTrio 0.4.0 (2021-01-04)

Features

Bugfixes

  • Include the missing py.typed file that is used to state there are type hints to process. (#206)

Improved documentation

QTrio 0.3.0 (2020-10-16)

Headline features

Breaking changes

QTrio 0.2.0 (2020-09-19)

Headline features

Features

Bugfixes

Improved documentation

For contributors

  • Shift to a single qtrio._tests package rather than distributing with one _tests per code package. (#139)
  • pytest type hints are no longer ignored. Version 6 or later required. (#153)
  • black config updated, use black . to format. (#174)

QTrio 0.1.0 (2020-07-10)

  • Initial release