Skip to content

Commit 63d8586

Browse files
authored
Support LazyBandedMatrices v0.8 (#108)
1 parent dcfce88 commit 63d8586

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Project.toml

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

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -25,7 +25,7 @@ DSP = "0.7"
2525
FillArrays = "0.12, 0.13"
2626
InfiniteArrays = "0.12"
2727
LazyArrays = "0.22"
28-
LazyBandedMatrices = "0.7.15"
28+
LazyBandedMatrices = "0.7.15, 0.8"
2929
MatrixFactorizations = "0.9"
3030
SemiseparableMatrices = "0.3"
3131
julia = "1.6"

test/runtests.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -352,10 +352,6 @@ end
352352
@test Eye(∞) * A isa BandedMatrix
353353
@test A * Eye(∞) isa BandedMatrix
354354
b = 1:
355-
@test BroadcastStyle(typeof(b)) isa LazyArrayStyle{1}
356-
@test BroadcastStyle(typeof(A)) isa BandedStyle
357-
@test BroadcastStyle(LazyArrayStyle{1}(), BandedStyle()) isa LazyArrayStyle{2}
358-
@test BroadcastStyle(LazyArrayStyle{2}(), BandedStyle()) isa LazyArrayStyle{2}
359355
@test bandwidths(b .* A) == (0, 1)
360356

361357
@test colsupport(b .* A, 1) == 1:1

0 commit comments

Comments
 (0)