Skip to content

Commit

Permalink
New version: JuMP v1.0.0 (#57258)
Browse files Browse the repository at this point in the history
UUID: 4076af6c-e467-56ae-b986-b466b2749572
Repo: https://github.com/jump-dev/JuMP.jl.git
Tree: 936e7ebf6c84f0c0202b83bb22461f4ebc5c9969

Registrator tree SHA: 8e1a5ac2695627143951512d700c7e3c445102ec
  • Loading branch information
JuliaRegistrator authored Mar 24, 2022
1 parent 7e80ba4 commit 2864d63
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 19 deletions.
17 changes: 11 additions & 6 deletions J/JuMP/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,21 @@ julia = "1"
["0.19.0"]
ForwardDiff = "0.5.0 - 0.10"

["0.19.1-0"]
["0.19.1-1"]
ForwardDiff = "0.5-0.10"

["0.20"]
MathOptInterface = "0.9.1-0.9"

["0.20.1-0"]
Calculus = "0.5"

["0.20.1-0.21.3"]
DataStructures = "0.17"

["0.20.1-0.22"]
NaNMath = "0.3"

["0.20.1-1"]
Calculus = "0.5"

["0.21"]
MutableArithmetics = "0.2"

Expand All @@ -66,7 +66,7 @@ MathOptInterface = "0.9.14-0.9"
["0.21.4-0.22"]
JSON = "0.21"

["0.21.5-0"]
["0.21.5-1"]
DataStructures = "0.18"

["0.21.6"]
Expand All @@ -82,12 +82,17 @@ MathOptInterface = "0.9.20-0.9"
MathOptInterface = "0.10.4-0.10"
MutableArithmetics = "0.3"

["0.22.2-0"]
["0.22.2-1"]
OrderedCollections = "1"
SpecialFunctions = ["0.8", "1-2"]

["0.23-0"]
MathOptInterface = "1"

["0.23-1"]
MutableArithmetics = "1"
NaNMath = ["0.3", "1"]
julia = "1.6.0-1"

[1]
MathOptInterface = "1.1.1-1"
26 changes: 13 additions & 13 deletions J/JuMP/Deps.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
[0]
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

["0-0.18"]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
MathProgBase = "fdba3010-5040-5b88-9595-932c9decdf73"
Expand All @@ -10,35 +6,39 @@ ReverseDiffSparse = "89212889-6d3f-5f97-b412-7825138f6c9c"
["0-0.18.5"]
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"

[0-1]
Calculus = "49dc2e85-a5d0-5ad3-a950-438e2897f1b9"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"

["0.18.5"]
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
Serialization = "9e88b42a-f829-5b0c-bbe9-9e923198166b"

["0.19-0"]
["0.19-0.22"]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

["0.19-1"]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
NaNMath = "77ba4419-2d1f-58cd-9bb1-8ffee604a2e3"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"

["0.19-0.22"]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

["0.19.0"]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

["0.21-0"]
["0.21-1"]
MutableArithmetics = "d8a4904e-b15c-11e9-3269-09a3773c0cb0"

["0.21.4-0.22"]
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"

["0.21.6-0"]
["0.21.6-1"]
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

["0.21.7-0"]
["0.21.7-1"]
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"

["0.22.2-0"]
["0.22.2-1"]
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
3 changes: 3 additions & 0 deletions J/JuMP/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@ git-tree-sha1 = "ab093fae27d6ccbb41eb7c8e8c5664b881c79929"

["0.23.2"]
git-tree-sha1 = "c48de82c5440b34555cb60f3628ebfb9ab3dc5ef"

["1.0.0"]
git-tree-sha1 = "936e7ebf6c84f0c0202b83bb22461f4ebc5c9969"

0 comments on commit 2864d63

Please sign in to comment.