pyfftw 0.13.0-1build1 source package in Ubuntu

Changelog

pyfftw (0.13.0-1build1) jammy; urgency=medium

  * No-change rebuild with Python 3.10 only

 -- Graham Inggs <email address hidden>  Wed, 16 Mar 2022 22:56:10 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Jammy
Original maintainer:
Debian Science Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
pyfftw_0.13.0.orig.tar.gz 154.9 KiB 920016c9a98f652161854884b321987692fae23bc3a0122feba0e691ee26df86
pyfftw_0.13.0-1build1.debian.tar.xz 6.0 KiB 8c487feb32961993196dd5e5bc5b3781b8d4e77d9c12a40d198e2cd38d054213
pyfftw_0.13.0-1build1.dsc 2.3 KiB d9df8e6e10296818ace5da11f983ab01c36b511a9dbd807f27a2129c8e66ec66

View changes file

Binary packages built by this source

python-pyfftw-doc: 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.

python3-pyfftw: 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.

python3-pyfftw-dbgsym: debug symbols for python3-pyfftw