[pyfftw] branch master updated (377098e -> f3698cb)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Jun 7 05:13:02 UTC 2016


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

ghisvail-guest pushed a change to branch master
in repository pyfftw.

      from  377098e   Release to unstable.
       new  d0ae80c   Imported Upstream version 0.10.3+dfsg1
       new  066f483   Merge tag 'upstream/0.10.3+dfsg1'
       new  43ec9dc   Add d/gbp.conf file.
       new  3d1363d   Fix FFTW detection patch.
       new  1187403   Drop -dbg packages in favor of autogenerated -dbgsym.
       new  57643e1   Enable testsuite during build.
       new  b7c4358   Add packaging testsuite.
       new  0e2babc   cme fix d/control: - Drop versioned depends on FFTW. - Bump standards version to 3.9.8, no changes required. - Wrap and sort.
       new  e927a7e   Drop unnecessary d/dirs file.
       new  51f7bb0   d/rules: use standard formatting for DH_VERBOSE.
       new  f3698cb   Release to unstable.

The 11 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 ++
 debian/changelog                                   |   18 +
 debian/control                                     |  110 +-
 debian/dirs                                        |    1 -
 debian/gbp.conf                                    |    9 +
 .../Detect-fftw-libraries-using-pkgconfig.patch    |   15 +-
 debian/rules                                       |    3 +-
 debian/tests/control                               |    9 +
 debian/tests/python2                               |   12 +
 debian/tests/python3                               |   12 +
 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 +-
 62 files changed, 4195 insertions(+), 2718 deletions(-)
 create mode 100644 conf.py
 delete mode 100644 debian/dirs
 create mode 100644 debian/gbp.conf
 create mode 100644 debian/tests/control
 create mode 100755 debian/tests/python2
 create mode 100755 debian/tests/python3
 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