Skip to content

Commit 6bb3784

Browse files
committed
update for Julia v1.2
1 parent eb0722f commit 6bb3784

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
3535

3636
[compat]
3737
AbstractFFTs = "≥ 0.3.1"
38-
ApproxFunBase = "0.1.1"
38+
ApproxFunBase = "0.1.2"
3939
ApproxFunFourier = "0.1.1"
4040
ApproxFunSingularities = "0.1"
4141
ApproxFunOrthogonalPolynomials = "0.1.1"
@@ -44,7 +44,7 @@ BlockArrays = "0.9"
4444
BlockBandedMatrices = "0.4.3"
4545
Calculus = "≥ 0.1.15"
4646
DSP = "≥ 0.5.1"
47-
DomainSets = "0.0.2"
47+
DomainSets = "0.0.2, 0.1"
4848
DualNumbers = "≥ 0.4.0"
4949
FFTW = "≥ 0.2.4"
5050
FastGaussQuadrature = "≥ 0.3.2"

src/ApproxFun.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import FFTW: plan_r2r!, fftwNumber, REDFT10, REDFT01, REDFT00, RODFT00, R2HC, HC
6565
r2r!, r2r, plan_fft, plan_ifft, plan_ifft!, plan_fft!
6666

6767
import Base: values, convert, getindex, setindex!, *, +, -, ==, <, <=, >, |, !, !=, eltype, iterate,
68-
>=, /, ^, \, , transpose, size, reindex, tail, broadcast, broadcast!, copyto!, copy, to_index, (:),
68+
>=, /, ^, \, , transpose, size, tail, broadcast, broadcast!, copyto!, copy, to_index, (:),
6969
similar, map, vcat, hcat, hvcat, show, summary, stride, sum, cumsum, sign, imag, conj, inv,
7070
complex, reverse, exp, sqrt, abs, abs2, sign, issubset, values, in, first, last, rand, intersect, setdiff,
7171
isless, union, angle, join, isnan, isapprox, isempty, sort, merge, promote_rule,

0 commit comments

Comments
 (0)