Releases: JuliaMath/FFTW.jl
Releases · JuliaMath/FFTW.jl
v1.2.1
v1.2.0
v1.2.0 (2019-12-17)
Closed issues:
Merged pull requests:
- Bump version for a new release (#131) (ararslan)
- Update readme for mkl build note (#129) (ianshmean)
- Fix windows MKL & add windows to travis (windows MKL wasn't being tested) (#128) (ianshmean)
- use MKL_jll instead of Conda during build (#127) (ianshmean)
- Minor cleanup for Julia 1.3 (#126) (ararslan)
- Upgrade to Julia 1.3+, use JLL package to provide FFTW (#122) (staticfloat)
v1.1.0
v1.0.1
v1.0.0
v0.3.0
v0.3.0 (2019-07-24)
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:
- fix alignment check (#103) (stevengj)
- Fixed link to AbstractFFTs in docs (#102) (jishnub)
- Create CITATION.bib (#98) (asinghvi17)
- Add Project.toml and require Julia 1.0 (#97) (giordano)
- Fix dead link to AbstractFFTs documentation (#95) (crstnbr)
- Add Cirrus script to test the package on FreeBSD (#89) (giordano)
- Friendlier homepage with usage instructions (#86) (antoine-levitt)
- adds deps/build.log to .gitignore (#83) (ssfrr)
- Cap Documenter.jl to 0.19 on Travis (#82) (mortenpi)
- store prefs in depot_path/prefs (#81) (stevengj)
v0.2.4
Fix most depwarns for 0.7-beta
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
Fix check of UNALIGNED
flag in assert_applicable