Skip to content

Commit c312fae

Browse files
committed
2 parents b5268c0 + f9cf570 commit c312fae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Project.toml

Lines changed: 6 additions & 6 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.7.2"
3+
version = "0.7.1"
44

55
[deps]
66
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -28,16 +28,16 @@ ArrayLayouts = "1.0.9"
2828
BandedMatrices = "1"
2929
BlockArrays = "1.0"
3030
BlockBandedMatrices = "0.13"
31-
ClassicalOrthogonalPolynomials = "0.13"
31+
ClassicalOrthogonalPolynomials = "0.14"
3232
ContinuumArrays = "0.18"
3333
DomainSets = "0.6, 0.7"
34-
FastTransforms = "0.15.11, 0.16"
34+
FastTransforms = "0.16"
3535
FillArrays = "1.0"
3636
HarmonicOrthogonalPolynomials = "0.6"
37-
InfiniteArrays = "0.14"
38-
InfiniteLinearAlgebra = "0.8"
37+
InfiniteArrays = "0.15"
38+
InfiniteLinearAlgebra = "0.9"
3939
LazyArrays = "2.0"
40-
LazyBandedMatrices = "0.10.3"
40+
LazyBandedMatrices = "0.11"
4141
QuasiArrays = "0.11"
4242
SpecialFunctions = "1, 2"
4343
StaticArrays = "1"

test/test_rect.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ using ContinuumArrays: plotgridvalues
129129

130130
@testset "Show" begin
131131
@test stringmime("text/plain", KronPolynomial(Legendre(), Chebyshev())) == "Legendre() ⊗ ChebyshevT()"
132-
@test stringmime("text/plain", KronPolynomial(Legendre(), Chebyshev(), Jacobi(1,1))) == "Legendre() ⊗ ChebyshevT() ⊗ Jacobi(1.0, 1.0)"
132+
@test stringmime("text/plain", KronPolynomial(Legendre(), Chebyshev(), Jacobi(1,1))) == "Legendre() ⊗ ChebyshevT() ⊗ Jacobi(1, 1)"
133133
end
134134

135135
@testset "Plot" begin

0 commit comments

Comments
 (0)