Skip to content

Commit 89471bb

Browse files
authored
Bump BlockArrays and use AFB.TestUtils (#348)
* Bump BlockArrays and use AFB.TestUtils * Revert FillArrays version bump
1 parent 9d2ffe3 commit 89471bb

12 files changed

+19
-22
lines changed

Project.toml

Lines changed: 8 additions & 10 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.6.55"
3+
version = "0.6.56"
44

55
[deps]
66
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
@@ -30,32 +30,30 @@ ApproxFunOrthogonalPolynomialsPolynomialsExt = "Polynomials"
3030
ApproxFunOrthogonalPolynomialsStaticExt = "Static"
3131

3232
[compat]
33-
ApproxFunBase = "0.8.64, 0.9.22"
34-
ApproxFunBaseTest = "0.1"
33+
ApproxFunBase = "0.8.67, 0.9.28"
3534
Aqua = "0.8"
3635
BandedMatrices = "0.16, 0.17, 1"
37-
BlockArrays = "0.14, 0.15, 0.16"
38-
BlockBandedMatrices = "0.10, 0.11, 0.12"
36+
BlockArrays = "0.14, 0.15, 0.16, 1"
37+
BlockBandedMatrices = "0.10, 0.11, 0.12, 0.13"
3938
DomainSets = "0.5, 0.6, 0.7"
4039
DualNumbers = "0.6.2"
4140
FastGaussQuadrature = "0.4, 0.5, 1"
4241
FastTransforms = "0.12, 0.13, 0.14, 0.15.1, 0.16"
4342
FillArrays = "0.11, 0.12, 0.13, 1"
4443
HalfIntegers = "1.5"
4544
IntervalSets = "0.5, 0.6, 0.7"
46-
LazyArrays = "0.22, 1"
47-
LinearAlgebra = "1.6"
45+
LazyArrays = "0.22, 1, 2"
46+
LinearAlgebra = "1"
4847
OddEvenIntegers = "0.1.8"
4948
Polynomials = "2, 3, 4"
5049
Reexport = "0.2, 1"
5150
SpecialFunctions = "0.10, 1.0, 2"
5251
Static = "0.8"
5352
StaticArrays = "1"
54-
Test = "1.6"
53+
Test = "1"
5554
julia = "1.6"
5655

5756
[extras]
58-
ApproxFunBaseTest = "a931bfaf-0cfd-4a5c-b69c-bf2eed002b43"
5957
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
6058
DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74"
6159
LazyArrays = "5078a376-72f3-5289-bfd5-ec5146d43c02"
@@ -65,4 +63,4 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
6563
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
6664

6765
[targets]
68-
test = ["ApproxFunBaseTest", "Aqua", "DualNumbers", "Test", "Static", "StaticArrays", "LazyArrays", "Polynomials"]
66+
test = ["Aqua", "DualNumbers", "Test", "Static", "StaticArrays", "LazyArrays", "Polynomials"]

test/ChebyshevTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ using FillArrays
77
using LinearAlgebra
88
using Test
99
using ApproxFunBase: transform!, itransform!
10-
using ApproxFunBaseTest: testspace
10+
using ApproxFunBase.TestUtils: testspace
1111
using ApproxFunOrthogonalPolynomials: forwardrecurrence
1212
import Polynomials
1313

test/HermiteTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module HermiteTest
22

33
using ApproxFunOrthogonalPolynomials
44
using ApproxFunBase
5-
using ApproxFunBaseTest: testbandedoperator
5+
using ApproxFunBase.TestUtils: testbandedoperator
66
using LinearAlgebra
77
using SpecialFunctions
88
using Test

test/JacobiTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using ApproxFunOrthogonalPolynomials
44
using ApproxFunBase
55
using ApproxFunBase: maxspace, NoSpace, hasconversion,
66
reverseorientation, ReverseOrientation, transform!, itransform!
7-
using ApproxFunBaseTest: testbandedbelowoperator, testbandedoperator, testspace, testtransforms,
7+
using ApproxFunBase.TestUtils: testbandedbelowoperator, testbandedoperator, testspace, testtransforms,
88
testfunctional
99
using ApproxFunOrthogonalPolynomials: jacobip
1010
using BandedMatrices

test/LaguerreTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using ApproxFunOrthogonalPolynomials
44
using ApproxFunBase
55
using SpecialFunctions
66
using Test
7-
using ApproxFunBaseTest: testbandedoperator
7+
using ApproxFunBase.TestUtils: testbandedoperator
88

99
include("testutils.jl")
1010

test/MultivariateTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using SpecialFunctions
88
using BlockBandedMatrices
99
using Test
1010
using ApproxFunBase: factor, Block, cfstype, blocklengths, block, tensorizer, ArraySpace, ∞
11-
using ApproxFunBaseTest: testbandedblockbandedoperator, testraggedbelowoperator,
11+
using ApproxFunBase.TestUtils: testbandedblockbandedoperator, testraggedbelowoperator,
1212
testblockbandedoperator
1313
using ApproxFunOrthogonalPolynomials: chebyshevtransform
1414
using StaticArrays: SVector

test/ODETest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ using Test
88
using LazyArrays
99
using LinearAlgebra
1010
using ApproxFunBase: Multiplication, interlace, ∞, ℵ₀
11-
using ApproxFunBaseTest: testraggedbelowoperator, testbandedoperator
11+
using ApproxFunBase.TestUtils: testraggedbelowoperator, testbandedoperator
1212

1313
include("testutils.jl")
1414

test/OperatorTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using BlockBandedMatrices
66
using LinearAlgebra
77
using Test
88
using ApproxFunBase: Multiplication, InterlaceOperator, Block, ∞
9-
using ApproxFunBaseTest: testfunctional, testbandedoperator, testraggedbelowoperator,
9+
using ApproxFunBase.TestUtils: testfunctional, testbandedoperator, testraggedbelowoperator,
1010
testblockbandedoperator
1111
using ApproxFunOrthogonalPolynomials: JacobiZ
1212

test/PDETest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using DomainSets: setdiffdomain
66
using LinearAlgebra
77
using Test
88
using ApproxFunBase: Block, ldiv_coefficients
9-
using ApproxFunBaseTest: testbandedblockbandedoperator, testblockbandedoperator, testraggedbelowoperator
9+
using ApproxFunBase.TestUtils: testbandedblockbandedoperator, testblockbandedoperator, testraggedbelowoperator
1010

1111
include("testutils.jl")
1212

test/SpacesTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using LinearAlgebra
66
using Test
77
using DomainSets: UnionDomain, setdiffdomain
88
using ApproxFunBase: space, SpaceOperator
9-
using ApproxFunBaseTest: testbandedoperator, testraggedbelowoperator,
9+
using ApproxFunBase.TestUtils: testbandedoperator, testraggedbelowoperator,
1010
testtransforms, testfunctional
1111

1212
@testset "Spaces" begin

test/VectorTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ using ApproxFunBase: interlace, Multiplication, ConstantSpace, PointSpace,
1111
ArraySpace, blocklengths, ∞
1212
using StaticArrays: SVector
1313

14-
using ApproxFunBaseTest: testblockbandedoperator, testraggedbelowoperator
14+
using ApproxFunBase.TestUtils: testblockbandedoperator, testraggedbelowoperator
1515

1616
include("testutils.jl")
1717

test/runtests.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ using HalfIntegers
1010
using OddEvenIntegers
1111

1212
@testset "Project quality" begin
13-
Aqua.test_all(ApproxFunOrthogonalPolynomials, ambiguities=false,
14-
stale_deps=(; ignore=[:ApproxFunBaseTest]), piracies = false)
13+
Aqua.test_all(ApproxFunOrthogonalPolynomials, ambiguities=false, piracies = false)
1514
end
1615

1716
@testset "Domain" begin

0 commit comments

Comments
 (0)