Skip to content

Latest commit

 

History

History
9 lines (9 loc) · 340 Bytes

changelog.org

File metadata and controls

9 lines (9 loc) · 340 Bytes

v0.1.1

  • add C backend for PocketFFT, by simply wrapping the C version of the library
  • make fft an importable submodule, which imports the correct library depending on backend (C or C++). NOTE: The two backends use different APIs!

v0.1.0

  • PocketFFT based FFT submodule is made importable
  • add section about FFT in README