Skip to content

Replace FFTW with numpy's FFT

Compare
Choose a tag to compare
@pavlin-policar pavlin-policar released this 11 Sep 09:56
· 608 commits to master since this release

In order to make usage as simple as possible and remove and external dependencies on FFTW (which needed to be installed locally before), this update replaces FFTW with numpy's FFT.