python-qwt 0.10.1-2 source package in Ubuntu

Changelog

python-qwt (0.10.1-2) unstable; urgency=medium

  * d/t/control: fix by using the right upstream test script

 -- Picca Frédéric-Emmanuel <email address hidden>  Fri, 03 Jun 2022 09:50:53 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qwt_0.10.1-2.dsc 2.4 KiB 5d3f92181e9d651acb9d72cd68d2065c34c433f87a715beeb8a068ac84043a34
python-qwt_0.10.1.orig.tar.gz 1019.5 KiB a6ce504f0e34538c7f8439bd1831af6bde5289a4f30d9e64ace95bdca2ed4260
python-qwt_0.10.1-2.debian.tar.xz 5.0 KiB 6e80268ac3784a994b4bf931aaf45b35bda616a4d9ab78ce7d5624ae4dcb969b

Available diffs

No changes file available.

Binary packages built by this source

python-qwt-doc: No summary available for python-qwt-doc in ubuntu kinetic.

No description available for python-qwt-doc in ubuntu kinetic.

python3-qwt: Pure Python implementation of Qwt - Python 3

 The qwt package is a pure Python implementation of Qwt C++ library
 with the following limitations.
 .
 The following `Qwt` classes won't be reimplemented in `qwt` because most
 powerful features already exist in `guiqwt`:
   * QwtPlotZoomer
   * QwtCounter
   * QwtEventPattern
   * QwtPicker
   * QwtPlotPicker
 .
 QwtClipper is not implemented yet (and it will probably be very
 difficult or impossible to implement it in pure Python without
 performance issues). As a consequence, when zooming in a plot curve,
 the entire curve is still painted (in other words, when working with
 large amount of data, there is no performance gain when zooming in).
 .
 This is the Python 3 version of the package.