From 6eaacf84bda9dd000dacd45ed0b52e7db360a3bd Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 17 Aug 2023 00:43:57 +0000 Subject: [PATCH 1/2] CompatHelper: add new compat entry for SparseInverseSubset at version 0.1, (keep existing compat) --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index 0fbcba87e..8dfefc100 100644 --- a/Project.toml +++ b/Project.toml @@ -29,6 +29,7 @@ IrrationalConstants = "0.1.1, 0.2" JLArrays = "0.1" JuliaInterpreter = "0.8,0.9" RealDot = "0.1" +SparseInverseSubset = "0.1" StaticArrays = "1.2" StructArrays = "0.6.11" julia = "1.6" From 07024f4ff8516b0f47a9536edb7b0b0abfc753a6 Mon Sep 17 00:00:00 2001 From: Michael Abbott <32575566+mcabbott@users.noreply.github.com> Date: Mon, 21 Aug 2023 17:46:35 -0400 Subject: [PATCH 2/2] v1.54.1 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 8dfefc100..f807732d9 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ChainRules" uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2" -version = "1.54.0" +version = "1.54.1" [deps] Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"