Skip to content

Commit eeb7f93

Browse files
authored
Bump BlockBandedMatrices and use AFB.TestUtils (#107)
1 parent 649b396 commit eeb7f93

File tree

4 files changed

+9
-11
lines changed

4 files changed

+9
-11
lines changed

Project.toml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "ApproxFunSingularities"
22
uuid = "f8fcb915-6b99-5be2-b79a-d6dbef8e6e7e"
3-
version = "0.3.20"
3+
version = "0.3.21"
44

55
[deps]
66
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
@@ -22,27 +22,25 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
2222
ApproxFunSingularitiesStaticArraysExt = "StaticArrays"
2323

2424
[compat]
25-
ApproxFunBase = "0.8.56, 0.9.12"
26-
ApproxFunBaseTest = "0.1"
25+
ApproxFunBase = "0.8.67, 0.9.28"
2726
ApproxFunOrthogonalPolynomials = "0.2.3, 0.3, 0.4, 0.5, 0.6"
2827
Aqua = "0.8"
29-
BlockBandedMatrices = "0.11, 0.12"
28+
BlockBandedMatrices = "0.11, 0.12, 0.13"
3029
DomainSets = "0.4, 0.5, 0.6, 0.7"
3130
HalfIntegers = "1.5"
3231
IntervalSets = "0.5, 0.6, 0.7"
33-
LinearAlgebra = "1.6"
32+
LinearAlgebra = "1"
3433
OddEvenIntegers = "0.1.8"
3534
Reexport = "0.2, 1"
3635
SpecialFunctions = "1, 2"
3736
StaticArrays = "1"
38-
Test = "1.6"
37+
Test = "1"
3938
julia = "1.6"
4039

4140
[extras]
42-
ApproxFunBaseTest = "a931bfaf-0cfd-4a5c-b69c-bf2eed002b43"
4341
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
4442
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
4543
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4644

4745
[targets]
48-
test = ["ApproxFunBaseTest", "Aqua", "Test", "SpecialFunctions"]
46+
test = ["Aqua", "Test", "SpecialFunctions"]

test/FractionalTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module FractionalTest
22

3-
using ApproxFunBaseTest: testfunctional, testbandedoperator
3+
using ApproxFunBase.TestUtils: testfunctional, testbandedoperator
44
using ApproxFunSingularities
55
using ApproxFunSingularities: LeftIntegral,LeftDerivative, RightDerivative, RightIntegral
66
using LinearAlgebra

test/IntegralEquationsTest.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ using ApproxFunBase
66
using IntervalSets
77
using LinearAlgebra
88
using Test
9-
using ApproxFunBaseTest: testfunctional, testbandedbelowoperator, testbandedoperator
9+
using ApproxFunBase.TestUtils: testfunctional, testbandedbelowoperator, testbandedoperator
1010

1111

1212
@testset "Integral equations" begin

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ using ApproxFunBase: HeavisideSpace, PointSpace, ArraySpace, DiracSpace, Piecewi
55
UnionDomain, resizedata!, CachedOperator, RaggedMatrix,
66
Block, ∞, BandedBlockBandedMatrix, NoSpace, ConcreteMultiplication,
77
MultiplicationWrapper
8-
using ApproxFunBaseTest: testbandedoperator, testtransforms, testfunctional,
8+
using ApproxFunBase.TestUtils: testbandedoperator, testtransforms, testfunctional,
99
testbandedblockbandedoperator
1010
using ApproxFunOrthogonalPolynomials
1111
using ApproxFunOrthogonalPolynomials: order

0 commit comments

Comments
 (0)