Releases: JuliaMath/AbstractFFTs.jl
Releases · JuliaMath/AbstractFFTs.jl
v0.5.0
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
Delete REQUIRE, set Project.toml version to 0.4.1 (#25)
v0.4.0
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
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
Use triangular dispatch in `eltype` definition (#11)
v0.3.0
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
Merge pull request #9 from martinholters/fix_normalization_inference
Add a typeassert in `normalization`
v0.2.0
Import more things from Base on older Julia (#7)
v0.1.0
Overload deprecated Base versions of functions (#5)
v0.0.1: Merge pull request #4 from JuliaMath/aa/tests