[pyfftw] branch upstream updated (9a9398c -> 2212bb0)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Feb 10 11:40:03 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  9a9398c   Imported Upstream version 0.9.2+dfsg
       new  2212bb0   Imported Upstream version 0.10.1+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                              |   146 +
 COPYING.txt                               |   675 -
 LICENSE.txt                               |   699 +-
 MANIFEST.in                               |    13 +
 PKG-INFO                                  |     4 +-
 README.rst                                |    79 +-
 include/cpu.h                             |    43 +-
 include/{msvc_2008 => msvc_2010}/stdint.h |    13 +-
 include/pyfftw_complex.h                  |    44 +-
 PKG-INFO => pyFFTW.egg-info/PKG-INFO      |     4 +-
 pyFFTW.egg-info/SOURCES.txt               |    81 +
 pyFFTW.egg-info/dependency_links.txt      |     1 +
 pyFFTW.egg-info/top_level.txt             |     1 +
 pyfftw/__init__.py                        |    11 +-
 pyfftw/_version.py                        |     2 -
 pyfftw/builders/_utils.py                 |   103 +-
 pyfftw/builders/builders.py               |    57 +-
 pyfftw/cpu.pxd                            |    38 +-
 pyfftw/interfaces/__init__.py             |    10 +-
 pyfftw/interfaces/_utils.py               |    56 +-
 pyfftw/interfaces/cache.py                |    50 +-
 pyfftw/interfaces/numpy_fft.py            |   108 +-
 pyfftw/interfaces/scipy_fftpack.py        |   178 +-
 pyfftw/np_fft.py                          |    43 -
 pyfftw/pyfftw.c                           | 30406 ++++++++++++++++------------
 pyfftw/pyfftw.pxd                         |    60 +-
 pyfftw/pyfftw.pyx                         |   621 +-
 pyfftw/utils.pxi                          |   219 +-
 pyfftw/version.py                         |    13 +
 setup.cfg                                 |     5 +
 setup.py                                  |   444 +-
 test/test_pyfftw_base.py                  |    44 +-
 test/test_pyfftw_builders.py              |   346 +-
 test/test_pyfftw_call.py                  |   200 +-
 test/test_pyfftw_class_misc.py            |   212 +-
 test/test_pyfftw_complex.py               |   202 +-
 test/test_pyfftw_interfaces_cache.py      |    77 +-
 test/test_pyfftw_multithreaded.py         |    40 +-
 test/test_pyfftw_nbyte_align.py           |   240 +-
 test/test_pyfftw_numpy_interface.py       |   229 +-
 test/test_pyfftw_real_backward.py         |    57 +-
 test/test_pyfftw_real_forward.py          |    40 +-
 test/test_pyfftw_scipy_interface.py       |   108 +-
 test/test_pyfftw_utils.py                 |    38 +-
 test/test_pyfftw_wisdom.py                |    44 +-
 45 files changed, 20772 insertions(+), 15332 deletions(-)
 create mode 100644 CHANGELOG.md
 delete mode 100644 COPYING.txt
 create mode 100644 MANIFEST.in
 copy include/{msvc_2008 => msvc_2010}/stdint.h (95%)
 copy PKG-INFO => pyFFTW.egg-info/PKG-INFO (96%)
 create mode 100644 pyFFTW.egg-info/SOURCES.txt
 create mode 100644 pyFFTW.egg-info/dependency_links.txt
 create mode 100644 pyFFTW.egg-info/top_level.txt
 delete mode 100644 pyfftw/_version.py
 delete mode 100644 pyfftw/np_fft.py
 create mode 100644 pyfftw/version.py
 create mode 100644 setup.cfg

-- 
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