Skip to content

Commit c053ac7

Browse files
authored
Remove DSP conv type piracy (#146)
* Remove DSP conv type piracy * don't include ext file
1 parent a8e79be commit c053ac7

File tree

5 files changed

+3
-117
lines changed

5 files changed

+3
-117
lines changed

Project.toml

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name = "InfiniteLinearAlgebra"
22
uuid = "cde9dba0-b1de-11e9-2c62-0bab9446c55c"
3-
version = "0.6.23"
3+
version = "0.6.24"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
77
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
88
BlockArrays = "8e7c35d0-a365-5155-bbbb-fb81a777f24e"
99
BlockBandedMatrices = "ffab5731-97b5-5995-9138-79e8c1846df0"
10-
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
1110
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
1211
InfiniteArrays = "4858937d-0d70-526a-a4dd-2d5cb5dd786c"
1312
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
@@ -16,21 +15,14 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1615
MatrixFactorizations = "a3b82374-2e81-5b9e-98ce-41277c0e4c87"
1716
SemiseparableMatrices = "f8ebbe35-cbfb-4060-bf7f-b10e4670cf57"
1817

19-
[weakdeps]
20-
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
21-
22-
[extensions]
23-
InfiniteLinearAlgebraDSPExt = "DSP"
24-
2518
[compat]
2619
Aqua = "0.6"
2720
ArrayLayouts = "1.0.12"
2821
BandedMatrices = "0.17.19"
2922
BlockArrays = "0.16.14"
3023
BlockBandedMatrices = "0.12"
31-
DSP = "0.7"
3224
FillArrays = "1"
33-
InfiniteArrays = "0.12"
25+
InfiniteArrays = "0.13"
3426
LazyArrays = "1.3"
3527
LazyBandedMatrices = "0.8.7"
3628
MatrixFactorizations = "1, 2"
@@ -39,11 +31,10 @@ julia = "1.6"
3931

4032
[extras]
4133
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
42-
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
4334
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
4435
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
4536
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
4637
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4738

4839
[targets]
49-
test = ["Aqua", "DSP", "Test", "Random", "SpecialFunctions", "StaticArrays"]
40+
test = ["Aqua", "Test", "Random", "SpecialFunctions", "StaticArrays"]

ext/InfiniteLinearAlgebraDSPExt.jl

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

src/InfiniteLinearAlgebra.jl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,4 @@ include("infqr.jl")
126126
include("inful.jl")
127127
include("infcholesky.jl")
128128

129-
130-
if !isdefined(Base, :get_extension)
131-
include("../ext/InfiniteLinearAlgebraDSPExt.jl")
132-
end
133-
134129
end # module

test/runtests.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ end
5454
@test pad(BlockVec(transpose(X)), blockedrange(Fill(3,∞))) isa BlockVec{Int,<:Transpose}
5555
end
5656

57-
include("test_infconv.jl")
5857
include("test_infbanded.jl")
5958

6059
@testset "∞-block arrays" begin

test/test_infconv.jl

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

0 commit comments

Comments
 (0)