From fe7a0744bdec73323fe4078f584bdb313fd57379 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 3 Apr 2025 15:18:56 -0400 Subject: [PATCH 1/3] Remove SparseArrayKit.jl dependency --- Project.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Project.toml b/Project.toml index 4d5ec8ca..1be5643a 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,6 @@ Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7" Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c" SerializedElementArrays = "d3ce8812-9567-47e9-a7b5-65a6d70a3065" SimpleTraits = "699a6c99-e7fa-54fc-8d76-47d257e15c1d" -SparseArrayKit = "a9a3c162-d163-4c15-8926-b8794fbefed2" SplitApplyCombine = "03a91e81-4c3e-53e1-a0a4-9c0c8f19dd66" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" StructWalk = "31cdf514-beb7-4750-89db-dda9d2eb8d3d" @@ -73,7 +72,6 @@ OMEinsumContractionOrders = "0.8.3, 0.9" Observers = "0.2.4" SerializedElementArrays = "0.1" SimpleTraits = "0.9" -SparseArrayKit = "0.3, 0.4" SplitApplyCombine = "1.2" StaticArrays = "1.5.12" StructWalk = "0.2" From 9e067e0942de110e5ee7b1da0123564efaa2b8a1 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 3 Apr 2025 15:19:29 -0400 Subject: [PATCH 2/3] Bump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 1f89bd42..548e20ae 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" authors = ["Matthew Fishman , Joseph Tindall and contributors"] -version = "0.13.2" +version = "0.13.3" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c" From 4c783be7afd94cf3f5627060a0f8c2f334c87afb Mon Sep 17 00:00:00 2001 From: mtfishman Date: Thu, 3 Apr 2025 15:20:00 -0400 Subject: [PATCH 3/3] Unbump version --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 548e20ae..1f89bd42 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "ITensorNetworks" uuid = "2919e153-833c-4bdc-8836-1ea460a35fc7" authors = ["Matthew Fishman , Joseph Tindall and contributors"] -version = "0.13.3" +version = "0.13.2" [deps] AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"