Releases: styfenschaer/rocket-fft
Releases · styfenschaer/rocket-fft
Version 0.0.2
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
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.