[pyfftw] branch upstream updated (2212bb0 -> d0ae80c)
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Tue Jun 7 05:13:05 UTC 2016
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a change to branch upstream
in repository pyfftw.
from 2212bb0 Imported Upstream version 0.10.1+dfsg1
new d0ae80c Imported Upstream version 0.10.3+dfsg1
The 1 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.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(-)
create mode 100644 conf.py
create mode 100644 index.rst
create mode 100644 pyfftw/builders/_utils.rst
create mode 100644 pyfftw/builders/builders.rst
create mode 100644 pyfftw/interfaces/interfaces.rst
create mode 100644 pyfftw/interfaces/numpy_fft.rst
create mode 100644 pyfftw/interfaces/scipy_fftpack.rst
create mode 100644 pyfftw/pyfftw.rst
create mode 100644 sphinx/api.rst
create mode 100644 sphinx/tutorial.rst
create mode 100644 test/_cook_nd_args.py
copy pyfftw/cpu.pxd => test/_get_default_args.py (65%)
--
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