Skip to content

Releases: JuliaMath/FFTW.jl

v0.2.0

15 Mar 00:01
508ad53
Compare
Choose a tag to compare
Grabbag of fixes for 0.7 (#64)

v0.1.2

20 Dec 20:22
8302e87
Compare
Choose a tag to compare
Fix uses of now-lazy adjoint (#50)

v0.1.1

30 Sep 01:34
Compare
Choose a tag to compare
Use MKL for FFTs if Julia's BLAS is MKL (#42)

v0.1.0

31 Aug 02:00
Compare
Choose a tag to compare
Use the FFTW binaries from fftw-builder (#30)

v0.0.4: Temporarily mark the 2D brfft inference test as broken (#28)

01 Aug 21:33
Compare
Choose a tag to compare
* Temporarily mark the 2D brfft inference test as broken

* Also mark 2D plan_bfft inference test as broken

* Mark more inference tests as broken

* Replace uses of ANY

* Fully switch to where syntax

v0.0.3: Merge pull request #21 from JuliaMath/aa/ugh-oh-my-god

20 Jul 19:38
Compare
Choose a tag to compare

v0.0.2: Merge pull request #14 from JuliaMath/sf/proper_libnames

28 Jun 19:05
Compare
Choose a tag to compare

v0.0.1: Remove DSP functions (to be rehomed) (#11)

07 Jun 23:24
Compare
Choose a tag to compare
* Remove DSP functions (to be rehomed)

* Remove DSP doc file from the doc build

* Copy necessary DCT tests to runtests.jl

* Ensure DCT functions are called from the package, not Base