Skip to content

Commit

Permalink
[docs] update docs/packages.toml (#3717)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Mar 27, 2024
1 parent 4c4fd52 commit c3cefe0
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 24 deletions.
12 changes: 6 additions & 6 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,27 +38,27 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CDDLib = "=0.9.2"
CDDLib = "=0.9.3"
CSV = "0.10"
Clarabel = "=0.6.0"
Clarabel = "=0.7.1"
DataFrames = "1"
DimensionalData = "0.26.2"
Distributions = "0.25"
Documenter = "=1.2.1"
Documenter = "=1.3.0"
DocumenterCitations = "1"
Dualization = "0.5"
Enzyme = "0.11.19"
GLPK = "=1.1.3"
HTTP = "1.5.4"
HiGHS = "=1.8.0"
Interpolations = "0.14"
Ipopt = "=1.6.0"
Ipopt = "=1.6.2"
JSON = "0.21"
JSONSchema = "1"
Literate = "2.8"
MathOptInterface = "=1.25.3"
MathOptInterface = "=1.27.0"
MultiObjectiveAlgorithms = "=1.3.2"
PATHSolver = "=1.7.2"
PATHSolver = "=1.7.4"
Plots = "1"
SCS = "=2.0.0"
SQLite = "1"
Expand Down
36 changes: 18 additions & 18 deletions docs/packages.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
# ============================= jump-dev packages ============================ #

[AmplNLWriter]
rev = "v1.2.0"
rev = "v1.2.1"
[BARON]
rev = "v0.8.2"
rev = "v0.8.3"
[Cbc]
rev = "v1.2.0"
[Clp]
rev = "v1.0.3"
[CPLEX]
rev = "v1.0.2"
rev = "v1.0.3"
[CSDP]
rev = "3a2e4c7c48af7660a5ba258a4cb6549ab0970366"
[DiffOpt]
Expand All @@ -49,22 +49,22 @@
[Dualization]
rev = "v0.5.8"
[ECOS]
rev = "v1.1.1"
rev = "v1.1.2"
[GLPK]
rev = "v1.1.3"
[Gurobi]
rev = "v1.2.1"
rev = "v1.2.3"
[HiGHS]
rev = "953274644913c2beaaca596fbcb248cf9b5dc5b8"
rev = "v1.9.0"
[Hypatia]
rev = "v0.7.4"
rev = "v0.8.0"
has_html = true
[Ipopt]
rev = "v1.6.0"
rev = "v1.6.2"
[KNITRO]
rev = "v0.14.1"
rev = "v0.14.2"
[MiniZinc]
rev = "v0.3.7"
rev = "v0.3.8"
[MosekTools]
rev = "v0.15.1"
[MultiObjectiveAlgorithms]
Expand All @@ -81,12 +81,12 @@
# [Penopt]
# rev = "486f07d3f3a11f12012ea3ada702a3ee55c8fdc5"
[PolyJuMP]
rev = "v0.7.1"
rev = "v0.7.3"
extension = true
[SCS]
rev = "v2.0.0"
[SDPA]
rev = "v0.5.0"
rev = "v0.5.1"
[SDPLR]
rev = "v0.1.0"
[SDPNAL]
Expand Down Expand Up @@ -115,14 +115,14 @@
rev = "6d165e8e8f59b14e36e99c8efb19f0e775bbd292"
[CDDLib]
user = "JuliaPolyhedra"
rev = "9700752f849845bc8d8477928baf3df920daadd6"
rev = "v0.9.3"
[Clarabel]
user = "oxfordcontrol"
rev = "v0.6.0"
rev = "v0.7.1"
has_html = true
[COPT]
user = "COPT-Public"
rev = "v1.1.14"
rev = "v1.1.15"
[COSMO]
user = "oxfordcontrol"
rev = "v0.8.8"
Expand All @@ -141,7 +141,7 @@
filename = "docs/src/jump/README.md"
[GAMS]
user = "GAMS-dev"
rev = "c5dee9f929e9d2f4433ae09fa92b8d872c9c43e0"
rev = "e00a845d42653adf5d26c7cef1ef84fb990c91c7"
[InfiniteOpt]
user = "infiniteopt"
rev = "v0.5.8"
Expand All @@ -162,7 +162,7 @@
rev = "b6ea68189558558e44195c1f87c00d9f5038cf0d"
[Manopt]
user = "JuliaManifolds"
rev = "v0.4.51"
rev = "v0.4.58"
filename = "Readme.md"
[NEOSServer]
user = "odow"
Expand Down Expand Up @@ -195,7 +195,7 @@
rev = "v0.11.14"
[SDDP]
user = "odow"
rev = "v1.6.6"
rev = "v1.6.7"
has_html = true
extension = true
[Tulip]
Expand Down
1 change: 1 addition & 0 deletions docs/styles/Vocab/JuMP-Vocab/accept.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ subexpression(?s)
subgraph(?s)
subtyping
sysimage
threadsafe
thresholding
TODO
transpiled
Expand Down

0 comments on commit c3cefe0

Please sign in to comment.