Skip to content

Commit aed4120

Browse files
authored
Support FastTransforms v0.8 (#19)
* Update Project.toml * test only 1.3
1 parent 7811b92 commit aed4120

File tree

3 files changed

+11
-19
lines changed

3 files changed

+11
-19
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@ os:
44
- linux
55
- osx
66
julia:
7-
- "1.0"
8-
- "1.1"
9-
- "1.2"
107
- "1.3"
118
- nightly
129
matrix:
1310
allow_failures:
1411
- julia: nightly
15-
- julia: "1.3"
1612

1713
notifications:
1814
email: false

Project.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunOrthogonalPolynomials"
22
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
3-
version = "0.2.5"
3+
version = "0.3"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -20,20 +20,20 @@ SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
2020
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
2121

2222
[compat]
23-
AbstractFFTs = "0.4, 0.5"
23+
AbstractFFTs = "0.5"
2424
ApproxFunBase = "0.2"
25-
BandedMatrices = "0.11, 0.12, 0.13, 0.14"
26-
BlockArrays = "0.9, 0.10"
27-
BlockBandedMatrices = "0.5, 0.6"
25+
BandedMatrices = "0.14"
26+
BlockArrays = "0.10"
27+
BlockBandedMatrices = "0.6"
2828
DomainSets = "0.1"
29-
FFTW = "0.3, 1"
30-
FastGaussQuadrature = "0.3.2, 0.4"
31-
FastTransforms = "0.6.1"
32-
FillArrays = "0.7, 0.8"
29+
FFTW = "1.1"
30+
FastGaussQuadrature = "0.4"
31+
FastTransforms = "0.8"
32+
FillArrays = "0.8"
3333
IntervalSets = "0.3.1"
3434
Reexport = "0.2"
35-
SpecialFunctions = "0.7, 0.8, 0.9"
36-
julia = "1"
35+
SpecialFunctions = "0.8, 0.9"
36+
julia = "1.3"
3737

3838
[extras]
3939
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

appveyor.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
environment:
22
matrix:
3-
- julia_version: 1
4-
- julia_version: 1.1
5-
- julia_version: 1.2
63
- julia_version: 1.3
74
- julia_version: nightly
85

@@ -15,7 +12,6 @@ platform:
1512
matrix:
1613
allow_failures:
1714
- julia_version: nightly
18-
- julia_version: 1.3
1915
- platform: x86
2016

2117
branches:

0 commit comments

Comments
 (0)