File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 11
11
version :
12
12
- ' 1.3'
13
13
- ' 1.5'
14
- - ' nightly'
15
14
os :
16
15
- ubuntu-latest
17
16
- macOS-latest
Original file line number Diff line number Diff line change 1
1
name = " FastTransforms"
2
2
uuid = " 057dd010-8810-581a-b7be-e3fc3b93f78c"
3
- version = " 0.10.2 "
3
+ version = " 0.11.0 "
4
4
5
5
[deps ]
6
6
AbstractFFTs = " 621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -19,15 +19,15 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
19
19
ToeplitzMatrices = " c751599d-da0a-543b-9d20-d0a503d91d24"
20
20
21
21
[compat ]
22
- AbstractFFTs = " 0.4, 0. 5"
23
- ArrayLayouts = " 0.3.7, 0. 4"
22
+ AbstractFFTs = " 0.5"
23
+ ArrayLayouts = " 0.4"
24
24
BinaryProvider = " 0.5"
25
25
DSP = " 0.6"
26
26
FFTW = " 1"
27
27
FastGaussQuadrature = " 0.4"
28
28
FastTransforms_jll = " 0.4.0"
29
- FillArrays = " 0.8, 0.9 "
29
+ FillArrays = " 0.10 "
30
30
Reexport = " 0.2"
31
- SpecialFunctions = " 0.8, 0.9, 0.10 "
31
+ SpecialFunctions = " 0.10, 1 "
32
32
ToeplitzMatrices = " 0.6"
33
33
julia = " 1.3"
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ U[1, 1]*sqrt(π)
54
54
55
55
# Using an orthonormal basis, the integral of $[f(x,y)]^2$ over the disk is
56
56
# approximately the square of the 2-norm of the coefficients:
57
- norm (U)^ 2 - π/ (2 * sqrt (2 ))* log1p (sqrt (2 ))
57
+ ( norm (U)^ 2 , π/ (2 * sqrt (2 ))* log1p (sqrt (2 ) ))
58
58
59
59
# But there's more! Next, we repeat the experiment using the Dunkl-Xu
60
60
# orthonormal polynomials supported on the rectangularized disk.
@@ -101,4 +101,4 @@ U[1, 1]*sqrt(π)
101
101
102
102
# Using an orthonormal basis, the integral of $[f(x,y)]^2$ over the disk is
103
103
# approximately the square of the 2-norm of the coefficients:
104
- norm (U)^ 2 - π/ (2 * sqrt (2 ))* log1p (sqrt (2 ))
104
+ ( norm (U)^ 2 , π/ (2 * sqrt (2 ))* log1p (sqrt (2 ) ))
You can’t perform that action at this time.
0 commit comments