diff --git a/Project.toml b/Project.toml index ab9da57..eaf48cf 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MultivariateOrthogonalPolynomials" uuid = "4f6956fd-4f93-5457-9149-7bfc4b2ce06d" -version = "0.7.2" +version = "0.7.1" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -28,16 +28,16 @@ ArrayLayouts = "1.0.9" BandedMatrices = "1" BlockArrays = "1.0" BlockBandedMatrices = "0.13" -ClassicalOrthogonalPolynomials = "0.13" +ClassicalOrthogonalPolynomials = "0.14" ContinuumArrays = "0.18" DomainSets = "0.6, 0.7" -FastTransforms = "0.15.11, 0.16" +FastTransforms = "0.16" FillArrays = "1.0" HarmonicOrthogonalPolynomials = "0.6" -InfiniteArrays = "0.14" -InfiniteLinearAlgebra = "0.8" +InfiniteArrays = "0.15" +InfiniteLinearAlgebra = "0.9" LazyArrays = "2.0" -LazyBandedMatrices = "0.10.3" +LazyBandedMatrices = "0.11" QuasiArrays = "0.11" SpecialFunctions = "1, 2" StaticArrays = "1" diff --git a/test/test_rect.jl b/test/test_rect.jl index fc6adca..df0851c 100644 --- a/test/test_rect.jl +++ b/test/test_rect.jl @@ -129,7 +129,7 @@ using ContinuumArrays: plotgridvalues @testset "Show" begin @test stringmime("text/plain", KronPolynomial(Legendre(), Chebyshev())) == "Legendre() ⊗ ChebyshevT()" - @test stringmime("text/plain", KronPolynomial(Legendre(), Chebyshev(), Jacobi(1,1))) == "Legendre() ⊗ ChebyshevT() ⊗ Jacobi(1.0, 1.0)" + @test stringmime("text/plain", KronPolynomial(Legendre(), Chebyshev(), Jacobi(1,1))) == "Legendre() ⊗ ChebyshevT() ⊗ Jacobi(1, 1)" end @testset "Plot" begin