Releases: JuliaMath/AbstractFFTs.jl
Releases · JuliaMath/AbstractFFTs.jl
v1.5.0
AbstractFFTs v1.5.0
Merged pull requests:
- Put tests of FFT backends into TestUtils submodule (#78) (@gaurav-arya)
- Rename ProjectionStyle -> AdjointStyle, _mul -> AdjointMul, and improve docs (#109) (@vpuri3)
v1.4.0
AbstractFFTs v1.4.0
Merged pull requests:
- Chain rules for FFT plans via AdjointPlans (#67) (@gaurav-arya)
v1.3.2
AbstractFFTs v1.3.2
Closed issues:
- README comment on normalization is confusing (#100)
- fft does not support BigFloat data (#102)
- Problem with Julia v1.9 (#104)
- rm
ChainRulesCore
dependency andinclude("chainrulesext")
in aRequires.@require
block (#106)
Merged pull requests:
- Add integration test for FastTransforms (#86) (@gaurav-arya)
- enable dependabot for GitHub actions (#89) (@ranocha)
- Bump codecov/codecov-action from 1 to 3 (#90) (@dependabot[bot])
- Update actions (#93) (@devmotion)
- For conversion of scale vector in adjoint (#105) (@ChrisRackauckas)
- put chainrules core in a requires block, rm it from deps (#107) (@vpuri3)
- Revert "put chainrules core in a requires block, rm it from deps" (#108) (@devmotion)
v1.3.1
AbstractFFTs v1.3.1
Merged pull requests:
- Ensure all fft-like functions fallback to version with region when region not provided (#84) (@gaurav-arya)
v1.3.0
AbstractFFTs v1.3.0
Closed issues:
Merged pull requests:
- Immutable ScaledPlan (#72) (@gaurav-arya)
- Add downstream integration tests (#76) (@devmotion)
- Support
plan_inv
for ScaledPlan's (#77) (@gaurav-arya) - Create Invalidations.yml (#79) (@ranocha)
- Make ChainRulesCore a weak dependency on Julia >= 1.9 (#85) (@devmotion)
v1.2.1
v1.2.0
AbstractFFTs v1.2.0
Closed issues:
Merged pull requests:
- fix docs not deploying for tagged versions (#64) (@fkastner)
- Add
region(::Plan)
for accessing transformed region (#65) (@devmotion) fftshift!
andifftshift!
(#66) (@Gregstrq)- Add missing doc entry for (i)fftshift! (#68) (@roflmaostc)
v1.1.0
v1.0.1
AbstractFFTs v1.0.1
Closed issues:
- Roadmap to 1.0? (#47)
Merged pull requests:
- Mention implementation in FastTransforms.jl (#29) (@antoine-levitt)
- Make minimum/maximum generic for Frequencies (#54) (@platawiec)
v1.0.0
AbstractFFTs v1.0.0
Closed issues:
- Type instability in fftshift/ifftshift (#36)
- Support for DoubleFloats (#39)
- Add support of Frequencies on non-0 Nyquist Band to fftfreq? (#41)
Merged pull requests:
- Simplify expression (#37) (@emmt)
- Install TagBot as a GitHub Action (#38) (@JuliaTagBot)
- Use tuples in fftshift, and add copy method (#40) (@mcabbott)
- Update docstrings for fftfreq and rfftfreq (#43) (@jishnub)
- Lazy broadcasting for Frequencies (#44) (@jishnub)
- Fast extrema computation for Frequencies (#45) (@jishnub)
- Update TagBot.yml (#46) (@jishnub)
- Improve inferrability (#48) (@timholy)
- MassInstallAction: Install the CI workflow on this repository (#49) (@timholy)
- MassInstallAction: Install the Documenter workflow on this repository (#50) (@timholy)