Skip to content

Commit 43125f9

Browse files
authored
New version: RegisterOptimize v0.3.5 (#286)
1 parent 08d5608 commit 43125f9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

R/RegisterOptimize/Compat.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ RegisterMismatch = "0.0.0 - 0.3"
1717
["0.3-0"]
1818
CachedInterpolations = "0.1"
1919
CenterIndexedArrays = "0.2"
20-
ForwardDiff = "0.10"
2120
NLsolve = "3-4"
2221
ProgressMeter = ["0.7-0.9", "1"]
2322

@@ -27,6 +26,9 @@ IterativeSolvers = "0.7-0.8"
2726
MathProgBase = "0.7"
2827
julia = "1.1.0-1"
2928

29+
["0.3-0.3.4"]
30+
ForwardDiff = "0.10"
31+
3032
["0.3.0"]
3133
CoordinateTransformations = "0.5"
3234
Interpolations = "0.9-0.12"
@@ -57,3 +59,6 @@ JuMP = "1.2.0-1"
5759
MathOptInterface = "1"
5860
Statistics = "1"
5961
julia = "1.10.0-1"
62+
63+
["0.3.5-0"]
64+
ForwardDiff = ["0.10", "1"]

R/RegisterOptimize/Versions.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ git-tree-sha1 = "7bcb7815dfa303062eeb9b48d474779bd1b3059b"
2121

2222
["0.3.4"]
2323
git-tree-sha1 = "f8c80ef0cf64509900387ae5913d8b20795871a3"
24+
25+
["0.3.5"]
26+
git-tree-sha1 = "403a1160e123a64f0f8e592985550fd8d79b3c43"

0 commit comments

Comments
 (0)