Skip to content

Commit

Permalink
New version: Optimization v3.21.1 (#98419)
Browse files Browse the repository at this point in the history
UUID: 7f7a1694-90dd-40f0-9382-eb1efda571ba
Repo: https://github.com/SciML/Optimization.jl.git
Tree: 31fe8abda56b2168d262b515ecabdb44d7c36b4d

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Jan 7, 2024
1 parent 442fa94 commit fec5549
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 5 deletions.
19 changes: 15 additions & 4 deletions O/Optimization/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,33 @@ SparseArrays = "1"

["3.20-3"]
Pkg = "1"
SymbolicIndexingInterface = "0.3"
julia = "1.9.0-1"

["3.20-3.21.0"]
SymbolicIndexingInterface = "0.3"

["3.21-3"]
ADTypes = "0.2.5-0.2"
ArrayInterface = "7.6.0-7"
ConsoleProgressMonitor = "0.1.1-0.1"
DocStringExtensions = "0.9"
LinearAlgebra = "1.9.0-1"
Logging = "1.9.0-1"
LoggingExtras = ["0.4", "1"]
Printf = "1.9.0-1"
Reexport = "1.2.0-1"
SciMLBase = "2.16.3-2"

["3.21.0"]
LinearAlgebra = "1.9.0-1"
Logging = "1.9.0-1"
Printf = "1.9.0-1"
SparseArrays = "1.9.0-1"

["3.21.1-3"]
LinearAlgebra = "1.10.0-1"
Logging = "1.10.0-1"
Printf = "1.10.0-1"
SparseArrays = "1.10.0-1"
SymbolicIndexingInterface = "0.3.2-0.3"

["3.7-3.9.0"]
SciMLBase = "1.39.0-1"

Expand Down
3 changes: 3 additions & 0 deletions O/Optimization/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ git-tree-sha1 = "d124973a6dacd4252ec9101e0b30e725afd056ac"

["3.21.0"]
git-tree-sha1 = "a38741a9f0ef4847b892151957b6d01a5da49214"

["3.21.1"]
git-tree-sha1 = "31fe8abda56b2168d262b515ecabdb44d7c36b4d"
7 changes: 6 additions & 1 deletion O/Optimization/WeakCompat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Tracker = "0.2"
Zygote = "0.6"

["3.21-3"]
Enzyme = "0.11.9-0.11"
FiniteDiff = "2.12.0-2"
ForwardDiff = "0.10.26-0.10"
ModelingToolkit = "8.74.0-8"
Expand All @@ -26,3 +25,9 @@ SparseDiffTools = "2.14.0-2"
Symbolics = "5.12.0-5"
Tracker = "0.2.29-0.2"
Zygote = "0.6.67-0.6"

["3.21.0"]
Enzyme = "0.11.9-0.11"

["3.21.1-3"]
Enzyme = "0.11.11-0.11"

0 comments on commit fec5549

Please sign in to comment.