kissfft

a Fast Fourier Transform (FFT) library that tries to Keep it Simple, Stupid

OTHER License

Stars
1.5K
Committers
28

Bot releases are visible (Hide)

kissfft - Latest Release

Published by mborgerding over 3 years ago

This is the first release with semantic versioning. It has the roughly the same code as v131, but some symbol visibility changes and build enhancements to improve shared object usage and use as a packaged/installed library.

kissfft - version v131

Published by mborgerding over 5 years ago

  • various improvements to the c++ version.
    ** use std::acos instead of acos in c++ version
    ** more standard use of scratchbuf in c++ version
  • Travis CI was added
  • SPDX license identifiers added for easy automated parsing
  • minor changes related to switch from hg on sourceforge to git on github
  • modernized some python tests