Skip to content

Commit 3d423e3

Browse files
committed
v0.1.4
1 parent c7b9605 commit 3d423e3

File tree

3 files changed

+17
-18
lines changed

3 files changed

+17
-18
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ os:
44
- linux
55
- osx
66
julia:
7-
- "0.7"
87
- "1.0"
98
- "1.1"
109
- "1.2"

Project.toml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunBase"
22
uuid = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
3-
version = "0.1.3"
3+
version = "0.1.4"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -29,23 +29,23 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
2929
ToeplitzMatrices = "c751599d-da0a-543b-9d20-d0a503d91d24"
3030

3131
[compat]
32-
AbstractFFTs = "≥ 0.3.1"
33-
BandedMatrices = "0.9.0"
32+
AbstractFFTs = "0.4"
33+
BandedMatrices = "0.9, 0.10"
3434
BlockArrays = "0.9"
3535
BlockBandedMatrices = "0.4.3"
36-
Calculus = "≥ 0.1.15"
37-
DSP = "0.5.1"
38-
DomainSets = "0.0.2, 0.1"
36+
Calculus = "0.5"
37+
DSP = "0.5, 0.6"
38+
DomainSets = "0.1"
3939
DualNumbers = "0.6.2"
40-
FFTW = "≥ 0.2.4"
41-
FastGaussQuadrature = "0.3.2"
42-
FastTransforms = "≥ 0.4.2"
43-
FillArrays = "≥ 0.5.0"
40+
FFTW = "0.3"
41+
FastGaussQuadrature = "0.3.2"
42+
FastTransforms = "0.5"
43+
FillArrays = "0.6"
4444
InfiniteArrays = "0.1"
45-
IntervalSets = "0.3.1"
46-
LazyArrays = "0.8, 0.9"
45+
IntervalSets = "0.3.1"
46+
LazyArrays = "0.8, 0.9, 0.10"
4747
LowRankApprox = "0.2"
48-
SpecialFunctions = "0.7.0"
49-
StaticArrays = " 0.8.3"
50-
ToeplitzMatrices = "≥ 0.4.0"
51-
julia = "0.7, 1.0"
48+
SpecialFunctions = "0.7"
49+
StaticArrays = "0.9, 0.10, 0.11"
50+
ToeplitzMatrices = "0.5"
51+
julia = "1.0"

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
environment:
22
matrix:
3-
- julia_version: 0.7
43
- julia_version: 1
54
- julia_version: 1.1
5+
- julia_version: 1.2
66
- julia_version: nightly
77

88
platform:

0 commit comments

Comments
 (0)