Releases: mborgerding/kissfft
Releases · mborgerding/kissfft
131.2.0
New release mostly containing build system changes and other small things.
What's Changed
- fixed test/Makefile line 137 missing ')' by @razor7788 in #70
- call $(MAKE) instead of make by @felixjogris in #98
- Add newline to end of kiss_fft_log.h by @lanurmi in #99
- Use M_PI instead of M_PIl by @cmumford in #96
- CMakeLists.txt: Bump minimum version to 3.10 by @C0rn3j in #109
- Bump minimum CMake version in kissfft-config.cmake by @krop in #101
- Makefile: Do not fail creating
pkgconfigdirectory if it already exists by @C0rn3j in #107 - README.md: Correctly capitalize simd option by @C0rn3j in #106
- tests/CMakeLists.txt: Fix CMP0148 by @C0rn3j in #108
- Tweaked wording in
READMEby @evanwporter in #100
New Contributors
- @razor7788 made their first contribution in #70
- @felixjogris made their first contribution in #98
- @lanurmi made their first contribution in #99
- @cmumford made their first contribution in #96
- @C0rn3j made their first contribution in #109
- @krop made their first contribution in #101
- @evanwporter made their first contribution in #100
Full Changelog: 131.1.0...131.2.0
131.1.0
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.
version v131
- various improvements to the c++ version.
** usestd::acosinstead ofacosin 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