[silx] branch master updated (501a749 -> 8889f86)

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Sat Nov 25 21:38:41 UTC 2017


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

picca pushed a change to branch master
in repository silx.

      from  501a749   release
       new  3756c58   update watch file
      adds  e19c96e   New upstream version 0.6.1+dfsg
       new  515a280   Update upstream source from tag 'upstream/0.6.1+dfsg'
       new  8889f86   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:
 CHANGELOG.rst                                      |    15 +
 PKG-INFO                                           |    13 +-
 README.rst                                         |     9 +-
 build-deb.sh                                       |   256 +-
 debian/changelog                                   |     7 +
 .../0007-add-install_requires-dependencies.patch   |     4 +-
 debian/watch                                       |     5 +-
 doc/source/index.rst                               |     3 +-
 doc/source/install.rst                             |    11 +-
 doc/source/modules/gui/icons.rst                   |     3 +
 doc/source/overview.rst                            |     5 +
 doc/source/sample_code/img/plot3dContextMenu.png   |   Bin 0 -> 52128 bytes
 doc/source/sample_code/index.rst                   |    42 +-
 examples/plot3dContextMenu.py                      |   112 +
 examples/viewer3DVolume.py                         |   202 +-
 package/debian8/control                            |     1 +
 package/debian8/rules                              |     1 +
 package/debian9/control                            |     3 +-
 package/debian9/rules                              |     1 +
 setup.cfg                                          |     1 +
 setup.py                                           |    13 +-
 silx.egg-info/PKG-INFO                             |    13 +-
 silx.egg-info/SOURCES.txt                          |     6 +
 silx/gui/data/NXdataWidgets.py                     |     8 +-
 silx/gui/plot/ImageView.py                         |    17 +-
 silx/gui/plot/LegendSelector.py                    |     7 +-
 silx/gui/plot/PlotTools.py                         |    11 +-
 silx/gui/plot/PlotWidget.py                        |   130 +-
 silx/gui/plot/Profile.py                           |     9 +-
 silx/gui/plot/backends/BackendMatplotlib.py        |   134 +-
 silx/gui/plot/items/axis.py                        |     2 +-
 silx/gui/plot/items/core.py                        |     7 +-
 silx/gui/plot/items/curve.py                       |     3 +-
 silx/gui/plot/test/__init__.py                     |     4 +-
 silx/gui/plot/test/testImageView.py                |   136 +
 silx/gui/plot/test/testPlotWidget.py               |    21 +
 silx/gui/plot3d/Plot3DWindow.py                    |     2 +
 silx/gui/plot3d/SFViewParamTree.py                 |    28 +-
 silx/gui/plot3d/actions/__init__.py                |     7 +-
 silx/gui/plot3d/actions/viewpoint.py               |    98 +
 silx/io/commonh5.py                                |    25 +-
 silx/io/fabioh5.py                                 |    75 +-
 silx/io/test/test_fabioh5.py                       |   103 +-
 silx/math/combo.c                                  | 23299 ++++++++-----------
 silx/math/combo.pyx                                |    21 +-
 silx/math/test/test_combo.py                       |     6 +-
 silx/resources/gui/icons/cube-rotate.png           |   Bin 0 -> 955 bytes
 .../gui/icons/{cube.svg => cube-rotate.svg}        |     4 +-
 version.py                                         |     2 +-
 49 files changed, 11455 insertions(+), 13430 deletions(-)
 create mode 100644 doc/source/sample_code/img/plot3dContextMenu.png
 create mode 100644 examples/plot3dContextMenu.py
 create mode 100644 silx/gui/plot/test/testImageView.py
 create mode 100644 silx/gui/plot3d/actions/viewpoint.py
 create mode 100644 silx/resources/gui/icons/cube-rotate.png
 copy silx/resources/gui/icons/{cube.svg => cube-rotate.svg} (65%)

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



More information about the debian-science-commits mailing list