pyfftw 0.13.0-1 source package in Ubuntu

Changelog

pyfftw (0.13.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * update versioned Build-Depends
    - cython3 (>= 0.29.18~)
    - python3-numpy (>= 1.16~)
    - python3-scipy (>= 1.2.0~)
    - python3-dask (>= 1.0.0~)
  * debhelper compatibility level 13
  * Standards-Version: 4.6.0
  * acknowledge Henry Gomersall in debian/copyright
    (the person behind Knowledge Economy Developments Ltd)
  * update debian/tests
    - test dir changed to tests
    - run time tests for each available python version
  * update docs build
    - dh --with sphinxdoc (use system .js scripts)
    - Build-Depends: sphinx-common instead of libjs-* packages
    - build after dh_auto_build
    - use python-pyfftw-doc.docs to identify docs to install
    - override dh_auto_clean to remove docs/_build
      (and also remove the generated pyfftw/pyfftw.c)

 -- Drew Parsons <email address hidden>  Wed, 05 Jan 2022 00:08:32 +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.0-1.dsc 2.3 KiB 4241a93725431a79fec49d0245d6564e988776d9a391036170efb8b03edaaca0
pyfftw_0.13.0.orig.tar.gz 154.9 KiB 920016c9a98f652161854884b321987692fae23bc3a0122feba0e691ee26df86
pyfftw_0.13.0-1.debian.tar.xz 5.9 KiB 4e8f379b4a032da402bcf15e2f8182900462fdb566f557fc454c015faec56421

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