python-qwt 0.10.2-1 source package in Ubuntu

Changelog

python-qwt (0.10.2-1) unstable; urgency=medium

  * New upstream version 0.10.2

 -- Picca Frédéric-Emmanuel <email address hidden>  Sun, 16 Oct 2022 13:10:25 +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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-qwt_0.10.2-1.dsc 2.4 KiB cccbf3f9e0938ce116bf6f3288b7a7ee091b0687e594b6bb5ad734e34ae3bb64
python-qwt_0.10.2.orig.tar.gz 1019.6 KiB a4913e781c8b06ddd56ed5cf6b99093b6b3285e0262bcc911bc4cb7c080d82f0
python-qwt_0.10.2-1.debian.tar.xz 5.0 KiB 5be02fba5b0688f53ef20cf5354b82881fc7b52cce54822a973eb5563d904189

Available diffs

No changes file available.

Binary packages built by this source

python-qwt-doc: Pure Python implementation of Qwt - Documentation

 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 documentation of the package.

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.