We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0722f commit 6bb3784Copy full SHA for 6bb3784
Project.toml
@@ -35,7 +35,7 @@ ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
35
36
[compat]
37
AbstractFFTs = "≥ 0.3.1"
38
-ApproxFunBase = "0.1.1"
+ApproxFunBase = "0.1.2"
39
ApproxFunFourier = "0.1.1"
40
ApproxFunSingularities = "0.1"
41
ApproxFunOrthogonalPolynomials = "0.1.1"
@@ -44,7 +44,7 @@ BlockArrays = "0.9"
44
BlockBandedMatrices = "0.4.3"
45
Calculus = "≥ 0.1.15"
46
DSP = "≥ 0.5.1"
47
-DomainSets = "0.0.2"
+DomainSets = "0.0.2, 0.1"
48
DualNumbers = "≥ 0.4.0"
49
FFTW = "≥ 0.2.4"
50
FastGaussQuadrature = "≥ 0.3.2"
src/ApproxFun.jl
@@ -65,7 +65,7 @@ import FFTW: plan_r2r!, fftwNumber, REDFT10, REDFT01, REDFT00, RODFT00, R2HC, HC
65
r2r!, r2r, plan_fft, plan_ifft, plan_ifft!, plan_fft!
66
67
import Base: values, convert, getindex, setindex!, *, +, -, ==, <, <=, >, |, !, !=, eltype, iterate,
68
- >=, /, ^, \, ∪, transpose, size, reindex, tail, broadcast, broadcast!, copyto!, copy, to_index, (:),
+ >=, /, ^, \, ∪, transpose, size, tail, broadcast, broadcast!, copyto!, copy, to_index, (:),
69
similar, map, vcat, hcat, hvcat, show, summary, stride, sum, cumsum, sign, imag, conj, inv,
70
complex, reverse, exp, sqrt, abs, abs2, sign, issubset, values, in, first, last, rand, intersect, setdiff,
71
isless, union, angle, join, isnan, isapprox, isempty, sort, merge, promote_rule,
0 commit comments