[pyfai] branch master updated (51cacda -> b079c1a)
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Mon Sep 18 18:35:43 UTC 2017
This is an automated email from the git hooks/post-receive script.
picca pushed a change to branch master
in repository pyfai.
from 51cacda generate the dependencies via setuptools
new bc459dd update uscan with the curret upstream source name
adds 7395921 New upstream version 0.14.2+dfsg
new f6084c6 Merge tag 'upstream/0.14.2+dfsg'
new b079c1a refresh the patch series
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:
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 -
debian/changelog | 4 +-
.../0002-remove-useless-logic-in-conf.py.patch | 30 -
...03-remove-a-wrong-PYTHONPATH-modification.patch | 4 +-
debian/patches/0003-use-the-system-mathjax.patch | 4 +-
...004-unactivated-a-bunch-of-failling-tests.patch | 72 -
.../patches/0005-fix-the-setup-dependencies.patch | 12 +-
debian/patches/series | 2 -
debian/watch | 2 +-
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 +
{debian => package/debian8}/control | 153 +-
package/debian8/gbp.conf | 2 +
.../debian8}/python-pyfai-doc.doc-base | 0
package/debian8/rules | 58 +
{debian => package/debian8}/source/format | 0
{debian => package/debian8}/watch | 1 -
package/debian9/changelog | 55 +
package/debian9/compat | 1 +
{debian => package/debian9}/control | 181 +-
package/debian9/gbp.conf | 2 +
.../debian9}/python-pyfai-doc.doc-base | 0
package/debian9/rules | 44 +
{debian => package/debian9}/source/format | 0
{debian => package/debian9}/watch | 1 -
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 +-
130 files changed, 52446 insertions(+), 93661 deletions(-)
create mode 100755 build-deb.sh
delete mode 100755 build-deb7.sh
delete mode 100755 build-deb8.sh
delete mode 100755 build-msi.bat
delete mode 100644 debian/patches/0002-remove-useless-logic-in-conf.py.patch
delete mode 100644 debian/patches/0004-unactivated-a-bunch-of-failling-tests.patch
delete mode 100644 doc/source/benchmark.json
delete mode 100644 doc/source/img/PONI.eps
delete mode 100644 doc/source/img/PONI.pdf
delete mode 100644 doc/source/usage/tutorial/Introduction/distorsion_2x2.spline
create mode 100644 package/debian8/changelog
create mode 100644 package/debian8/compat
copy {debian => package/debian8}/control (76%)
create mode 100644 package/debian8/gbp.conf
copy {debian => package/debian8}/python-pyfai-doc.doc-base (100%)
create mode 100755 package/debian8/rules
copy {debian => package/debian8}/source/format (100%)
copy {debian => package/debian8}/watch (86%)
create mode 100644 package/debian9/changelog
create mode 100644 package/debian9/compat
copy {debian => package/debian9}/control (50%)
create mode 100644 package/debian9/gbp.conf
copy {debian => package/debian9}/python-pyfai-doc.doc-base (100%)
create mode 100755 package/debian9/rules
copy {debian => package/debian9}/source/format (100%)
copy {debian => package/debian9}/watch (86%)
delete mode 100644 pyFAI/ext/container.pyx
delete mode 100644 pyFAI/ext/histogram_nomp.c
delete mode 100644 pyFAI/ext/histogram_nomp.pyx
delete mode 100644 pyFAI/ext/histogram_omp.c
delete mode 100644 pyFAI/ext/histogram_omp.pyx
delete mode 100644 pyFAI/ext/regrid_common.c
create mode 100644 requirements.txt
--
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