From 54e588ccf0d0efbd0955157c9b580cf516a0ab60 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Tue, 10 Dec 2024 10:01:19 +0000 Subject: [PATCH 1/4] InfiniteArrays v0.15 --- Project.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 4df1a38..eec842c 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "PiecewiseOrthogonalPolynomials" uuid = "4461d12d-4663-4550-8580-cb764c85e20f" authors = ["Sheehan Olver "] -version = "0.5.1" +version = "0.5.2" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -27,10 +27,10 @@ BlockBandedMatrices = "0.13" ClassicalOrthogonalPolynomials = "0.13" ContinuumArrays = "0.18" FillArrays = "1.0" -InfiniteArrays = "0.14" -InfiniteLinearAlgebra = "0.8" +InfiniteArrays = "0.14, 0.15" +InfiniteLinearAlgebra = "0.8, 0.9" LazyArrays = "2.0.4" -LazyBandedMatrices = "0.10" +LazyBandedMatrices = "0.10, 0.11" MatrixFactorizations = "3" QuasiArrays = "0.11" julia = "1.10" From 5e37e6e2f90b250fda5cb8f8e707b104c2027dce Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Tue, 10 Dec 2024 10:02:16 +0000 Subject: [PATCH 2/4] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index eec842c..813e84e 100644 --- a/Project.toml +++ b/Project.toml @@ -24,7 +24,7 @@ ArrayLayouts = "1.0.12" BandedMatrices = "1.7" BlockArrays = "1" BlockBandedMatrices = "0.13" -ClassicalOrthogonalPolynomials = "0.13" +ClassicalOrthogonalPolynomials = "0.13, 0.14" ContinuumArrays = "0.18" FillArrays = "1.0" InfiniteArrays = "0.14, 0.15" From 976c5c4c9ae23121cd136abcb67e09f986b0fa01 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Tue, 10 Dec 2024 10:03:14 +0000 Subject: [PATCH 3/4] Update ci.yml --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f3709f..1f50ce8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,8 @@ jobs: fail-fast: false matrix: version: - - '1.10' + - 'lts' + - '1' os: - ubuntu-latest - macOS-latest From 5bec22be64e6d4df541d32c34299ae373ccb1409 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Tue, 10 Dec 2024 10:15:58 +0000 Subject: [PATCH 4/4] Update arrowhead.jl --- src/arrowhead.jl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/arrowhead.jl b/src/arrowhead.jl index 308588a..b9ad907 100644 --- a/src/arrowhead.jl +++ b/src/arrowhead.jl @@ -13,7 +13,9 @@ import FillArrays: AbstractFill import FillArrays: SquareEye import InfiniteArrays: OneToInf -import LazyBandedMatrices.LazyArraysBandedMatricesExt: BandedLazyLayouts +const LazyArraysBandedMatricesExt = Base.get_extension(LazyArrays, :LazyArraysBandedMatricesExt) + +const BandedLazyLayouts = LazyArraysBandedMatricesExt.BandedLazyLayouts export BBBArrowheadMatrix