Skip to content

Commit 38ed523

Browse files
committed
Support BandedMatrices 0.13
1 parent db44c8d commit 38ed523

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1111
QuasiArrays = "c4ea9172-b204-11e9-377d-29865faadc5c"
1212

1313
[compat]
14-
BandedMatrices = "0.12"
14+
BandedMatrices = "0.12, 0.13"
1515
FillArrays = "0.7"
1616
IntervalSets = "0.3.1"
1717
LazyArrays = "0.12"

src/ContinuumArrays.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ function materialize(V::SubQuasiArray{<:Any,2,<:Any,<:Tuple{<:Inclusion,<:Abstra
6464
end
6565

6666
BroadcastStyle(::Type{<:Inclusion{<:Any,<:AbstractInterval}}) = LazyQuasiArrayStyle{1}()
67+
BroadcastStyle(::Type{<:QuasiAdjoint{<:Any,<:Inclusion{<:Any,<:AbstractInterval}}}) = LazyQuasiArrayStyle{2}()
68+
BroadcastStyle(::Type{<:QuasiTranspose{<:Any,<:Inclusion{<:Any,<:AbstractInterval}}}) = LazyQuasiArrayStyle{2}()
6769

6870
include("operators.jl")
6971
include("bases/bases.jl")

0 commit comments

Comments
 (0)