File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11name = " ApproxFunOrthogonalPolynomials"
22uuid = " b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3- version = " 0.3.2 "
3+ version = " 0.3.3 "
44
55[deps ]
66AbstractFFTs = " 621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -22,10 +22,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2222[compat ]
2323AbstractFFTs = " 0.5"
2424ApproxFunBase = " 0.2, 0.3"
25- BandedMatrices = " 0.14"
26- BlockArrays = " 0.10, 0.11"
27- BlockBandedMatrices = " 0.6, 0.7.1"
28- DomainSets = " 0.1"
25+ BandedMatrices = " 0.14, 0.15 "
26+ BlockArrays = " 0.10, 0.11, 0.12 "
27+ BlockBandedMatrices = " 0.6, 0.7.1, 0.8 "
28+ DomainSets = " 0.1, 0.2, 0.3 "
2929FFTW = " 1.1"
3030FastGaussQuadrature = " 0.4"
3131FastTransforms = " 0.8"
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ import ApproxFunOrthogonalPolynomials: JacobiZ
5252 @test exp (0.1 ) ≈ (Derivative ()* Fun (exp,Ultraspherical (1 )))(0.1 )
5353 D= Derivative (d)
5454 f = Fun (exp,d)
55- @test norm ((Conversion (Chebyshev (d),Ultraspherical (2 ,d))\ (D^ 2 * f))- f'' ) < 100 eps ()
55+ @test norm ((Conversion (Chebyshev (d),Ultraspherical (2 ,d))\ (D^ 2 * f))- f'' ) < 200 eps ()
5656
5757 f= Fun (x-> x^ 2 )
5858 D= Derivative (domain (f))
You can’t perform that action at this time.
0 commit comments