Skip to content

Releases: EHTJulia/AbstractFastHartleyTransforms.jl

AbstractFastHartleyTransforms.jl v0.1.2

08 Jan 22:29
Compare
Choose a tag to compare

Adding a new reference implementation for r2r transforms. (see #5 )

  • FHTPlan/FHTPlanInplace have been replaced to BFFTPlan/BFFTPlanInplace
  • Added R2RPlan/R2RPlanInplace for the implementation using r2r FFT interfaces

Full Changelog: v0.1.1...v0.1.2

AbstractFastHartleyTransforms.jl v0.1.1

08 Jan 19:34
Compare
Choose a tag to compare

Minor fix to the first release. No net changes in the usage except for removing some reexports of functions from AbstractFFTs.jl.

  • Minor fix to make the reference FHTPlan / FHTPlanInplace implementations to support GPUArrays.
  • remove some reexport of some FFT-related functions from AbstractFFTs.jl
  • updates in readme, docstrings, code formatting (forced to comply with Blue).
  • add unit tests

Full Changelog: v0.1.0...v0.1.1

AbstractFastHartleyTransforms.jl v0.1.0

08 Jan 19:25
Compare
Choose a tag to compare

The first release. The abstract types and functions provided by the first release have been tested with an implementation using FFTW.jl, which will be released once this package is registered.