File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
name = " InfiniteLinearAlgebra"
2
2
uuid = " cde9dba0-b1de-11e9-2c62-0bab9446c55c"
3
- version = " 0.6.7 "
3
+ version = " 0.6.8 "
4
4
5
5
[deps ]
6
6
ArrayLayouts = " 4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -25,7 +25,7 @@ DSP = "0.7"
25
25
FillArrays = " 0.12, 0.13"
26
26
InfiniteArrays = " 0.12"
27
27
LazyArrays = " 0.22"
28
- LazyBandedMatrices = " 0.7.15"
28
+ LazyBandedMatrices = " 0.7.15, 0.8 "
29
29
MatrixFactorizations = " 0.9"
30
30
SemiseparableMatrices = " 0.3"
31
31
julia = " 1.6"
Original file line number Diff line number Diff line change 352
352
@test Eye (∞) * A isa BandedMatrix
353
353
@test A * Eye (∞) isa BandedMatrix
354
354
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 }
359
355
@test bandwidths (b .* A) == (0 , 1 )
360
356
361
357
@test colsupport (b .* A, 1 ) == 1 : 1
You can’t perform that action at this time.
0 commit comments