From f3315f9b82a705a0e6b6a6fde58ee7b2603890b8 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Oct 2025 00:44:48 +0000 Subject: [PATCH 1/2] 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 2efa00f..d55db03 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -15,7 +15,7 @@ TestExtras = "5ed8adda-3752-4e41-b88a-e8b09835ee3a" Adapt = "4" Aqua = "0.8" GPUArraysCore = "0.2" -JLArrays = "0.2" +JLArrays = "0.2, 0.3" LinearAlgebra = "1.10" SafeTestsets = "0.1" SerializedArrays = "0.2" From 24aee78e3511fa33831a378130fd0c7a0d93bc03 Mon Sep 17 00:00:00 2001 From: Matt Fishman Date: Thu, 9 Oct 2025 10:12:05 -0400 Subject: [PATCH 2/2] Bump version from 0.2.1 to 0.2.2 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c9b47fd..e3d6256 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "SerializedArrays" uuid = "621c0da3-e96e-4f80-bd06-5ae31cdfcb39" authors = ["ITensor developers and contributors"] -version = "0.2.1" +version = "0.2.2" [deps] ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"