Releases: JuliaMath/FFTA.jl
Releases · JuliaMath/FFTA.jl
v0.3.1
FFTA v0.3.1
Merged pull requests:
- Basic benchmark suite (#93) (@andreasnoack)
- Extend power-of-2 benchmarks to 2^19 and 2^20 (#94) (@andreasnoack)
- Use the radix-4 FFT for odd powers of two (#95) (@andreasnoack)
- Add real FFT benchmarks to benchmark suite (#97) (@andreasnoack)
- Compute real 1D FFT for 1D arrays with two complex FFTs when possible (#98) (@andreasnoack)
Closed issues:
v0.3.0
FFTA v0.3.0
Breaking
brfftnow returns a real vector
Non-breaking
- Various bugfixes and performance improvements
Merged pull requests:
- Introduce function barrier in higher dimensional transform loop to avoid a lot of allocations. (#62) (@andreasnoack)
- Logistical changes (#65) (@dannys4)
- Bump actions/checkout from 4 to 5 (#68) (@dependabot[bot])
- Fix RFFT for arrays with more than two dimensions (#69) (@jusack)
- Add Aqua tests (#70) (@devmotion)
- Clean up imports and add tests with ExplicitImports.jl (#71) (@devmotion)
- Bump actions/checkout from 5 to 6 (#73) (@dependabot[bot])
- Bump actions/cache from 4 to 5 (#74) (@dependabot[bot])
- Adjust allocation tests (#75) (@andreasnoack)
- Make brfft return a real type (#76) (@andreasnoack)
- Fix handling of custom element types and add tests (#82) (@andreasnoack)
- Add bounds checking (#85) (@andreasnoack)
- Reinstantiate Matlab style vectorization for 1D FFTs (#86) (@andreasnoack)
- Reenable complex 2D FFT for ND arrays (#87) (@andreasnoack)
- Bump version from 0.2.5 to 0.3.0 (#89) (@dannys4)
- 2D rfft for N-d arrays (#90) (@jusack)
Closed issues:
v0.2.5
FFTA v0.2.5
Merged pull requests:
- Fix the size one case and provide informative error message in the size zero case. (#47) (@andreasnoack)
- Bump actions/cache from 1 to 4 (#51) (@dependabot[bot])
- Bump actions/checkout from 2 to 4 (#52) (@dependabot[bot])
- Bump codecov/codecov-action from 1 to 5 (#53) (@dependabot[bot])
Closed issues:
v0.2.4
FFTA v0.2.4
v0.2.3
FFTA v0.2.3
Closed issues:
Merged pull requests:
- Adding more info in docs (#36) (@dannys4)
- Adding dev docs (#37) (@dannys4)
- Removing loopvectorization (#38) (@dannys4)
- Add
codecovbadge (#39) (@dannys4) - Add support for AbstractFFTs Interface (#40) (@dannys4)
- CompatHelper: add new compat entry for AbstractFFTs at version 1, (keep existing compat) (#43) (@github-actions[bot])
- CompatHelper: add new compat entry for Reexport at version 1, (keep existing compat) (#44) (@github-actions[bot])
- CompatHelper: bump compat for DocStringExtensions to 0.9, (keep existing compat) (#45) (@github-actions[bot])
v0.2.2
FFTA v0.2.2
Closed issues:
Merged pull requests:
- Update README.md (#27) (@dannys4)
- Add an example that makes FFTA look good (#28) (@dannys4)
- Creating radix 3 FFT (#29) (@dannys4)
- Update Project.toml (#30) (@dannys4)
- Create accessible documentation for FFTA (#31) (@dannys4)
- CompatHelper: add new compat entry for Documenter at version 0.27, (keep existing compat) (#32) (@github-actions[bot])
- Build out documentation (#33) (@dannys4)
- Releasing v0.2.2 (#35) (@dannys4)
v0.2.1
v0.2.0
FFTA v0.2.0
Closed issues:
- Release v0.1.0 (#7)
Merged pull requests:
- Releasing v0.1.0 (#6) (@dannys4)
- Better typing, support for reals (#9) (@dannys4)
- Move callgraph into new file (#10) (@dannys4)
- CompatHelper: add new compat entry for LoopVectorization at version 0.12, (keep existing compat) (#12) (@github-actions[bot])
- New and improved! (#13) (@dannys4)
- Remove randomness (#14) (@dannys4)
- Remove docs from CI (#15) (@dannys4)
- New release! (#16) (@dannys4)