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 1
1
name = " ApproxFunOrthogonalPolynomials"
2
2
uuid = " b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3
- version = " 0.3.2 "
3
+ version = " 0.3.3 "
4
4
5
5
[deps ]
6
6
AbstractFFTs = " 621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -22,10 +22,10 @@ Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
22
22
[compat ]
23
23
AbstractFFTs = " 0.5"
24
24
ApproxFunBase = " 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 "
29
29
FFTW = " 1.1"
30
30
FastGaussQuadrature = " 0.4"
31
31
FastTransforms = " 0.8"
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ import ApproxFunOrthogonalPolynomials: JacobiZ
52
52
@test exp (0.1 ) ≈ (Derivative ()* Fun (exp,Ultraspherical (1 )))(0.1 )
53
53
D= Derivative (d)
54
54
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 ()
56
56
57
57
f= Fun (x-> x^ 2 )
58
58
D= Derivative (domain (f))
You can’t perform that action at this time.
0 commit comments