Skip to content

Releases: JuliaDSP/DSP.jl

v0.6.0

13 Aug 16:55
v0.6.0
1ca3c74
Compare
Choose a tag to compare

v0.6.0 (2019-08-12)

Diff since v0.5.2

Closed issues:

  • Float32 vs Real (#302)
  • Issue with Util.hilbert(...) (#296)
  • Implement conv for AbstractVector (#294)
  • Broken documentation link in periodograms.jl (#289)
  • xcorr offsets with offset arrays and padmode = :longest (#288)
  • Overlap with ImageFiltering.jl? (#280)
  • ND-xcorr (#274)
  • use DSP's conv for 0.6 (#271)
  • xcorr sign convention (#267)
  • conv2 int and float (#263)
  • Filter Coefficient Priniting (#255)
  • Webpage error (#254)
  • xcorr pads inputs to equal length (#253)
  • Why named DSP.jl rather than DigitalSignalProcessing.jl? (#249)
  • New tagged version? (#247)
  • Convolution of AbstractVector{<:Number} (#228)
  • Error using Util.hilbert() [Fedora 28] (#227)
  • filtfilt with complex vector on julia-1.0 fails with MethodError (#222)
  • Rename conv2 to conv (#202)
  • Segfault (#119)

Merged pull requests:

v0.5.2

05 Dec 20:06
5abc507
Compare
Choose a tag to compare

Updates to support Julia 1.0

15 Aug 00:54
f3c9382
Compare
Choose a tag to compare
Merge pull request #221 from wherrera10/master

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

v0.5.0

09 Jul 12:42
d5bd196
Compare
Choose a tag to compare
  • Frequency estimation with esprit
  • Multi-dimensional unwrap (deprecates unwrap on multi-dimensional arrays without explicitly given dims)
  • Some deprecations fixes on Julia 0.7

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)