From 40a04eaab029cb000e296bc1374b6ed0bb988234 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Oct 2025 00:53:43 +0000 Subject: [PATCH 1/4] CompatHelper: bump compat for JLArrays to 0.3 for package test, (keep existing compat) --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 8a7449d..8b99b36 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -19,7 +19,7 @@ Aqua = "0.8.11" ArrayLayouts = "1.11.1" Dictionaries = "0.4.4" FillArrays = "1.13.0" -JLArrays = "0.2.0" +JLArrays = "0.2.0, 0.3" LinearAlgebra = "<0.0.1, 1" Random = "<0.0.1, 1" SafeTestsets = "0.1.0" From 1a38afb294920af3b729f48f2e903b4d244e44c6 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 9 Oct 2025 10:47:51 -0400 Subject: [PATCH 2/4] Bump version from 0.7.6 to 0.7.7 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 191b7cb..2c6d02d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" authors = ["ITensor developers and contributors"] -version = "0.7.6" +version = "0.7.7" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" From cd81a39df27113eb4df1481091a22ecbb3bcf6b1 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 9 Oct 2025 11:11:42 -0400 Subject: [PATCH 3/4] Bump version from 0.7.7 to 0.7.8 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 2c6d02d..310e2d4 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" authors = ["ITensor developers and contributors"] -version = "0.7.7" +version = "0.7.8" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" From 1a1f9876b20e497b2514d8d5e59b733e977c1f7b Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 9 Oct 2025 11:12:36 -0400 Subject: [PATCH 4/4] Downgrade version from 0.7.8 to 0.7.7 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 310e2d4..2c6d02d 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SparseArraysBase" uuid = "0d5efcca-f356-4864-8770-e1ed8d78f208" authors = ["ITensor developers and contributors"] -version = "0.7.8" +version = "0.7.7" [deps] Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"