Skip to content

Commit b0d53ac

Browse files
committed
Merge branch 'master' into dl/finitemodal
2 parents 8c26574 + 9393889 commit b0d53ac

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MultivariateOrthogonalPolynomials"
22
uuid = "4f6956fd-4f93-5457-9149-7bfc4b2ce06d"
3-
version = "0.0.8"
3+
version = "0.0.9"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -29,16 +29,16 @@ BandedMatrices = "0.16"
2929
BlockArrays = "0.14.1, 0.15"
3030
BlockBandedMatrices = "0.10.1"
3131
ClassicalOrthogonalPolynomials = "0.3.2"
32-
ContinuumArrays = "0.6.3"
32+
ContinuumArrays = "0.6.3, 0.7"
3333
DomainSets = "0.4"
3434
FastTransforms = "0.11, 0.12"
3535
FillArrays = "0.11"
36-
HarmonicOrthogonalPolynomials = "0.0.4"
36+
HarmonicOrthogonalPolynomials = "0.0.4, 0.0.5"
3737
InfiniteArrays = "0.10"
3838
InfiniteLinearAlgebra = "0.5"
3939
LazyArrays = "0.21"
4040
LazyBandedMatrices = "0.5"
41-
QuasiArrays = "0.4"
41+
QuasiArrays = "0.4, 0.5"
4242
SpecialFunctions = "0.10, 1"
4343
StaticArrays = "0.12, 1"
4444
julia = "1.5"

src/disk.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ factorize(S::FiniteZernike{T}) where T = TransformFactorization(grid(S), Zernike
197197
struct WeightedZernikeLaplacianDiag{T} <: AbstractBlockVector{T} end
198198

199199
axes(::WeightedZernikeLaplacianDiag) = (blockedrange(oneto(∞)),)
200+
copy(R::WeightedZernikeLaplacianDiag) = R
200201

201202
MemoryLayout(::Type{<:WeightedZernikeLaplacianDiag}) = LazyLayout()
202203
Base.BroadcastStyle(::Type{<:Diagonal{<:Any,<:WeightedZernikeLaplacianDiag}}) = LazyArrayStyle{2}()

0 commit comments

Comments
 (0)