diff --git a/Project.toml b/Project.toml index e65c973..cf8ef69 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SemiclassicalOrthogonalPolynomials" uuid = "291c01f3-23f6-4eb6-aeb0-063a639b53f2" authors = ["Sheehan Olver "] -version = "0.5.9" +version = "0.5.10" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -20,12 +20,12 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b" [compat] ArrayLayouts = "1" BandedMatrices = "0.17, 1" -ClassicalOrthogonalPolynomials = "0.13" +ClassicalOrthogonalPolynomials = "0.13, 0.14" ContinuumArrays = "0.18" FillArrays = "1" HypergeometricFunctions = "0.3.4" -InfiniteArrays = "0.14" -InfiniteLinearAlgebra = "0.8" +InfiniteArrays = "0.14, 0.15" +InfiniteLinearAlgebra = "0.8, 0.9" LazyArrays = "2" QuasiArrays = "0.11" SpecialFunctions = "1.0, 2" diff --git a/test/test_neg1b.jl b/test/test_neg1b.jl index 881a238..f6407f8 100644 --- a/test/test_neg1b.jl +++ b/test/test_neg1b.jl @@ -83,7 +83,7 @@ end P = SemiclassicalJacobi.(t, -1//2:13//2, -1:6, -1//2:13//2) @test P isa SemiclassicalOrthogonalPolynomials.SemiclassicalJacobiFamily for (i, p) in enumerate(P) - @test jacobimatrix(p)[1:100, 1:100] ≈ jacobimatrix(SemiclassicalJacobi(t, (-1//2:13//2)[i], (-1:6)[i], (-1//2:13//2)[i]))[1:100, 1:100] + @test jacobimatrix(p)[1:100, 1:100] ≈ jacobimatrix(SemiclassicalJacobi(t, (-1/2:13/2)[i], (-1:6)[i], (-1/2:13/2)[i]))[1:100, 1:100] end end