Skip to content

Tags: HDictus/DSP.jl

Tags

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update .gitignore

Remove /doc folder, which has been removed from the repo.

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request JuliaDSP#221 from wherrera10/master

Fixes for 0.7 and 1.0. Thanks @mokus0 and @wherrera10!

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix a few deprecations on Julia 0.7 (JuliaDSP#207)

* Use `eigen` and `eigen!` on newer Julia

* Use single-argument `eval`

* Replace `atan2` with two-argument `atan`

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump minimum required Julia version to 0.6 (JuliaDSP#194)

METADATA does not allow `julia 0.6-rc1` anymore.

v0.3.4

Toggle v0.3.4's commit message
Fix FFTW related warning on Julia 0.6 (JuliaDSP#179)

Avoid `using FFTW` on Julia 0.6, as the FFTW package does not define a
module there, leading a warning about failed precompilation.

v0.3.3

Toggle v0.3.3's commit message
Fix exports of functions removed from Base in 0.7.0-DEV.602 (JuliaDSP…

…#175)

v0.3.2

Toggle v0.3.2's commit message
Fix Base function overloading (JuliaDSP#164)

v0.3.1

Toggle v0.3.1's commit message
Make the FFTW importing VERSION bound more specific (JuliaDSP#163)

v0.3.0

Toggle v0.3.0's commit message
Temporarily bump the FFTW importing check on VERSION to >=1.0.0 (Juli…

…aDSP#162)

v0.2.0

Toggle v0.2.0's commit message
Requirement fixes