diff --git a/R/RegisterPenalty/Compat.toml b/R/RegisterPenalty/Compat.toml index c133c29..8c3533f 100644 --- a/R/RegisterPenalty/Compat.toml +++ b/R/RegisterPenalty/Compat.toml @@ -1,9 +1,9 @@ ["0-0.1"] -CachedInterpolations = "0.0.0 - 0.1" -CenterIndexedArrays = "0.0.0 - 0.2" -RegisterCore = "0.0.0 - 0.2" -RegisterDeformation = "0.0.0 - 0.3" -RegisterUtilities = "0.0.0 - 0.1" +CachedInterpolations = "0.0.0-0.1" +CenterIndexedArrays = "0.0.0-0.2" +RegisterCore = "0.0.0-0.2" +RegisterDeformation = "0.0.0-0.3" +RegisterUtilities = "0.0.0-0.1" julia = "0.7-1" ["0.2"] @@ -12,7 +12,6 @@ RegisterDeformation = "0.3" julia = "1.1.0-1" ["0.2-0"] -CachedInterpolations = "0.1" CenterIndexedArrays = "0.1-0.2" RegisterCore = "0.2.1-0.2" RegisterUtilities = "0.1" @@ -21,6 +20,9 @@ RegisterUtilities = "0.1" CoordinateTransformations = "0.5" StaticArrays = "0.10-0.12" +["0.2-1"] +CachedInterpolations = "0.1" + ["0.3-0"] RegisterDeformation = "0.3-0.4" julia = "1.6.0-1" @@ -28,12 +30,20 @@ julia = "1.6.0-1" ["0.3-0.3.1"] Interpolations = "0.9-0.13" -["0.3.1-0"] +["0.3.1-1"] CoordinateTransformations = "0.5-0.6" StaticArrays = ["0.10-0.12", "1"] ["0.3.2"] Interpolations = "0.9-0.15" -["0.3.3-0"] +["0.3.3-1"] Interpolations = "0.9-0.16" + +[1] +CenterIndexedArrays = ["0.1-0.2", "1"] +LinearAlgebra = "1" +RegisterCore = ["0.2.1-0.2", "1"] +RegisterDeformation = ["0.3-0.4", "1"] +RegisterUtilities = ["0.1", "1"] +julia = "1.10.0-1" diff --git a/R/RegisterPenalty/Deps.toml b/R/RegisterPenalty/Deps.toml index 8bab424..2669016 100644 --- a/R/RegisterPenalty/Deps.toml +++ b/R/RegisterPenalty/Deps.toml @@ -1,4 +1,12 @@ -[0] +["0-0.1"] +Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" +DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74" +ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" +InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" +Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" +Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" + +[0-1] CachedInterpolations = "b9709bfb-d23d-5560-8276-8c35c4b76823" CenterIndexedArrays = "46a7138f-0d70-54e1-8ada-fb8296f91f24" CoordinateTransformations = "150eb455-5306-5404-9cee-2592286d6298" @@ -8,11 +16,3 @@ RegisterCore = "67712758-55e7-5c3c-8e85-dda1d7758434" RegisterDeformation = "c19381b7-cf49-59d7-881c-50dfbd227eaf" RegisterUtilities = "d4862ba2-f42c-5aeb-af4f-96a8884a16c4" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" - -["0-0.1"] -Base64 = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f" -DualNumbers = "fa6b7ba4-c1ee-5f82-b5fc-ecf0adba8f74" -ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" -InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240" -Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" -Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/R/RegisterPenalty/Versions.toml b/R/RegisterPenalty/Versions.toml index 887f17d..ac13c55 100644 --- a/R/RegisterPenalty/Versions.toml +++ b/R/RegisterPenalty/Versions.toml @@ -15,3 +15,6 @@ git-tree-sha1 = "8c0ea32b693d66c442ca89a1c8f841c958ce2b30" ["0.3.3"] git-tree-sha1 = "3f7220e4c6ed71609637365bddf1a4000337956f" + +["1.0.0"] +git-tree-sha1 = "b7ac78e1dc14def980a44a9424601e93d1c06b1a"