From 9ded6adac37d01f573173548c04a09ea23bf46e3 Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Fri, 26 Sep 2025 19:29:00 -0400 Subject: [PATCH 1/2] Allow functioning on Julia 1.10 @Shreyas-Ekanathan any specific reason why this was requiring 1.11 previously? --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index f83a2d2..af30741 100644 --- a/Project.toml +++ b/Project.toml @@ -1,11 +1,11 @@ name = "SparseBandedMatrices" uuid = "bd59d7e1-4699-4102-944e-d05209cb92aa" authors = ["Shreyas Ekanathan, Oscar Smith"] -version = "0.1.0" +version = "0.1.1" [deps] LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" [compat] LinearAlgebra = "1" -julia = "1.11" \ No newline at end of file +julia = "1.10" From ec85f1db9a202c78249d4d04958730686f34c81e Mon Sep 17 00:00:00 2001 From: Oscar Smith Date: Fri, 26 Sep 2025 20:09:01 -0400 Subject: [PATCH 2/2] fix docs --- docs/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Project.toml b/docs/Project.toml index f29f51c..7f661ad 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,6 +1,6 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" -SparseBandedMatrices = "b42f87ec-cfbe-4098-ba17-1affa37bb2d8" +SparseBandedMatrices = "bd59d7e1-4699-4102-944e-d05209cb92aa" [compat] Documenter = "1"