Skip to content

Releases: JuliaMath/AbstractFFTs.jl

v0.5.0

08 Nov 23:49
v0.5.0
6dc6f60
Compare
Choose a tag to compare

v0.5.0 (2019-11-08)

Diff since v0.4.1

Closed issues:

  • Tag new version? (#30)
  • fft\(::Double64s\) ok on v1.3.0-DEV, not ok on v1.1.1 (#28)
  • With Double64s? (#27)
  • Frequencies of FFT: fftfreq (#19)

Merged pull requests:

  • Move Frequencies, fftfreq, rfftfreq from DSP.jl to AbstractFFTs.jl (#26) (crstnbr)

v0.4.1

08 May 20:04
162c162
Compare
Choose a tag to compare
Delete REQUIRE, set Project.toml version to 0.4.1 (#25)

v0.4.0

13 Apr 19:22
2f11b0e
Compare
Choose a tag to compare
Updates for Julia 1.0+ (#22)

This drops support for Julia versions prior to 1.0, allowing us to
simplify version checking logic and drop the dependency on Compat.

This also updates the documentation setup.

Fix depwarns for 0.7-beta

02 Jul 14:16
Compare
Choose a tag to compare
The `julia` keyword argument to `Documenter.deploydocs` (#14)

will be required in the future instead of automatically
defaulting to `julia = "nightly"
(see https://github.com/JuliaDocs/Documenter.jl/pull/712,
https://github.com/JuliaDocs/Documenter.jl/issues/526).

This commit adds `julia = "nightly"` to `Documenter.deploydocs`.

v0.3.1

14 Mar 21:07
Compare
Choose a tag to compare
Use triangular dispatch in `eltype` definition (#11)

v0.3.0

21 Feb 19:51
862afdc
Compare
Choose a tag to compare
Merge pull request #10 from martinholters/fixes_0.7

Fixes for Julia 0.7 (and drop support for a range of DEV versions)

v0.2.1

17 Jan 18:31
c1eb41d
Compare
Choose a tag to compare
Merge pull request #9 from martinholters/fix_normalization_inference

Add a typeassert in `normalization`

v0.2.0

19 Jul 20:04
Compare
Choose a tag to compare
Import more things from Base on older Julia (#7)

v0.1.0

16 Jun 04:05
Compare
Choose a tag to compare
Overload deprecated Base versions of functions (#5)

v0.0.1: Merge pull request #4 from JuliaMath/aa/tests

05 Jun 20:41
Compare
Choose a tag to compare