Skip to content

Commit 54c882e

Browse files
remove DSP (but ensure that [0.7.7, 0.8.0) is loaded by tagging a new patch of ToeplitzMatrices)
JuliaLinearAlgebra/ToeplitzMatrices.jl@1e4f92c
1 parent 51688b7 commit 54c882e

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
name = "FastTransforms"
22
uuid = "057dd010-8810-581a-b7be-e3fc3b93f78c"
3-
version = "0.14.4"
3+
version = "0.14.5"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
7-
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
87
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
98
FastGaussQuadrature = "442a2c76-b920-505d-bb47-c5924d526838"
109
FastTransforms_jll = "34b6f7d7-08f9-5794-9e10-3819e4c7e49a"
@@ -19,13 +18,12 @@ ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
1918

2019
[compat]
2120
AbstractFFTs = "1.0"
22-
DSP = "0.6, 0.7"
2321
FFTW = "1"
2422
FastGaussQuadrature = "0.4"
2523
FastTransforms_jll = "0.6.0"
2624
FillArrays = "0.9, 0.10, 0.11, 0.12, 0.13"
2725
GenericFFT = "0.1"
2826
Reexport = "0.2, 1.0"
2927
SpecialFunctions = "0.10, 1, 2"
30-
ToeplitzMatrices = "0.6, 0.7"
28+
ToeplitzMatrices = "0.7.2"
3129
julia = "1.7"

src/FastTransforms.jl

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ module FastTransforms
33
using FastGaussQuadrature, FillArrays, LinearAlgebra,
44
Reexport, SpecialFunctions, ToeplitzMatrices
55

6-
import DSP
7-
86
@reexport using AbstractFFTs
97
@reexport using FFTW
108
@reexport using GenericFFT
@@ -21,8 +19,6 @@ import AbstractFFTs: Plan, ScaledPlan,
2119
fftshift, ifftshift, rfft_output_size, brfft_output_size,
2220
plan_inv, normalization
2321

24-
import DSP: conv
25-
2622
import FFTW: dct, dct!, idct, idct!, plan_dct!, plan_idct!,
2723
plan_dct, plan_idct, fftwNumber
2824

@@ -95,8 +91,6 @@ export weightedhermitetransform, iweightedhermitetransform
9591

9692
include("hermite.jl")
9793

98-
include("fftBigFloat.jl")
99-
10094
export gaunt
10195

10296
include("gaunt.jl")

src/fftBigFloat.jl

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)