Skip to content

Commit

Permalink
New version: RegisterOptimize v0.3.3 (#275)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdw503 authored Feb 7, 2025
1 parent 4d810b7 commit b4c8707
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 4 deletions.
19 changes: 16 additions & 3 deletions R/RegisterOptimize/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,13 @@ RegisterMismatch = "0.0.0 - 0.3"
CachedInterpolations = "0.1"
CenterIndexedArrays = "0.2"
ForwardDiff = "0.10"
NLsolve = "3-4"
ProgressMeter = ["0.7-0.9", "1"]

["0.3-0.3.2"]
Ipopt = "0.5-0.6"
IterativeSolvers = "0.7-0.8"
MathProgBase = "0.7"
NLsolve = "3-4"
ProgressMeter = ["0.7-0.9", "1"]
julia = "1.1.0-1"

["0.3.0"]
Expand All @@ -37,10 +39,21 @@ StaticArrays = "0.10-0.12"

["0.3.1-0"]
CoordinateTransformations = "0.5-0.6"
Interpolations = "0.9-0.13"
Optim = ["0.18-0.20", "1"]
RegisterCore = "0.2"
RegisterDeformation = "0.3-0.4"
RegisterFit = "0.1-0.2"
RegisterPenalty = "0.1-0.3"
StaticArrays = ["0.10-0.12", "1"]

["0.3.1-0.3.2"]
Interpolations = "0.9-0.13"

["0.3.3-0"]
Interpolations = "0.9-0.15"
Ipopt = ["0.5-0.6", "1"]
IterativeSolvers = "0.7-0.9"
JuMP = "1.2.0-1"
MathOptInterface = "1"
Statistics = "1"
julia = "1.10.0-1"
8 changes: 7 additions & 1 deletion R/RegisterOptimize/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
Ipopt = "b6b21f68-93f8-5de0-b562-5493be1d77c9"
IterativeSolvers = "42fd0dbc-a981-5370-80f2-aaf504508153"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Expand All @@ -28,6 +27,13 @@ RegisterUtilities = "d4862ba2-f42c-5aeb-af4f-96a8884a16c4"
Rotations = "6038ab10-8711-5258-84ad-4b1120ba62dc"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

["0-0.3.2"]
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"

["0.2-0"]
NLsolve = "2774e3e8-f4cf-5e23-947b-6d7e65073b56"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

["0.3.3-0"]
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3 changes: 3 additions & 0 deletions R/RegisterOptimize/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ git-tree-sha1 = "b12cc1d49f7b49117087825c84d7c3e7721150be"

["0.3.2"]
git-tree-sha1 = "c2977575bd646930eb191a79ec5c95697f6f04a9"

["0.3.3"]
git-tree-sha1 = "7bcb7815dfa303062eeb9b48d474779bd1b3059b"

0 comments on commit b4c8707

Please sign in to comment.