Skip to content

Releases: styfenschaer/rocket-fft

Version 0.0.2

23 Jan 20:59
Compare
Choose a tag to compare

This version fixes a bug in v0.0.1 that causes Rocket-FFT to not use the correct shared library on Linux.

Version 0.0.1

22 Jan 22:38
Compare
Choose a tag to compare

Rocket-FFT supports Windows, Linux and MacOS, with caching of functions only supported on Windows. Compilation times are reasonable, and are fastest when functions are called with default arguments. Numpy and Scipy type conversion is supported and can be configured by the user. Additionally, a low-level PocketFFT interface is available for use. All high-level interface functions have been thoroughly tested, including typing tests.