Skip to content

Releases: JuliaDSP/DSP.jl

v0.4.0

26 Mar 07:35
8949f53
Compare
Choose a tag to compare
  • New function meanfreq.
  • Fix #188 (deconv mutatiing its inputs).
  • Many fixes for upcoming Julia 0.7.
  • Switch to Documenter for documentation.

v0.3.4: Fix FFTW related warning on Julia 0.6 (#179)

28 Sep 07:50
Compare
Choose a tag to compare
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

25 Sep 17:46
Compare
Choose a tag to compare
Fix exports of functions removed from Base in 0.7.0-DEV.602 (#175)

v0.3.2

24 Jun 23:29
Compare
Choose a tag to compare
Fix Base function overloading (#164)

v0.3.1

16 Jun 04:06
Compare
Choose a tag to compare
Make the FFTW importing VERSION bound more specific (#163)

v0.3.0

15 Jun 07:11
Compare
Choose a tag to compare
Temporarily bump the FFTW importing check on VERSION to >=1.0.0 (#162)