pyfftw 0.12.0-1build4 source package in Ubuntu

Changelog

pyfftw (0.12.0-1build4) jammy; urgency=medium

  * No-change rebuild to add python3.10.

 -- Matthias Klose <email address hidden>  Mon, 18 Oct 2021 00:20:32 +0200

Upload details

Uploaded by:
Matthias Klose
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

Downloads

File Size SHA-256 Checksum
pyfftw_0.12.0.orig.tar.gz 143.9 KiB 55157460f27656d2f09bdc1bc3ba3a2e0d19ece9129aea1afb36099bb83222ef
pyfftw_0.12.0-1build4.debian.tar.xz 5.8 KiB 899432800464a38f9157aa7ca60483cecf9a97038c2efb9b389485db9c695bde
pyfftw_0.12.0-1build4.dsc 2.3 KiB cfb0ffd764cf730e0a01f0d67c36b44be764aa6e6d1b26d8de0cd598b727c782

Available diffs

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