[pyfai] 02/03: Merge tag 'upstream/0.14.2+dfsg'

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Mon Sep 18 18:35:44 UTC 2017


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

picca pushed a commit to branch master
in repository pyfai.

commit f6084c6ae9bfa599c5a294b770c245b188ee1a50
Merge: bc459dd 7395921
Author: Picca Frédéric-Emmanuel <picca at debian.org>
Date:   Mon Sep 18 20:05:32 2017 +0200

    Merge tag 'upstream/0.14.2+dfsg'
    
    Upstream version 0.14.2+dfsg

 MANIFEST.in                                        |    23 +-
 PKG-INFO                                           |    19 +-
 README.rst                                         |    17 +-
 bootstrap.py                                       |     4 +-
 build-deb.sh                                       |   240 +
 build-deb7.sh                                      |    58 -
 build-deb8.sh                                      |   117 -
 build-msi.bat                                      |     6 -
 doc/source/api/pyFAI.rst                           |     6 +-
 doc/source/benchmark.json                          |    26 -
 doc/source/changelog.rst                           |    20 +-
 doc/source/conf.py                                 |    24 +-
 doc/source/coverage.rst                            |    78 +-
 doc/source/img/PONI.eps                            |   Bin 139689 -> 0 bytes
 doc/source/img/PONI.pdf                            |   Bin 46124 -> 0 bytes
 doc/source/man/MX-calibrate.rst                    |     7 -
 doc/source/man/check_calib.rst                     |     6 +-
 doc/source/man/detector2nexus.rst                  |     7 +-
 doc/source/man/diff_map.rst                        |    19 +-
 doc/source/man/diff_tomo.rst                       |     4 -
 doc/source/man/pyFAI-average.rst                   |    24 +-
 doc/source/man/pyFAI-calib.rst                     |     7 +-
 doc/source/man/pyFAI-drawmask.rst                  |    11 +-
 doc/source/man/pyFAI-integrate.rst                 |    33 +-
 doc/source/man/pyFAI-recalib.rst                   |     6 +-
 doc/source/man/pyFAI-saxs.rst                      |     8 -
 doc/source/man/pyFAI-waxs.rst                      |    15 +-
 doc/source/operations/windows.rst                  |     2 +-
 doc/source/project.rst                             |     2 +-
 doc/source/usage/tutorial/Geometry/geometry.rst    |     1 +
 doc/source/usage/tutorial/Goniometer/index.rst     |     2 +-
 .../tutorial/Introduction/distorsion_2x2.spline    |    29 -
 .../usage/tutorial/Introduction/introduction.ipynb |     2 +-
 .../usage/tutorial/Introduction/introduction.rst   |     2 +-
 .../tutorial/MakeCalibrant/make_calibrant.ipynb    |     2 +-
 .../tutorial/MakeCalibrant/make_calibrant.rst      |     2 +-
 package/debian8/changelog                          |    55 +
 package/debian8/compat                             |     1 +
 package/debian8/control                            |   242 +
 package/debian8/gbp.conf                           |     2 +
 package/debian8/python-pyfai-doc.doc-base          |     9 +
 package/debian8/rules                              |    58 +
 package/debian8/source/format                      |     1 +
 package/debian8/watch                              |     5 +
 package/debian9/changelog                          |    55 +
 package/debian9/compat                             |     1 +
 package/debian9/control                            |   158 +
 package/debian9/gbp.conf                           |     2 +
 package/debian9/python-pyfai-doc.doc-base          |     9 +
 package/debian9/rules                              |    44 +
 package/debian9/source/format                      |     1 +
 package/debian9/watch                              |     5 +
 pyFAI.egg-info/SOURCES.txt                         |    44 +-
 pyFAI/__init__.py                                  |     5 +-
 pyFAI/app/calib2.py                                |     4 +-
 pyFAI/app/detector2nexus.py                        |    19 +-
 pyFAI/app/drawmask.py                              |    48 +-
 pyFAI/app/saxs.py                                  |    46 +-
 pyFAI/app/waxs.py                                  |     6 +-
 pyFAI/azimuthalIntegrator.py                       |   932 +-
 pyFAI/benchmark/__init__.py                        |    45 +-
 pyFAI/decorators.py                                |    95 +-
 pyFAI/detectors.py                                 |   217 +-
 pyFAI/diffmap_widget.py                            |    20 +-
 pyFAI/directories.py                               |     2 +-
 pyFAI/ext/_distortion.c                            |  8060 ++---
 pyFAI/ext/_distortion.pyx                          |    36 +-
 pyFAI/ext/bilinear.c                               | 14635 +++++----
 pyFAI/ext/bilinear.pxi                             |    14 +-
 pyFAI/ext/container.pyx                            |   143 -
 pyFAI/ext/crc32.pxd                                |     2 +-
 pyFAI/ext/fastcrc.c                                |  3454 ++-
 pyFAI/ext/fastcrc.pyx                              |     6 +-
 pyFAI/ext/histogram.c                              |   446 +-
 pyFAI/ext/histogram_nomp.c                         | 25065 ---------------
 pyFAI/ext/histogram_nomp.pyx                       |     1 -
 pyFAI/ext/histogram_omp.c                          | 25781 ---------------
 pyFAI/ext/histogram_omp.pyx                        |     1 -
 pyFAI/ext/inpainting.c                             | 30990 +++++++++++--------
 pyFAI/ext/regrid_common.c                          |  6655 ----
 pyFAI/ext/relabel.c                                | 10682 ++++---
 pyFAI/ext/setup.py                                 |     2 +-
 pyFAI/ext/splitPixel.c                             |    10 +-
 pyFAI/ext/splitPixelFullCSR.c                      |     8 +-
 pyFAI/ext/splitPixelFullLUT.c                      | 16167 ++++++----
 pyFAI/ext/src/crc32.c                              |    16 +-
 pyFAI/ext/src/crc32.h                              |    10 +-
 pyFAI/ext/watershed.c                              |    34 +-
 pyFAI/geometry.py                                  |   144 +-
 pyFAI/gui/calibration/ExperimentTask.py            |    12 +-
 pyFAI/integrate_widget.py                          |    48 +-
 pyFAI/io.py                                        |    66 +-
 pyFAI/opencl/azim_csr.py                           |    15 +-
 pyFAI/opencl/azim_hist.py                          |     2 +-
 pyFAI/opencl/azim_lut.py                           |    20 +-
 pyFAI/opencl/common.py                             |    18 +-
 pyFAI/opencl/preproc.py                            |     6 +-
 pyFAI/opencl/processing.py                         |    26 +-
 pyFAI/opencl/sort.py                               |    24 +-
 pyFAI/opencl/test/test_addition.py                 |     4 +-
 pyFAI/test/__init__.py                             |    10 +-
 pyFAI/test/test_azimuthal_integrator.py            |    91 +-
 pyFAI/test/test_bug_regression.py                  |    31 +-
 pyFAI/test/test_csr.py                             |     6 +-
 pyFAI/test/test_distortion.py                      |     3 +-
 pyFAI/test/test_flat.py                            |    12 +-
 pyFAI/test/test_geometry.py                        |   123 +-
 pyFAI/test/test_integrate.py                       |    11 +-
 pyFAI/test/test_mask.py                            |     8 +-
 pyFAI/test/test_ocl_sort.py                        |     3 +-
 pyFAI/test/test_openCL.py                          |    16 +-
 pyFAI/test/test_preproc.py                         |     4 +-
 pyFAI/test/test_saxs.py                            |     4 +-
 pyFAI/test/test_sparse.py                          |     9 +-
 pyFAI/test/utilstest.py                            |     7 +-
 pyFAI/utils/bayes.py                               |     9 +-
 pyFAI/utils/shell.py                               |     6 +-
 requirements.txt                                   |     8 +
 run_tests.py                                       |   105 +-
 setup.cfg                                          |     3 -
 setup.py                                           |    26 +-
 version.py                                         |    13 +-
 122 files changed, 52742 insertions(+), 93329 deletions(-)

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



More information about the debian-science-commits mailing list