From 88323455bd7443ddbd67afe91fab727612e3eeb5 Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Wed, 6 May 2026 11:48:51 -0500 Subject: [PATCH] New version: CachedInterpolations v1.0.0 UUID: b9709bfb-d23d-5560-8276-8c35c4b76823 Repo: Tree: 7d9a84de70fa344b3443dbd44c1178c0c5188622 --- C/CachedInterpolations/Compat.toml | 5 +++++ C/CachedInterpolations/Deps.toml | 8 ++++---- C/CachedInterpolations/Versions.toml | 3 +++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/C/CachedInterpolations/Compat.toml b/C/CachedInterpolations/Compat.toml index 1f0bb58..435d22b 100644 --- a/C/CachedInterpolations/Compat.toml +++ b/C/CachedInterpolations/Compat.toml @@ -3,5 +3,10 @@ julia = "0.7-1" ["0.1.1-0"] Interpolations = "0.14-0.15" + +["0.1.1-1"] StaticArrays = "1" julia = "1.10.0-1" + +[1] +Interpolations = "0.14-1" diff --git a/C/CachedInterpolations/Deps.toml b/C/CachedInterpolations/Deps.toml index 6299586..6d72f52 100644 --- a/C/CachedInterpolations/Deps.toml +++ b/C/CachedInterpolations/Deps.toml @@ -1,10 +1,10 @@ -[0] -Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" -StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" - ["0-0.1.0"] Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" Ratios = "c84ed2f1-dad5-54f0-aa8e-dbefe2724439" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[0-1] +Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59" +StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" diff --git a/C/CachedInterpolations/Versions.toml b/C/CachedInterpolations/Versions.toml index a672b33..ba11b9a 100644 --- a/C/CachedInterpolations/Versions.toml +++ b/C/CachedInterpolations/Versions.toml @@ -3,3 +3,6 @@ git-tree-sha1 = "9b62bbc649cd998a4d0bd544fe30d297a4e68075" ["0.1.1"] git-tree-sha1 = "441efef7686876aebbcf3a9b5f273af938b7eb44" + +["1.0.0"] +git-tree-sha1 = "7d9a84de70fa344b3443dbd44c1178c0c5188622"