Skip to content

Commit 9393889

Browse files
CompatHelper: bump compat for "HarmonicOrthogonalPolynomials" to "0.0.5" (#72)
* CompatHelper: bump compat for "HarmonicOrthogonalPolynomials" to "0.0.5" * Update Project.toml * Update disk.jl Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Sheehan Olver <[email protected]>
1 parent 8c22901 commit 9393889

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
@@ -172,6 +172,7 @@ factorize(S::FiniteZernike{T}) where T = TransformFactorization(grid(S), Zernike
172172
struct WeightedZernikeLaplacianDiag{T} <: AbstractBlockVector{T} end
173173

174174
axes(::WeightedZernikeLaplacianDiag) = (blockedrange(oneto(∞)),)
175+
copy(R::WeightedZernikeLaplacianDiag) = R
175176

176177
function Base.view(W::WeightedZernikeLaplacianDiag{T}, K::Block{1}) where T
177178
= Int(K)

0 commit comments

Comments
 (0)