PyQwt v5.1.0 Released

1 June 2008

Gerard Vermeulen has released PyQwt v5.1.0.

PyQwt is a set of Python bindings for the Qwt C++ class library which extends the Qt framework with widgets for scientific and engineering applications. It provides a 2-dimensional plotting widget and various widgets to display and control bounded or unbounded floating point values.

The most important new features of PyQwt v5.1.0 are:

  • support for Qwt v5.1.0
  • support for PyQt v4.4.2 and SIP v4.7.6
  • support for Qt v4.4
  • the CartesianDemo.py, MaskedDataDemo.py and PickerDemo.py examples.

The most important bug fixes in PyQwt v5.1.0 are:

  • fixed QwtPicker::stateMachine() to allow for subclassing of QwtPicker in Python.