Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.34 KB

File metadata and controls

48 lines (32 loc) · 1.34 KB

qts [unreleased]

Removals

  • Dropped testing of and support for EOL Python 3.6.

qts 0.3

Features

qts 0.2

Features

  • :func:`qts.autoset_wrapper` automatically selects an available wrapper and sets it. (#21)
  • :func:`qts.an_available_wrapper` returns a single wrapper that is available as long as there is at least one to choose. (#21)
  • Importing the Qt modules will set the wrapper via :func:`qts.autoset_wrapper` if one has not already been set. There is hope to provide a more explicit, yet still easily usable, API but this automation will be available for now. It may be removed or discouaraged at a later time. (#21)

Removals

  • NoWrapperSelectedError is no longer applicable since a wrapper will be automatically selected if needed. (#21)

qts 0.1

  • Initial release