Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump BlockArrays and use AFB.TestUtils #348

Merged
merged 2 commits into from
Jun 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 8 additions & 10 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "ApproxFunOrthogonalPolynomials"
uuid = "b70543e2-c0d9-56b8-a290-0d4d6d4de211"
version = "0.6.55"
version = "0.6.56"

[deps]
ApproxFunBase = "fbd15aa5-315a-5a7d-a8a4-24992e37be05"
Expand Down Expand Up @@ -30,32 +30,30 @@ ApproxFunOrthogonalPolynomialsPolynomialsExt = "Polynomials"
ApproxFunOrthogonalPolynomialsStaticExt = "Static"

[compat]
ApproxFunBase = "0.8.64, 0.9.22"
ApproxFunBaseTest = "0.1"
ApproxFunBase = "0.8.67, 0.9.28"
Aqua = "0.8"
BandedMatrices = "0.16, 0.17, 1"
BlockArrays = "0.14, 0.15, 0.16"
BlockBandedMatrices = "0.10, 0.11, 0.12"
BlockArrays = "0.14, 0.15, 0.16, 1"
BlockBandedMatrices = "0.10, 0.11, 0.12, 0.13"
DomainSets = "0.5, 0.6, 0.7"
DualNumbers = "0.6.2"
FastGaussQuadrature = "0.4, 0.5, 1"
FastTransforms = "0.12, 0.13, 0.14, 0.15.1, 0.16"
FillArrays = "0.11, 0.12, 0.13, 1"
HalfIntegers = "1.5"
IntervalSets = "0.5, 0.6, 0.7"
LazyArrays = "0.22, 1"
LinearAlgebra = "1.6"
LazyArrays = "0.22, 1, 2"
LinearAlgebra = "1"
OddEvenIntegers = "0.1.8"
Polynomials = "2, 3, 4"
Reexport = "0.2, 1"
SpecialFunctions = "0.10, 1.0, 2"
Static = "0.8"
StaticArrays = "1"
Test = "1.6"
Test = "1"
julia = "1.6"

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

[targets]
test = ["ApproxFunBaseTest", "Aqua", "DualNumbers", "Test", "Static", "StaticArrays", "LazyArrays", "Polynomials"]
test = ["Aqua", "DualNumbers", "Test", "Static", "StaticArrays", "LazyArrays", "Polynomials"]
2 changes: 1 addition & 1 deletion test/ChebyshevTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using FillArrays
using LinearAlgebra
using Test
using ApproxFunBase: transform!, itransform!
using ApproxFunBaseTest: testspace
using ApproxFunBase.TestUtils: testspace
using ApproxFunOrthogonalPolynomials: forwardrecurrence
import Polynomials

Expand Down
2 changes: 1 addition & 1 deletion test/HermiteTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module HermiteTest

using ApproxFunOrthogonalPolynomials
using ApproxFunBase
using ApproxFunBaseTest: testbandedoperator
using ApproxFunBase.TestUtils: testbandedoperator
using LinearAlgebra
using SpecialFunctions
using Test
Expand Down
2 changes: 1 addition & 1 deletion test/JacobiTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using ApproxFunOrthogonalPolynomials
using ApproxFunBase
using ApproxFunBase: maxspace, NoSpace, hasconversion,
reverseorientation, ReverseOrientation, transform!, itransform!
using ApproxFunBaseTest: testbandedbelowoperator, testbandedoperator, testspace, testtransforms,
using ApproxFunBase.TestUtils: testbandedbelowoperator, testbandedoperator, testspace, testtransforms,
testfunctional
using ApproxFunOrthogonalPolynomials: jacobip
using BandedMatrices
Expand Down
2 changes: 1 addition & 1 deletion test/LaguerreTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using ApproxFunOrthogonalPolynomials
using ApproxFunBase
using SpecialFunctions
using Test
using ApproxFunBaseTest: testbandedoperator
using ApproxFunBase.TestUtils: testbandedoperator

include("testutils.jl")

Expand Down
2 changes: 1 addition & 1 deletion test/MultivariateTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using SpecialFunctions
using BlockBandedMatrices
using Test
using ApproxFunBase: factor, Block, cfstype, blocklengths, block, tensorizer, ArraySpace, ∞
using ApproxFunBaseTest: testbandedblockbandedoperator, testraggedbelowoperator,
using ApproxFunBase.TestUtils: testbandedblockbandedoperator, testraggedbelowoperator,
testblockbandedoperator
using ApproxFunOrthogonalPolynomials: chebyshevtransform
using StaticArrays: SVector
Expand Down
2 changes: 1 addition & 1 deletion test/ODETest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using Test
using LazyArrays
using LinearAlgebra
using ApproxFunBase: Multiplication, interlace, ∞, ℵ₀
using ApproxFunBaseTest: testraggedbelowoperator, testbandedoperator
using ApproxFunBase.TestUtils: testraggedbelowoperator, testbandedoperator

include("testutils.jl")

Expand Down
2 changes: 1 addition & 1 deletion test/OperatorTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using BlockBandedMatrices
using LinearAlgebra
using Test
using ApproxFunBase: Multiplication, InterlaceOperator, Block, ∞
using ApproxFunBaseTest: testfunctional, testbandedoperator, testraggedbelowoperator,
using ApproxFunBase.TestUtils: testfunctional, testbandedoperator, testraggedbelowoperator,
testblockbandedoperator
using ApproxFunOrthogonalPolynomials: JacobiZ

Expand Down
2 changes: 1 addition & 1 deletion test/PDETest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using DomainSets: setdiffdomain
using LinearAlgebra
using Test
using ApproxFunBase: Block, ldiv_coefficients
using ApproxFunBaseTest: testbandedblockbandedoperator, testblockbandedoperator, testraggedbelowoperator
using ApproxFunBase.TestUtils: testbandedblockbandedoperator, testblockbandedoperator, testraggedbelowoperator

include("testutils.jl")

Expand Down
2 changes: 1 addition & 1 deletion test/SpacesTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ using LinearAlgebra
using Test
using DomainSets: UnionDomain, setdiffdomain
using ApproxFunBase: space, SpaceOperator
using ApproxFunBaseTest: testbandedoperator, testraggedbelowoperator,
using ApproxFunBase.TestUtils: testbandedoperator, testraggedbelowoperator,
testtransforms, testfunctional

@testset "Spaces" begin
Expand Down
2 changes: 1 addition & 1 deletion test/VectorTest.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ using ApproxFunBase: interlace, Multiplication, ConstantSpace, PointSpace,
ArraySpace, blocklengths, ∞
using StaticArrays: SVector

using ApproxFunBaseTest: testblockbandedoperator, testraggedbelowoperator
using ApproxFunBase.TestUtils: testblockbandedoperator, testraggedbelowoperator

include("testutils.jl")

Expand Down
3 changes: 1 addition & 2 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ using HalfIntegers
using OddEvenIntegers

@testset "Project quality" begin
Aqua.test_all(ApproxFunOrthogonalPolynomials, ambiguities=false,
stale_deps=(; ignore=[:ApproxFunBaseTest]), piracies = false)
Aqua.test_all(ApproxFunOrthogonalPolynomials, ambiguities=false, piracies = false)
end

@testset "Domain" begin
Expand Down
Loading