Skip to content

Releases: JuliaMath/FFTW.jl

v1.2.1

27 Apr 21:01
2638fbe
Compare
Choose a tag to compare

FFTW v1.2.1

Diff since v1.2.0

Closed issues:

  • Weird Compat issue (#132)
  • Pkg.add("FFTW") shouldn't install MKL (#133)
  • hangs during plan_rfft (#137)
  • Five argument mul! (#139)
  • libfftw3 not defined on Raspberry Pi 3 Raspbian (#143)
  • doesn't finish precompiling on julia 1.4 on macos (#144)

Merged pull requests:

v1.2.0

17 Dec 19:07
v1.2.0
d6722dd
Compare
Choose a tag to compare

v1.2.0 (2019-12-17)

Diff since v1.1.0

Closed issues:

  • could not load library "libmkl_rt" (#130)
  • "libmkl_rt" on Windows (#120)
  • Don't use Conda (#118)

Merged pull requests:

v1.1.0

10 Nov 00:01
v1.1.0
b17ecac
Compare
Choose a tag to compare

v1.1.0 (2019-11-09)

Diff since v1.0.1

Closed issues:

  • ifft makes mistakes (#116)
  • speed regression on Mojave (#108)
  • FFTW doesn't work on arm: libm.so: cannot open shared object file: No such file or directory (#104)

Merged pull requests:

v1.0.1

19 Sep 10:20
v1.0.1
c04ce76
Compare
Choose a tag to compare

v1.0.1 (2019-09-18)

Diff since v1.0.0

Closed issues:

  • JULIA_NUM_THREADS not working with 1.3-rc2 (#113)
  • Building FFTW tries to download to read-only folder (#111)
  • Broken precompilation under Julia 1.3-alpha1/win64 (#110)

Merged pull requests:

v1.0.0

08 Sep 07:45
v1.0.0
5c3d4a3
Compare
Choose a tag to compare

v1.0.0 (2019-09-05)

Diff since v0.3.0

Closed issues:

  • FFTW planner is not thread safe. (#66)

Merged pull requests:

v0.3.0

24 Jul 18:53
v0.3.0
55f33ae
Compare
Choose a tag to compare

v0.3.0 (2019-07-24)

Diff since v0.2.4

Closed issues:

  • Broken link to the documentation of AbstractFFTs in docs (#101)
  • Tests fail on aarch64 (#100)
  • How can I transform of 2D FFT for image? (#93)
  • How can I transform of 2D FFTW fro image? (#92)
  • FFTW build fail on ARMv7 (#90)
  • Pkg.add("FFTW") fails in Windows Julia 1.0.3 (#84)
  • Package compatibility caps (#80)

Merged pull requests:

v0.2.4

11 Aug 17:02
Compare
Choose a tag to compare
Upgrade to 0.7/1.0 (#79)

* Removed precompile and deprecated call to Base.BLAS

* Upgrade Travis & Appveyor to 0.7/1.0

Fix most depwarns for 0.7-beta

02 Jul 14:18
d2b22f4
Compare
Choose a tag to compare
switch to BinaryBuilder binaries (#74)

* switch to BinaryBuilder binaries

* fix alignment check for MKL

* latest FFTW build always has threads

* support installing MKL via Conda, and use for testing; bugfix for MKL claiming to be FFTW 3.3.4 but not having sprint_plan

* no need for dlext

v0.2.2

20 Apr 06:12
9871d54
Compare
Choose a tag to compare

Fix check of UNALIGNED flag in assert_applicable

v0.2.1

18 Apr 15:32
Compare
Choose a tag to compare
Workaround JuliaLang/julia#26827 by adding type assertions (#68)