Recent Releases of FourierTools
FourierTools - v0.4.8
FourierTools v0.4.8
Merged pull requests:
- Corrected the bug with the result eltype of the damp_edge_outside (#52) (@hzarei4)
- Julia
Published by github-actions[bot] over 1 year ago
FourierTools - v0.4.7
FourierTools v0.4.7
- Add implementation for Sliding Discrete Fourier Transform (SDFT) #49
Merged pull requests: - Add Sliding Discrete Fourier Transforms (#49) (@heliosdrm)
- Julia
Published by github-actions[bot] over 1 year ago
FourierTools - v0.4.6
FourierTools v0.4.6
Merged pull requests: - Fix gaussian integral (#46) (@RainerHeintzmann)
- Julia
Published by github-actions[bot] over 1 year ago
FourierTools - v0.4.5
FourierTools v0.4.5
The czt routine was improved. Type stability was improved. CZT-Plans are supported.
Merged pull requests: - addec CUDA.jl support for czt (#44) (@RainerHeintzmann)
- Julia
Published by github-actions[bot] almost 2 years ago
FourierTools - v0.4.4
FourierTools v0.4.4
- Julia
Published by github-actions[bot] almost 2 years ago
FourierTools - v0.4.3
FourierTools v0.4.3
Merged pull requests: - the CZT package was completely rewritten. Now supporting destination sizes and plans (#34) (@RainerHeintzmann) - Remove wrong rule to fix issue #35 (#36) (@roflmaostc) - to update the make-cuda-work branch (#40) (@RainerHeintzmann) - fix(docs): Typos and signature (#42) (@kunzaatko)
Closed issues:
- Incorrect rrule for conv? (#35)
- select_region does not export, is this on purpose? (#38)
- Julia
Published by github-actions[bot] about 2 years ago
FourierTools - v0.4.2
FourierTools v0.4.2
Merged pull requests: - Fix bug with type promotion in fftpos (#37) (@RainerHeintzmann)
- Julia
Published by github-actions[bot] about 3 years ago
FourierTools - v0.4.1
FourierTools v0.4.1
Merged pull requests: - added fourier_reverse! operations (#33) (@RainerHeintzmann)
- Julia
Published by github-actions[bot] about 3 years ago
FourierTools - v0.4.0
FourierTools v0.4.0
Closed issues:
- Missing tests for czt (#9)
- Runtime dispatch with ft_fix_before (#29)
Merged pull requests: - Fractiona fourier transform (#26) (@roflmaostc) - Fourier join fix (#30) (@RainerHeintzmann) - fixed a problem with czt which causes wrap-around. This had an effect… (#31) (@RainerHeintzmann) - remove comment in test and changed czt input type requirement. (#32) (@RainerHeintzmann)
- Julia
Published by github-actions[bot] over 3 years ago
FourierTools - v0.3.7
FourierTools v0.3.7
- reexports functionality of FFTW
Merged pull requests: - Fourier filtering (#23) (@RainerHeintzmann) - Add reexport to simplify usage with FFT and NFFT (#25) (@roflmaostc)
- Julia
Published by github-actions[bot] over 3 years ago
FourierTools - v0.3.4
FourierTools v0.3.4
Closed issues: - Remove unused variable (#7) - Bug in rotate (#21)
Merged pull requests: - Add simple ccorr method to FourierTools (#18) (@roflmaostc) - fixed bug in rotate and added feature to remove wrap-around on shear! (#22) (@RainerHeintzmann)
- Julia
Published by github-actions[bot] almost 4 years ago
FourierTools - v0.3.3
FourierTools v0.3.3
- Fix bug in NFFT planning for Julia 1.6
- Julia
Published by github-actions[bot] almost 4 years ago
FourierTools - v0.3.2
FourierTools v0.3.2
Merged pull requests: - Added NFFT support and resample_nfft. (#15) (@RainerHeintzmann) - CompatHelper: add new compat entry for NFFT at version 0.11, (keep existing compat) (#16) (@github-actions[bot]) - CompatHelper: bump compat for NFFT to 0.12, (keep existing compat) (#17) (@github-actions[bot])
- Julia
Published by github-actions[bot] almost 4 years ago
FourierTools - v0.3.1
FourierTools v0.3.1
- Fix bug in
resample - Add buffer based
fftshift!andifftshift!
- Julia
Published by github-actions[bot] over 4 years ago
FourierTools - v0.3.0
FourierTools v0.3.0
- Breaking change in
fftpos. See docs
Merged pull requests: - Change behaviour of fftpos methods (#11) (@roflmaostc) - CompatHelper: bump compat for NDTools to 0.4, (keep existing compat) (#12) (@github-actions[bot])
- Julia
Published by github-actions[bot] over 4 years ago
FourierTools - v0.2.5
FourierTools v0.2.5
Closed issues: - Cannot install (#10)
- Julia
Published by github-actions[bot] over 4 years ago
FourierTools - v0.2.4
FourierTools v0.2.4
- Julia
Published by github-actions[bot] almost 5 years ago
FourierTools - v0.2.3
FourierTools v0.2.3
- Julia
Published by github-actions[bot] almost 5 years ago
FourierTools - v0.2.2
FourierTools v0.2.2
Merged pull requests: - CompatHelper: bump compat for "ChainRulesCore" to "0.10" (#6) (@github-actions[bot])
- Julia
Published by github-actions[bot] almost 5 years ago
FourierTools - v0.2.1
FourierTools v0.2.1
- Bug fix in dependency of ChainRulesCore
- Julia
Published by github-actions[bot] about 5 years ago
FourierTools - v0.2.0
FourierTools v0.2.0
- Change convolution methods
Merged pull requests: - CompatHelper: bump compat for "ChainRulesCore" to "0.10" (#5) (@github-actions[bot])
- Julia
Published by github-actions[bot] about 5 years ago
FourierTools - v0.1.1
FourierTools v0.1.1
- Julia
Published by github-actions[bot] about 5 years ago
FourierTools - v0.1.0
FourierTools v0.1.0
First release of FourierTools.jl which allows to work with the Fourier space conveniently Array manipulation like shifting, shearing, rotation based on Fourier space methods Fast fftshift(fft(arr)) operations with ffts and similarly Fourier based up and downsampling (sinc interpolation) of a signal via zero padding and center cropping in Fourier space FFT based convolutions via conv
Closed issues:
- resample with rftmessed up the highest frequency slice in the first dimension (#1)
Merged pull requests: - CompatHelper: add new compat entry for "IndexFunArrays" at version "0.1" (#2) (@github-actions[bot])
- Julia
Published by github-actions[bot] about 5 years ago