From 77d19c10d629c4ba63ce2e21785af03cdacd5031 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 30 Jan 2025 01:20:53 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for ContinuumArrays to 0.19, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 813e84e..5beca17 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ BandedMatrices = "1.7" BlockArrays = "1" BlockBandedMatrices = "0.13" ClassicalOrthogonalPolynomials = "0.13, 0.14" -ContinuumArrays = "0.18" +ContinuumArrays = "0.18, 0.19" FillArrays = "1.0" InfiniteArrays = "0.14, 0.15" InfiniteLinearAlgebra = "0.8, 0.9" From 9b12267e05d7e5b9ea0b977a838292840ca94913 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Thu, 30 Jan 2025 15:26:09 +0000 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 5beca17..634da9e 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.2" +version = "0.5.3" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a" @@ -24,7 +24,7 @@ ArrayLayouts = "1.0.12" BandedMatrices = "1.7" BlockArrays = "1" BlockBandedMatrices = "0.13" -ClassicalOrthogonalPolynomials = "0.13, 0.14" +ClassicalOrthogonalPolynomials = "0.13, 0.14, 0.15" ContinuumArrays = "0.18, 0.19" FillArrays = "1.0" InfiniteArrays = "0.14, 0.15" @@ -32,7 +32,7 @@ InfiniteLinearAlgebra = "0.8, 0.9" LazyArrays = "2.0.4" LazyBandedMatrices = "0.10, 0.11" MatrixFactorizations = "3" -QuasiArrays = "0.11" +QuasiArrays = "0.11, 0.12" julia = "1.10" [extras]