Skip to content

v0.3.4: Fix FFTW related warning on Julia 0.6 (#179)

Compare
Choose a tag to compare
@ararslan ararslan released this 28 Sep 07:50
· 396 commits to master since this release
Avoid `using FFTW` on Julia 0.6, as the FFTW package does not define a
module there, leading a warning about failed precompilation.