pyfftw 0.13.1-2 source package in Ubuntu

Changelog

pyfftw (0.13.1-2) unstable; urgency=medium

  * Team upload.

  [ Bas Couwenberg ]
  * Switch to cython3-legacy.
    Closes: #1056836

  [ Andreas Tille ]
  * Remove trailing whitespace in debian/changelog (routine-update)
  * Set upstream metadata fields: Repository.
  * s/SafeConfigParser/ConfigParser
    Closes: #1055703

 -- Andreas Tille <email address hidden>  Sun, 21 Jan 2024 14:17:43 +0100

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
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.13.1-2.dsc 2.3 KiB 24b23dc2607c4d3a15b283dd7812d85dbd5e28deb311df82ca9bc64ea3f0a394
pyfftw_0.13.1.orig.tar.gz 155.6 KiB ffc1b3e7f4f74ee38716d668d7606b5fbfded58343655c160c3644fc4acf5d55
pyfftw_0.13.1-2.debian.tar.xz 7.0 KiB 14f33d74a77b535ec8595c3c3ad434cc96d536aa9b8c7e9cb0536ef5e31e226e

No changes file available.

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