Skip to content

Commit d6ae78f

Browse files
github-actions[bot]CompatHelper JuliadlfivefiftyDanielVandH
authored
CompatHelper: bump compat for ClassicalOrthogonalPolynomials to 0.14, (keep existing compat) (#128)
* CompatHelper: bump compat for ClassicalOrthogonalPolynomials to 0.14, (keep existing compat) * Update Project.toml * Use floats --------- Co-authored-by: CompatHelper Julia <[email protected]> Co-authored-by: Sheehan Olver <[email protected]> Co-authored-by: Daniel VandenHeuvel <[email protected]>
1 parent d15c251 commit d6ae78f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Project.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SemiclassicalOrthogonalPolynomials"
22
uuid = "291c01f3-23f6-4eb6-aeb0-063a639b53f2"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.5.9"
4+
version = "0.5.10"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"
@@ -20,12 +20,12 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2020
[compat]
2121
ArrayLayouts = "1"
2222
BandedMatrices = "0.17, 1"
23-
ClassicalOrthogonalPolynomials = "0.13"
23+
ClassicalOrthogonalPolynomials = "0.13, 0.14"
2424
ContinuumArrays = "0.18"
2525
FillArrays = "1"
2626
HypergeometricFunctions = "0.3.4"
27-
InfiniteArrays = "0.14"
28-
InfiniteLinearAlgebra = "0.8"
27+
InfiniteArrays = "0.14, 0.15"
28+
InfiniteLinearAlgebra = "0.8, 0.9"
2929
LazyArrays = "2"
3030
QuasiArrays = "0.11"
3131
SpecialFunctions = "1.0, 2"

test/test_neg1b.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ end
8383
P = SemiclassicalJacobi.(t, -1//2:13//2, -1:6, -1//2:13//2)
8484
@test P isa SemiclassicalOrthogonalPolynomials.SemiclassicalJacobiFamily
8585
for (i, p) in enumerate(P)
86-
@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]
86+
@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]
8787
end
8888
end
8989

0 commit comments

Comments
 (0)