From 9ad401cc1941f62f9fc0853fcf214f8ca36459fc Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 13 Feb 2025 01:23:18 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for InfiniteLinearAlgebra to 0.10, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 634da9e..95b4962 100644 --- a/Project.toml +++ b/Project.toml @@ -28,7 +28,7 @@ ClassicalOrthogonalPolynomials = "0.13, 0.14, 0.15" ContinuumArrays = "0.18, 0.19" FillArrays = "1.0" InfiniteArrays = "0.14, 0.15" -InfiniteLinearAlgebra = "0.8, 0.9" +InfiniteLinearAlgebra = "0.8, 0.9, 0.10" LazyArrays = "2.0.4" LazyBandedMatrices = "0.10, 0.11" MatrixFactorizations = "3" From 192fda44b1ebde7f27b8640155c03c637bffe468 Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Thu, 13 Feb 2025 10:04:42 +0000 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 95b4962..fd9db1d 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.3" +version = "0.5.4" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"