1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
|
Source: pyfftw
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Ghislain Antony Vaillant <ghisvail@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
cython3,
libfftw3-dev,
python3-all-dev,
python3-numpy (>= 1:2),
python3-pkgconfig,
python3-scipy,
python3-dask,
python3-setuptools,
dh-sequence-sphinxdoc <!nodoc>,
python3-sphinx <!nodoc>,
python3-pytest <!nocheck>,
sphinx-common <!nodoc>,
python3-doc <!nodoc>,
python-numpy-doc <!nodoc>,
python-scipy-doc <!nodoc>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/science-team/pyfftw
Vcs-Git: https://salsa.debian.org/science-team/pyfftw.git
Homepage: https://github.com/pyFFTW/pyFFTW
Rules-Requires-Root: no
Package: python3-pyfftw
Architecture: any
Depends: ${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Recommends: python3-scipy,
python3-dask
Conflicts: python3-fftw3
Provides: python3-fftw3
Replaces: python3-fftw3
Description: Pythonic wrapper around FFTW - Python 3
Pythonic wrapper around FFTW, the speedy FFT library. The ultimate
aim is to present a unified interface for all the possible transforms
that FFTW can perform.
.
Both the complex DFT and the real DFT are supported, as well as
arbitrary axes of abitrary shaped and strided arrays, which makes it
almost feature equivalent to standard and real FFT functions of
numpy.fft (indeed, it supports the clongdouble dtype which numpy.fft
does not).
.
pyFFTW is BSD-licensed and should not be confused with python-fftw, a
GPL-licensed python module with the same aim of providing python
bindings to FFTW3. Or python3-gpyfft, which provides bindings to the
OpenCL FFT library clFFT.
.
This package provides the Python 3 bindings.
Package: python-pyfftw-doc
Architecture: all
Section: doc
Build-Profiles: <!nodoc>
Depends: ${sphinxdoc:Depends},
${misc:Depends},
${python3:Depends}
Description: Pythonic wrapper around FFTW - docs
Pythonic wrapper around FFTW, the speedy FFT library. The ultimate
aim is to present a unified interface for all the possible transforms
that FFTW can perform.
.
Both the complex DFT and the real DFT are supported, as well as
arbitrary axes of abitrary shaped and strided arrays, which makes it
almost feature equivalent to standard and real FFT functions of
numpy.fft (indeed, it supports the clongdouble dtype which numpy.fft
does not).
.
pyFFTW is BSD-licensed and should not be confused with python-fftw, a
GPL-licensed python module with the same aim of providing python
bindings to FFTW3. Or python-gpyfft, which provides bindings to the
OpenCL FFT library clFFT.
.
This package provides the pyFFTW documentation.
|