- PGI() widget for pyqtgraph images.
- pyqtgraph widgets: added magic properties for plots and images.
- Workaround for bugs in some version of the "inspect" module.
- Compatibility with old Matplotlib versions (<2.1)
- support for group boxes
- hierarchical layouts ("child" Gui instances) using property assignments
- font() method and construction keyword argument
- matplotlib widgets: added magic properties, subplots, arbitrary calls upon redrawing.
- callback in background processing is now optional
- documentation on readthedocs is finally properly versioned
- title() method and construction keyword argument
- pyqtgraph integration
- QComboBox default signal is now 'currentTextChanged' for better backward compatibility with older QT versions.
- Fallback to import from PyQt5 instead of PySide2 if the latter fails.
- Pre-defined radio button groups
- Progress bar widget
- Added default signal 'valueChanged' for QDial and QScrollBar
- Fixed bug for images when using the full file path
- Fixed small bugs in the examples
- "with" context manager now can reference imports and functions defined outside it.
- Support for older PySide versions (v5.9+)
- Fixed bug in ValueSlider layout
- Internal refactor adding the new Rows class.
- 'clicked' signal for Matplotlib widgets
- Fixing incompatibilites between GitHub's and PyPI's README format.
- Support for ComboBoxes (using QComboBox)
- Splash Screen (using QSplashScreen)
- @auto decorator syntax
- "with" context manager syntax
- removed all widget-generating functions, all widgets are now classes
- widgets can be specified with just the class, a widget with a default name will be allocated.
- "dropped" signal for list boxes (QListBox) renamed to "drop"
- Using PySide2 bindings instead of PyQt5