[pyfftw] 02/11: Merge tag 'upstream/0.10.3+dfsg1'
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jun 7 05:13:03 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch master
in repository pyfftw.
commit 066f483992396dcd7a993854653b9d04fe5053c2
Merge: 377098e d0ae80c
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date: Sun Jun 5 22:25:27 2016 +0100
Merge tag 'upstream/0.10.3+dfsg1'
Upstream version 0.10.3+dfsg1
# gpg: Signature made Sun 05 Jun 2016 22:25:21 BST using RSA key ID DDEB910A
# gpg: Good signature from "Ghislain Antony Vaillant <ghisvail at gmail.com>"
# gpg: WARNING: This key is not certified with a trusted signature!
# gpg: There is no indication that the signature belongs to the owner.
# Primary key fingerprint: 1282 871F 5C7F 0CB6 BBA1 0BD9 A930 D81A 46EC 4F9B
# Subkey fingerprint: F3DB 8E75 2506 0E1B DB84 C20D 6A99 0FB3 DDEB 910A
CHANGELOG.md | 257 ++-
LICENSE.txt | 1 -
MANIFEST.in | 9 +-
PKG-INFO | 10 +-
README.rst | 57 +-
conf.py | 230 ++
include/cpu.h | 12 +-
include/msvc_2008/stdint.h | 18 +-
include/msvc_2010/stdint.h | 18 +-
include/pyfftw_complex.h | 2 +-
include/win/fftw3.h | 8 +-
index.rst | 56 +
pyFFTW.egg-info/PKG-INFO | 10 +-
pyFFTW.egg-info/SOURCES.txt | 12 +
pyfftw/__init__.py | 2 +-
pyfftw/builders/_utils.py | 48 +-
pyfftw/builders/_utils.rst | 10 +
pyfftw/builders/builders.py | 161 +-
pyfftw/builders/builders.rst | 9 +
pyfftw/cpu.pxd | 2 +-
pyfftw/interfaces/__init__.py | 33 +-
pyfftw/interfaces/_utils.py | 79 +-
pyfftw/interfaces/cache.py | 35 +-
pyfftw/interfaces/interfaces.rst | 16 +
pyfftw/interfaces/numpy_fft.py | 190 +-
pyfftw/interfaces/numpy_fft.rst | 5 +
pyfftw/interfaces/scipy_fftpack.py | 87 +-
pyfftw/interfaces/scipy_fftpack.rst | 5 +
pyfftw/pyfftw.c | 3266 ++++++++++++++-------------
pyfftw/pyfftw.pxd | 42 +-
pyfftw/pyfftw.pyx | 364 +--
pyfftw/pyfftw.rst | 94 +
pyfftw/utils.pxi | 8 +-
pyfftw/version.py | 10 +-
requirements.txt | 1 +
setup.py | 111 +-
sphinx/api.rst | 9 +
sphinx/tutorial.rst | 474 ++++
test/_cook_nd_args.py | 60 +
pyfftw/cpu.pxd => test/_get_default_args.py | 31 +-
test/test_pyfftw_base.py | 26 +-
test/test_pyfftw_builders.py | 102 +-
test/test_pyfftw_call.py | 108 +-
test/test_pyfftw_class_misc.py | 18 +-
test/test_pyfftw_complex.py | 193 +-
test/test_pyfftw_interfaces_cache.py | 43 +-
test/test_pyfftw_multithreaded.py | 20 +-
test/test_pyfftw_numpy_interface.py | 192 +-
test/test_pyfftw_real_backward.py | 64 +-
test/test_pyfftw_real_forward.py | 28 +-
test/test_pyfftw_scipy_interface.py | 58 +-
test/test_pyfftw_utils.py | 11 +-
test/test_pyfftw_wisdom.py | 9 +-
53 files changed, 4101 insertions(+), 2623 deletions(-)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pyfftw.git
More information about the debian-science-commits
mailing list