From 9350b56a8d43972dee48cec3fad67a15b1d50ae8 Mon Sep 17 00:00:00 2001 From: Dae Woo Kim Date: Wed, 16 Apr 2025 13:32:43 -0500 Subject: [PATCH] New version: RegisterOptimize v0.3.5 --- R/RegisterOptimize/Compat.toml | 7 ++++++- R/RegisterOptimize/Versions.toml | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/R/RegisterOptimize/Compat.toml b/R/RegisterOptimize/Compat.toml index 4d117ca..1e3fcc9 100644 --- a/R/RegisterOptimize/Compat.toml +++ b/R/RegisterOptimize/Compat.toml @@ -17,7 +17,6 @@ RegisterMismatch = "0.0.0 - 0.3" ["0.3-0"] CachedInterpolations = "0.1" CenterIndexedArrays = "0.2" -ForwardDiff = "0.10" NLsolve = "3-4" ProgressMeter = ["0.7-0.9", "1"] @@ -27,6 +26,9 @@ IterativeSolvers = "0.7-0.8" MathProgBase = "0.7" julia = "1.1.0-1" +["0.3-0.3.4"] +ForwardDiff = "0.10" + ["0.3.0"] CoordinateTransformations = "0.5" Interpolations = "0.9-0.12" @@ -57,3 +59,6 @@ JuMP = "1.2.0-1" MathOptInterface = "1" Statistics = "1" julia = "1.10.0-1" + +["0.3.5-0"] +ForwardDiff = ["0.10", "1"] diff --git a/R/RegisterOptimize/Versions.toml b/R/RegisterOptimize/Versions.toml index 97f1933..222f3fb 100644 --- a/R/RegisterOptimize/Versions.toml +++ b/R/RegisterOptimize/Versions.toml @@ -21,3 +21,6 @@ git-tree-sha1 = "7bcb7815dfa303062eeb9b48d474779bd1b3059b" ["0.3.4"] git-tree-sha1 = "f8c80ef0cf64509900387ae5913d8b20795871a3" + +["0.3.5"] +git-tree-sha1 = "403a1160e123a64f0f8e592985550fd8d79b3c43"