pyfftw 0.13.0-2build1 source package in Ubuntu

Changelog

pyfftw (0.13.0-2build1) lunar; urgency=medium

  * No-change rebuild with Python 3.11 only

 -- Graham Inggs <email address hidden>  Mon, 20 Mar 2023 05:51:44 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
pyfftw_0.13.0.orig.tar.gz 154.9 KiB 920016c9a98f652161854884b321987692fae23bc3a0122feba0e691ee26df86
pyfftw_0.13.0-2build1.debian.tar.xz 6.4 KiB 84eca11be52fbbd0a934c6183b4ed23ccbb6c4f026782807c60a7c50eac7e0cd
pyfftw_0.13.0-2build1.dsc 2.3 KiB 23b6bf9edda727e042b282228f5040aa1ee4e9cdacb4d44f3875d7ce1e531b4e

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