Skip to content

Commit 3721d04

Browse files
authored
Support DomainSets v0.5 (#97)
1 parent c612297 commit 3721d04

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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.1.3"
3+
version = "0.1.4"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -30,15 +30,15 @@ BlockArrays = "0.16"
3030
BlockBandedMatrices = "0.10.1"
3131
ClassicalOrthogonalPolynomials = "0.4.2"
3232
ContinuumArrays = "0.8"
33-
DomainSets = "0.4, 0.5"
33+
DomainSets = "0.5"
3434
FastTransforms = "0.12"
35-
FillArrays = "0.11"
35+
FillArrays = "0.11, 0.12"
3636
HarmonicOrthogonalPolynomials = "0.2"
3737
InfiniteArrays = "0.11"
3838
InfiniteLinearAlgebra = "0.5"
3939
LazyArrays = "0.21.8"
4040
LazyBandedMatrices = "0.6.1"
41-
QuasiArrays = "0.6"
41+
QuasiArrays = "0.6, 0.7"
4242
SpecialFunctions = "1"
4343
StaticArrays = "1"
4444
julia = "1.6"

src/triangle.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const UnitTriangle{T} = UnitSimplex{2,T,:closed}
1+
const UnitTriangle{T} = EuclideanUnitSimplex{2,T,:closed}
22

33
ClassicalOrthogonalPolynomials.checkpoints(d::UnitTriangle{T}) where T = [SVector{2,T}(0.1,0.2), SVector{2,T}(0.2,0.3)]
44

0 commit comments

Comments
 (0)