Skip to content

Releases: JuliaMath/AbstractFFTs.jl

v1.5.0

30 Jul 00:40
ee9f1b8
Compare
Choose a tag to compare

AbstractFFTs v1.5.0

Diff since v1.4.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

05 Jul 14:28
1cc9ca0
Compare
Choose a tag to compare

AbstractFFTs v1.4.0

Diff since v1.3.2

Merged pull requests:

v1.3.2

27 Jun 18:53
b5109aa
Compare
Choose a tag to compare

AbstractFFTs v1.3.2

Diff since v1.3.1

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 and include("chainrulesext") in a Requires.@require block (#106)

Merged pull requests:

v1.3.1

08 Mar 12:34
79789f2
Compare
Choose a tag to compare

AbstractFFTs v1.3.1

Diff since v1.3.0

Merged pull requests:

  • Ensure all fft-like functions fallback to version with region when region not provided (#84) (@gaurav-arya)

v1.3.0

07 Mar 22:01
b2dd69c
Compare
Choose a tag to compare

AbstractFFTs v1.3.0

Diff since v1.2.1

Closed issues:

  • Why no brfft! or irfft!? (#70)
  • Make Frequencies an AbstractRange (#74)

Merged pull requests:

v1.2.1

03 Jul 08:59
600b24a
Compare
Choose a tag to compare

AbstractFFTs v1.2.1

Diff since v1.2.0

Merged pull requests:

v1.2.0

30 Jun 19:30
3e7d412
Compare
Choose a tag to compare

AbstractFFTs v1.2.0

Diff since v1.1.0

Closed issues:

  • Old Documentation (#60)
  • Missing fftshift! and ifftshift! (#62)

Merged pull requests:

v1.1.0

11 Jan 00:13
2bae074
Compare
Choose a tag to compare

AbstractFFTs v1.1.0

Diff since v1.0.1

Merged pull requests:

v1.0.1

01 Mar 16:59
d007201
Compare
Choose a tag to compare

AbstractFFTs v1.0.1

Diff since v1.0.0

Closed issues:

  • Roadmap to 1.0? (#47)

Merged pull requests:

v1.0.0

24 Dec 18:49
31f6efc
Compare
Choose a tag to compare

AbstractFFTs v1.0.0

Diff since v0.5.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)