[pyfai] branch experimental updated (19c162c -> 5b3bfaa)
Frédéric-Emmanuel Picca
picca at moszumanska.debian.org
Mon Jan 13 23:05:28 UTC 2014
This is an automated email from the git hooks/post-receive script.
picca pushed a change to branch experimental
in repository pyfai.
from 19c162c switch to compat level 9
new c5d1de4 bump standard-version to 3.9.5
new 7bc3bc8 build twice in a row (almost)
new d46d442 add patch to clean the temps files during the tests
new 1dd836f fix the LaB6.poni alteration
new 19caee6 remove the averageImage generated file
new 6c3f83d update the 0003 patch
new e81412c build the extensions with cython
new f3dbe24 Imported Upstream version 0.9.2
new 73edd36 Merge tag 'upstream/0.9.2' into experimental
new 5b3bfaa remove all patches applyed upstream
The 10 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.txt | 9 +-
MANIFEST.in | 2 +
PKG-INFO | 2 +-
README.txt | 39 +-
benchmark/benchmark.py | 14 +-
calibration/AgBh.D | 10 +
calibration/Au.D | 7 +
calibration/C14H30O.D | 13 +
calibration/CeO2.D | 40 +
calibration/Cr2O3.D | 21 +
calibration/CrOx.D | 8 +
calibration/LaB6.D | 61 +
calibration/Si.D | 11 +
calibration/alpha_Al2O3.D | 30 +
debian/changelog | 2 +-
debian/control | 5 +-
debian/rules | 8 +-
doc/pyFAI.pdf | Bin 728856 -> 1226788 bytes
doc/source/conf.py | 2 +-
doc/source/man/diff_tomo.rst | 2 +-
doc/source/man/pyFAI-average.rst | 2 +
doc/source/man/scripts.rst | 4 +-
doc/source/project.rst | 99 +-
doc/source/pyFAI.rst | 12 +-
gui/integration.ui | 4 +-
pyFAI-src/__init__.py | 4 +-
pyFAI-src/argparse.py | 2353 +++
pyFAI-src/azimuthalIntegrator.py | 873 +-
pyFAI-src/calibration.py | 130 +-
pyFAI-src/detectors.py | 309 +-
pyFAI-src/geometry.py | 100 +-
pyFAI-src/geometryRefinement.py | 8 +-
pyFAI-src/integrate_widget.py | 86 +-
pyFAI-src/io.py | 501 +
pyFAI-src/ocl_azim.py | 17 +-
pyFAI-src/ocl_azim_lut.py | 12 +-
pyFAI-src/opencl.py | 48 +-
pyFAI-src/peakPicker.py | 11 +-
pyFAI-src/processor.py | 254 +
pyFAI-src/spline.py | 99 +-
pyFAI-src/units.py | 4 +-
pyFAI-src/utils.py | 198 +-
pyFAI-src/worker.py | 427 +
scripts/MX-calibrate | 11 +-
scripts/diff_tomo | 24 +-
scripts/pyFAI-integrate | 23 +-
scripts/pyFAI-saxs | 2 +-
scripts/pyFAI-waxs | 2 +-
setup.py | 80 +-
src/_distortion.c | 10194 +++++-----
src/_geometry.c | 4937 ++---
src/bilinear.c | 5919 +++---
src/bilinear.pyx | 43 +-
src/fastcrc.c | 978 +-
src/histogram.c | 3096 ++-
src/{fastcrc.c => marchingsquares_.c} | 2658 ++-
src/marchingsquares_.pyx | 113 +
src/reconstruct.c | 5476 +++---
src/reconstruct.pyx | 19 +-
src/relabel.c | 4696 ++---
src/{reconstruct.c => sparse_csr.c} | 5836 +++---
src/{fastcrc.pyx => sparse_csr.pyx} | 43 +-
src/splitBBox.c | 9074 ++++-----
src/splitBBox.pyx | 74 +-
src/splitBBoxLUT.c | 32922 ++++++++++++++------------------
src/splitBBoxLUT.pyx | 790 +-
src/splitPixel.c | 5727 +++---
test/testAzimuthalIntegrator.py | 73 +-
test/testBilinear.py | 4 +-
test/testDetector.py | 81 +
test/testDistortion.py | 2 +
test/testGeometry.py | 27 +-
test/testGeometryRefinement.py | 29 +-
test/testHistogram.py | 3 +-
test/testIntegrate.py | 9 +-
test/testMask.py | 97 +-
test/testOpenCL.py | 13 +-
test/testPeakPicking.py | 32 +-
test/testUtils.py | 21 +-
test/test_all.py | 2 +
test/testimages/Frelon2k.poni | 4 +-
test/testimages/LaB6.poni | 4 +-
test/testimages/halfccd.poni | 4 +-
test/utilstest.py | 83 +-
84 files changed, 50985 insertions(+), 48081 deletions(-)
create mode 100644 calibration/AgBh.D
create mode 100644 calibration/Au.D
create mode 100644 calibration/C14H30O.D
create mode 100644 calibration/CeO2.D
create mode 100644 calibration/Cr2O3.D
create mode 100644 calibration/CrOx.D
create mode 100644 calibration/LaB6.D
create mode 100644 calibration/Si.D
create mode 100644 calibration/alpha_Al2O3.D
create mode 100644 pyFAI-src/argparse.py
create mode 100644 pyFAI-src/io.py
create mode 100644 pyFAI-src/processor.py
create mode 100644 pyFAI-src/worker.py
copy src/{fastcrc.c => marchingsquares_.c} (62%)
create mode 100644 src/marchingsquares_.pyx
copy src/{reconstruct.c => sparse_csr.c} (82%)
copy src/{fastcrc.pyx => sparse_csr.pyx} (50%)
create mode 100755 test/testDetector.py
--
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