From 2e4ef815e50f26e1412580d17203ab73fe72f628 Mon Sep 17 00:00:00 2001 From: "Steven G. Johnson" Date: Fri, 10 Nov 2017 13:41:00 -0500 Subject: [PATCH] fix #24532 (FFTW deprecation) (#24540) --- base/deprecated.jl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/deprecated.jl b/base/deprecated.jl index 115798b36e504..78eabaafc219e 100644 --- a/base/deprecated.jl +++ b/base/deprecated.jl @@ -1320,6 +1320,7 @@ module DFT @eval Base.@deprecate_moved $f "FFTW" end end + Base.deprecate(DFT, :FFTW, 2) export FFTW end using .DFT @@ -1331,6 +1332,7 @@ module DSP @eval Base.@deprecate_moved $f "DSP" end end +deprecate(Base, :DSP, 2) using .DSP export conv, conv2, deconv, filt, filt!, xcorr