Skip to main content

Efficient and easy Fast Fourier Transform (FFT) for Python.

Project description

FluidFFT

Efficient and easy Fast Fourier Transform for Python

Latest version Supported Python versions Documentation status Code coverage Heptapod CI Github Actions Linux Github Actions Pixi

Fluidfft provides C++ classes and their Python wrapper classes written in Cython useful to perform Fast Fourier Transform (FFT) with different libraries, in particular

pfft, p3dfft and mpi4py-fft are specialized in computing FFT efficiently on several cores of big clusters. The data can be split in pencils and can be distributed on several processes.

Documentation: https://fluidfft.readthedocs.io

Getting started

To try fluidfft without installation: Binder notebook

For a basic installation which relies only on a pyFFTW interface; or provided you have the optional FFT libaries, that you need, installed and discoverable in your path (see environment variables LIBRARY_PATH, LD_LIBRARY_PATH, CPATH) it should be sufficient to run:

pip install fluidfft [--user]

Add --user flag if you are installing without setting up a virtual environment.

Installation

To take full advantage of fluidfft, consider installing the following (optional) dependencies and configurations before installing fluidfft. Click on the links to know more:

  1. OpenMPI or equivalent
  2. FFT libraries such as MPI-enabled FFTW (for 2D and 3D solvers) and P3DFFT, PFFT (for 3D solvers) either using a package manager or from source
  3. Python packages fluiddyn cython pyfftw pythran mpi4py
  4. A C++11 compiler and BLAS libraries and configure ~/.pythranrc to customize compilation of Pythran extensions
  5. Configure ~/.fluidfft-site.cfg to detect the FFT libraries and install fluidfft

Note: Detailed instructions to install the above dependencies using Anaconda / Miniconda or in a specific operating system such as Ubuntu, macOS etc. can be found here.

C++ API

See a working minimal example with Makefile which illustrates how to use the C++ API.

Tests

From the root directory:

make tests
make tests_mpi

Or, from the root directory or any of the "test" directories:

pytest -s
mpirun -np 2 pytest -s

How does it work?

Fluidfft provides classes to use in a transparent way all these libraries with an unified API. These classes are not limited to just performing Fourier transforms. They are also an elegant solution to efficiently perform operations on data in real and spectral spaces (gradient, divergence, rotational, sum over wavenumbers, computation of spectra, etc.) and easily deal with the data distribution (gather the data on one process, scatter the data to many processes) without having to know the internal organization of every FFT library.

Fluidfft hides the internal complication of (distributed) FFT libraries and allows the user to find (by benchmarking) and to choose the most efficient solution for a particular case. Fluidfft is therefore a very useful tool to write HPC applications using FFT, as for example pseudo-spectral simulation codes. In particular, fluidfft is used in the Computational Fluid Dynamics (CFD) framework fluidsim.

License

Fluidfft is distributed under the CeCILL License, a GPL compatible french license.

Metapapers and citations

If you use FluidFFT to produce scientific articles, please cite our metapapers presenting the FluidDyn project and Fluidfft:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

fluidfft-0.4.4.tar.gz (427.3 kB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

fluidfft-0.4.4-cp313-cp313-win_amd64.whl (261.0 kB view details)

Uploaded CPython 3.13Windows x86-64

fluidfft-0.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

fluidfft-0.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (226.4 kB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

fluidfft-0.4.4-cp313-cp313-macosx_11_0_arm64.whl (215.2 kB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

fluidfft-0.4.4-cp313-cp313-macosx_10_13_x86_64.whl (268.6 kB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

fluidfft-0.4.4-cp312-cp312-win_amd64.whl (261.0 kB view details)

Uploaded CPython 3.12Windows x86-64

fluidfft-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (239.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

fluidfft-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (226.4 kB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

fluidfft-0.4.4-cp312-cp312-macosx_11_0_arm64.whl (215.2 kB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

fluidfft-0.4.4-cp312-cp312-macosx_10_13_x86_64.whl (268.6 kB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

fluidfft-0.4.4-cp311-cp311-win_amd64.whl (260.8 kB view details)

Uploaded CPython 3.11Windows x86-64

fluidfft-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (246.0 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

fluidfft-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (229.3 kB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

fluidfft-0.4.4-cp311-cp311-macosx_11_0_arm64.whl (215.0 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

fluidfft-0.4.4-cp311-cp311-macosx_10_9_x86_64.whl (266.7 kB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

fluidfft-0.4.4-cp310-cp310-win_amd64.whl (260.8 kB view details)

Uploaded CPython 3.10Windows x86-64

fluidfft-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (247.2 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

fluidfft-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (230.6 kB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

fluidfft-0.4.4-cp310-cp310-macosx_11_0_arm64.whl (215.0 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

fluidfft-0.4.4-cp310-cp310-macosx_10_9_x86_64.whl (266.7 kB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file fluidfft-0.4.4.tar.gz.

File metadata

  • Download URL: fluidfft-0.4.4.tar.gz
  • Upload date:
  • Size: 427.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for fluidfft-0.4.4.tar.gz
Algorithm Hash digest
SHA256 b88a26ea9ebb318923380a42210a5bb4e638152382cc7d10939e14f6360710df
MD5 9ae8a7c0d67bdadd6c8271c67b39678e
BLAKE2b-256 e4daf3b4b915128cb3f88e69886811b9ce1613dedd083d6548b07c49f1c92bd4

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4.tar.gz:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: fluidfft-0.4.4-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 261.0 kB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for fluidfft-0.4.4-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 e309bc427dec188af8f1539d238ff949f9e20b2bf6a8c177cf66363b98c92683
MD5 d84dc0338f6aa2129c93b1e6cc8fa340
BLAKE2b-256 4812cc3c14ad5a17cf77fbb6b0c103ca525561f3c7cc8a740721ccddc176224c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp313-cp313-win_amd64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 00982ee36d042e8f32724b41394b16fe9a53d93c685d64a92bca91aa100318db
MD5 1e2799f23c28fba0fa364a9f75cb351f
BLAKE2b-256 4716be3d8802376d160f85e6c8a1b52b43d3ba8e1ec3910eb3481577b76ce87e

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 851ea8abada972891832f82842ccdc9bfe3b9ebffc6732a246a612923f9cf328
MD5 642d57dcd3288ab3443e6463fa870972
BLAKE2b-256 8b9341db890c6d05d3e7183529fad8dd37af4afa0715bb7b4e044eaee1983066

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3d6d7b7a28f9f5f658cd392d7398db2b85835a79e55810a3d89efec61c446493
MD5 6327afe44a99e1501dbd09914d465bdb
BLAKE2b-256 679192330431969caa062ae4193669f6727bb5e7e12cd799a7ad6bcf29b40cd6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 41c1c151acbcad791a77224a33286d90ddd54f30cf06c2a10df76753e3c13065
MD5 78868d513779ae47a107a6812d11c99c
BLAKE2b-256 4cf7b76f39f122370eb920fc954668130ac9f4b843aa601cfafdd8914ccdb81d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: fluidfft-0.4.4-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 261.0 kB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for fluidfft-0.4.4-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3cd26db91a8d2eb333e1eccb99b3a7a99a7eb4cf4241d18454eee291e9905dbd
MD5 74373fb0a1fb525219877569a0e9deb8
BLAKE2b-256 f75f697aaa7fce1b7aa7358b715e32d12483f2cefc70c480a16b338b2aa818c2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp312-cp312-win_amd64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 99db967c09396f3ba8d33b5722164489ea5d76b60b59544103337ff8687919d7
MD5 3daabc945feff54a111cedf183cfcb0a
BLAKE2b-256 d4fd8c1f159c4381023e21e17a229786ab53c33aece89061544a7d9de54e015d

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 14e0eff529904f49376b68349b8afe8a518a5688cc9411049feb96832af13d5e
MD5 f27e1781a847b52599c0e8f7dfe78890
BLAKE2b-256 99e88738b55106c04f581dc7784d06f573ef35804366444452207ad180b2bedb

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bd3874d2336950a5e5ecb51ccf0a5903f85157d4a7a235059aa0e6a99e00a475
MD5 594ed414c5ddd66fdc77c9a75f32592c
BLAKE2b-256 6d6c3cb870c5b75e9f9e67c50c8540d19461b8f54051e84a38a78a12f94fb15f

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 70245ee9e357abb35b7d7095b6463f650f851d58b7e1aebf5b31e15ae220c172
MD5 e5d7333cecacc36a1d258360528d752d
BLAKE2b-256 e4decbb05c1a407a3276b677a0b34a5a4f812bc0d2cae5660f5451b82e463847

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: fluidfft-0.4.4-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 260.8 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for fluidfft-0.4.4-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 ed585f97c168803ec5234710158a3e1d01f9f33af16d83182d1464041ec0c0b9
MD5 2c25610f98593c78e97a7781d0e27a80
BLAKE2b-256 a7f759083dfec9a0f71ba1a256116ede0123049a3024b252c026f5e0183b6ef0

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp311-cp311-win_amd64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c259a148d069cea823aa121f3b1948d00542d9d7af5f98caf98b113eba586135
MD5 ad7417e33bce5f3185ea29300ba09b50
BLAKE2b-256 572ca18656bc2b09fbea37b44b1e4a9fe723a7047c9b2f54e8b8734d0fea4980

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 01cd4c07cecf8414fcd459a5aa6df46889386d7000deb77f91b982a973071136
MD5 7a733945273a035ce44fee5e8b2e5028
BLAKE2b-256 a2102336fab86979a1bc2035777279df1c223b74b6afff83603ef8a9c2c5b2db

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 acba1ab8259f2fc56d498dd9cff78829a0658b42b363b1960c37f5f32fd79dd9
MD5 d38620b48758b917bdb4d78af44f8dc3
BLAKE2b-256 cc2bc3c43b98b3bc981e0cc6c50891272d99c1bb04872e1998c711e4094c726c

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 7bb72b9358a1cb0fd31759b0dd4193729ee3366eca8d355a274b29f28a2da984
MD5 b9c6f5536bb236bd92c68876e3da623f
BLAKE2b-256 412e02127438c2168081d2eab613e4baaf4029856f97a2c6b9496b6518a4cdc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: fluidfft-0.4.4-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 260.8 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for fluidfft-0.4.4-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 955e82d851316702bee003879ea83c30855fe1a058f7cf7dc34c3fa9577d14c9
MD5 432265d1cbdb126dcf9bacd58c2dd939
BLAKE2b-256 63a76e2671fb3a1981ee4afd7f98f33dd73e489c84bc39238134dc10acf27a57

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp310-cp310-win_amd64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 ee655e924337d89a573ce42223bca1800798d4e8501d0a8844c35b3744796cb6
MD5 93581e502d07cca06288b14631db6880
BLAKE2b-256 9d73d2b16792b75d62dc73067cc316916816d47f69d2cb302f136dfd94f0b1e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ecbb29a96dc62eafc7f555fe7b4d4f521af6d4f0a8aa0529547d3589a589c3d6
MD5 17174dae5e0f0b19d358af26be254f61
BLAKE2b-256 4dfbfdc48b78735d1e2629077c9233ad47d13a2695739484703a013a780de735

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 504dbafecdc6ee21a0270dc902e02592b67497f9075a35a35d27fa0b87036675
MD5 b4dc09d5f4227e01f355cc40ea2509a1
BLAKE2b-256 8e2163c0551db0cc6f744f7d7177da51c5abec0bc1b073f9759ce7c7aa7184d2

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file fluidfft-0.4.4-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for fluidfft-0.4.4-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 c45dcbe8e30fbd56a9cbddd8d6ca3f3e7b24964f6c5280a6cf6a3aec3f72e108
MD5 9231c4b922078f1d9ce6a8cbe4395ff5
BLAKE2b-256 bd6850cecfcc05f5cb0b33611a5b74d7600decc86b4c72d5ead2e6bbad95024b

See more details on using hashes here.

Provenance

The following attestation bundles were made for fluidfft-0.4.4-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: wheels.yml on fluiddyn/fluidfft

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page