Skip to content

Commit e0efb4c

Browse files
committed
Updated CHANGELOG.md (0.3.0) and setup.py (long description)
1 parent 162a165 commit e0efb4c

File tree

2 files changed

+7
-17
lines changed

2 files changed

+7
-17
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# History of changes
22

3+
## Version 0.3.0
4+
5+
Renamed the project (python-qwt --> PythonQwt), for various reasons.
6+
37
## Version 0.2.1
48

59
Fixed Issue #23: "argument numPoints is not implemented" error was showing up

setup.py

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -33,24 +33,10 @@
3333
Python and then to optimize some parts of the code by writing new modules
3434
based on NumPy and other libraries.
3535
36-
3736
The ``PythonQwt`` package consists of a single Python package named `qwt`
38-
which is a pure Python implementation of Qwt C++ library with the following
39-
limitations.
40-
41-
The following `Qwt` classes won't be reimplemented in `qwt` because more
42-
powerful features already exist in `guiqwt`: `QwtPlotZoomer`, `QwtCounter`,
43-
`QwtEventPattern`, `QwtPicker`, `QwtPlotPicker`.
44-
45-
Only the following plot items are currently implemented in `qwt` (the only
46-
plot items needed by `guiqwt`): `QwtPlotItem` (base class), `QwtPlotItem`,
47-
`QwtPlotMarker`, `QwtPlotSeriesItem`, `QwtPlotHistogram`, `QwtPlotCurve`.
48-
49-
The `QwtClipper` class is not implemented yet (and it will probably be
50-
very difficult or even impossible to implement it in pure Python without
51-
performance issues). As a consequence, when zooming in a plot curve, the
52-
entire curve is still painted (in other words, when working with large
53-
amount of data, there is no performance gain when zooming in)."""
37+
which is a pure Python implementation of Qwt C++ library with some
38+
limitations: efforts were concentrated on basic plotting features, leaving
39+
higher level features to the `guiqwt` library."""
5440
KEYWORDS = ''
5541
CLASSIFIERS = []
5642
if 'beta' in version or 'b' in version:

0 commit comments

Comments
 (0)