[python-qwt] 01/02: Merge tag 'upstream/0.5.0'

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sat Nov 7 10:08:31 UTC 2015


This is an automated email from the git hooks/post-receive script.

picca pushed a commit to branch master
in repository python-qwt.

commit 8b0f3ec3729bdd0c1bcca805ba076632d2b3976a
Merge: 5ead0a6 920cf45
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Fri Nov 6 22:15:45 2015 +0100

    Merge tag 'upstream/0.5.0'
    
    Upstream version 0.5.0

 PKG-INFO                            |  11 +-
 PythonQwt.egg-info/PKG-INFO         |  11 +-
 PythonQwt.egg-info/SOURCES.txt      |  19 +-
 PythonQwt.egg-info/requires.txt     |   7 +
 doc/index.rst                       |  64 ++---
 doc/reference/index.rst             |  54 ++--
 doc/reference/legend_data.rst       |   2 -
 doc/reference/legend_label.rst      |   2 -
 doc/reference/plot_series.rst       |   2 +
 doc/reference/plot_seriesitem.rst   |   2 -
 doc/reference/series_data.rst       |   2 -
 doc/reference/series_store.rst      |   2 -
 doc/reference/symbol.rst            |   4 +-
 doc/reference/text.rst              |  13 +-
 doc/reference/transform.rst         |   4 +-
 qwt/__init__.py                     |  13 +-
 qwt/clipper.py                      | 123 ---------
 qwt/column_symbol.py                |   6 -
 qwt/legend.py                       | 442 ++++++++++++++++++++++++++++++++-
 qwt/legend_data.py                  | 134 ----------
 qwt/legend_label.py                 | 323 ------------------------
 qwt/painter.py                      | 400 ++----------------------------
 qwt/pixel_matrix.py                 | 103 --------
 qwt/plot.py                         |  48 ++--
 qwt/plot_curve.py                   | 232 +++--------------
 qwt/plot_directpainter.py           |   2 +-
 qwt/plot_grid.py                    |   7 +-
 qwt/plot_layout.py                  |  52 ++--
 qwt/plot_marker.py                  |  15 +-
 qwt/plot_renderer.py                |  12 +-
 qwt/plot_series.py                  | 346 ++++++++++++++++++++++++++
 qwt/plot_seriesitem.py              |  85 -------
 qwt/point_mapper.py                 | 434 --------------------------------
 qwt/scale_draw.py                   | 125 ++++++----
 qwt/scale_widget.py                 |  19 +-
 qwt/series_data.py                  | 172 -------------
 qwt/series_store.py                 | 107 --------
 qwt/spline.py                       | 114 ---------
 qwt/symbol.py                       | 299 ++++++----------------
 qwt/tests/CurveBenchmark.py         | 125 ++++++----
 qwt/tests/CurveStyles.py            |  71 +++---
 qwt/tests/comparative_benchmarks.py |  43 ++++
 qwt/text.py                         | 482 ++++++++++++++++++++++++++++++++----
 qwt/text_engine.py                  | 366 ---------------------------
 qwt/transform.py                    |   4 +-
 setup.py                            |  12 +-
 46 files changed, 1777 insertions(+), 3138 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/python-qwt.git



More information about the debian-science-commits mailing list