[guiqwt] branch master updated (6f09ecd -> 74fd1a1)
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Wed Aug 26 11:51:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
picca pushed a change to branch master
in repository guiqwt.
from 6f09ecd prepare for release.
new 7bd4e04 use the pypi redirector
adds 8cc31f6 Imported Upstream version 2.4.0~b2
new 7fec4d6 Merge tag 'upstream/2.4.0_b2'
new 74fd1a1 release
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
PKG-INFO | 14 +-
README | 13 +-
changelog | 36 +++++
debian/changelog | 12 ++
debian/control | 19 +--
debian/copyright | 16 +--
debian/watch | 6 +-
doc/installation.rst | 8 +-
doc/overview.rst | 2 +-
PKG-INFO => guiqwt.egg-info/PKG-INFO | 14 +-
guiqwt.egg-info/SOURCES.txt | 262 +++++++++++++++++++++++++++++++++++
guiqwt.egg-info/dependency_links.txt | 1 +
guiqwt.egg-info/top_level.txt | 1 +
guiqwt/__init__.py | 28 ++--
guiqwt/annotations.py | 9 +-
guiqwt/baseplot.py | 108 ++++++++++-----
guiqwt/builder.py | 18 +--
guiqwt/colormap.py | 4 +-
guiqwt/cross_section.py | 46 +++---
guiqwt/curve.py | 68 +++++----
guiqwt/events.py | 23 +--
guiqwt/histogram.py | 20 ++-
guiqwt/image.py | 30 ++--
guiqwt/io.py | 4 +-
guiqwt/label.py | 10 +-
guiqwt/panels.py | 11 +-
guiqwt/plot.py | 107 +++++++++-----
guiqwt/pyplot.py | 6 +-
guiqwt/qtdesigner.py | 6 +-
guiqwt/qthelpers.py | 13 +-
guiqwt/shapes.py | 25 ++--
guiqwt/signals.py | 118 ++++------------
guiqwt/styles.py | 26 ++--
guiqwt/tests/benchmarks.py | 2 +-
guiqwt/tests/contrast.png | Bin 0 -> 135893 bytes
guiqwt/tests/filtertest1.py | 3 +-
guiqwt/tests/filtertest2.py | 3 +-
guiqwt/tests/imagesuperp.py | 4 +-
guiqwt/tests/sift.py | 141 ++++++++++++-------
guiqwt/tests/simple_dialog.py | 7 +-
guiqwt/tests/simple_window.py | 16 +--
guiqwt/tests/test1.png.u8.png | Bin 0 -> 238267 bytes
guiqwt/tests/test2.png.u8.png | Bin 0 -> 27136 bytes
guiqwt/tests/transform.py | 6 +-
guiqwt/tools.py | 109 +++++----------
guiqwt/transitional.py | 16 ++-
guiqwt/widgets/base.py | 7 +-
guiqwt/widgets/fit.py | 39 +++---
guiqwt/widgets/fliprotate.py | 7 +-
guiqwt/widgets/resizedialog.py | 14 +-
guiqwt/widgets/rotatecrop.py | 5 +-
py2exe_example/create_exe.py | 22 +++
py2exe_example/make_exe.bat | 2 -
py2exe_example/setup.py | 43 ------
setup.cfg | 5 +
setup.py | 27 ++--
sift/create_exe.py | 5 +-
src/histogram2d.c | 117 +++++++++-------
src/histogram2d.pyx | 2 +-
src/mandelbrot.c | 95 +++++++------
src/mandelbrot.pyx | 2 +-
src/scaler.cpp | 3 +-
62 files changed, 1056 insertions(+), 730 deletions(-)
copy PKG-INFO => guiqwt.egg-info/PKG-INFO (71%)
create mode 100644 guiqwt.egg-info/SOURCES.txt
create mode 100644 guiqwt.egg-info/dependency_links.txt
create mode 100644 guiqwt.egg-info/top_level.txt
create mode 100644 guiqwt/tests/contrast.png
create mode 100644 guiqwt/tests/test1.png.u8.png
create mode 100644 guiqwt/tests/test2.png.u8.png
create mode 100644 py2exe_example/create_exe.py
delete mode 100644 py2exe_example/make_exe.bat
delete mode 100644 py2exe_example/setup.py
create mode 100644 setup.cfg
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/guiqwt.git
More information about the debian-science-commits
mailing list