Skip to content

Commit b2dc057

Browse files
authored
Bump InfiniteArrays and use AFB.TestUtils (#123)
1 parent 634c410 commit b2dc057

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

Project.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunFourier"
22
uuid = "59844689-9c9d-51bf-9583-5b794ec66d30"
3-
version = "0.3.27"
3+
version = "0.3.28"
44

55
[deps]
66
AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"
@@ -17,29 +17,27 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
1717

1818
[compat]
1919
AbstractFFTs = "0.5, 1"
20-
ApproxFunBase = "0.8.16, 0.9"
21-
ApproxFunBaseTest = "0.1"
20+
ApproxFunBase = "0.8.67, 0.9.28"
2221
ApproxFunOrthogonalPolynomials = "0.6"
2322
Aqua = "0.8"
2423
BandedMatrices = "0.16, 0.17, 1"
2524
DomainSets = "0.3, 0.4, 0.5, 0.6, 0.7"
2625
FFTW = "1.1"
2726
FastTransforms = "0.10, 0.11, 0.12, 0.13, 0.14, 0.15, 0.16"
28-
InfiniteArrays = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13"
27+
InfiniteArrays = "0.5, 0.6, 0.7, 0.8, 0.9, 0.10, 0.11, 0.12, 0.13, 0.14"
2928
IntervalSets = "0.5, 0.6, 0.7"
3029
LinearAlgebra = "1.6"
3130
Reexport = "0.2, 1"
3231
SpecialFunctions = "0.8, 0.9, 0.10, 1.0, 2.0"
3332
StaticArrays = "1"
34-
Test = "1.6"
33+
Test = "1"
3534
julia = "1.6"
3635

3736
[extras]
38-
ApproxFunBaseTest = "a931bfaf-0cfd-4a5c-b69c-bf2eed002b43"
3937
ApproxFunOrthogonalPolynomials = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
4038
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
4139
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
4240
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4341

4442
[targets]
45-
test = ["ApproxFunBaseTest", "ApproxFunOrthogonalPolynomials", "Aqua", "Test", "SpecialFunctions"]
43+
test = ["ApproxFunOrthogonalPolynomials", "Aqua", "Test", "SpecialFunctions"]

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
using ApproxFunFourier
22
using ApproxFunBase
33
using ApproxFunBase: Block, EmptyDomain, UnionDomain
4-
using ApproxFunBaseTest: testspace, testtransforms, testmultiplication, testraggedbelowoperator,
4+
using ApproxFunBase.TestUtils: testspace, testtransforms, testmultiplication, testraggedbelowoperator,
55
testbandedoperator, testblockbandedoperator, testbandedblockbandedoperator,
66
testcalculus, testfunctional
77
using ApproxFunOrthogonalPolynomials

0 commit comments

Comments
 (0)