Skip to content

Commit 46be526

Browse files
committed
Prep for v1.30.0
1 parent 0b42e5f commit 46be526

File tree

4 files changed

+56
-38
lines changed

4 files changed

+56
-38
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "JuMP"
22
uuid = "4076af6c-e467-56ae-b986-b466b2749572"
3-
version = "1.29.4"
3+
version = "1.30.0"
44
repo = "https://github.com/jump-dev/JuMP.jl.git"
55

66
[deps]
@@ -20,7 +20,7 @@ DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
2020
JuMPDimensionalDataExt = "DimensionalData"
2121

2222
[compat]
23-
DimensionalData = "0.24, 0.25, 0.26.2, 0.27, 0.28, 0.29"
23+
DimensionalData = "0.24, 0.25, 0.26.2, 0.27, 0.28, 0.29, 0.30"
2424
LinearAlgebra = "1"
2525
MacroTools = "0.5"
2626
MathOptInterface = "1.38.0"

docs/Project.toml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -48,41 +48,41 @@ Wavelets = "29a6e085-ba6d-5f35-a997-948ac2efa89a"
4848
tectonic_jll = "d7dd28d6-a5e6-559c-9131-7eb760cdacc5"
4949

5050
[compat]
51-
CDDLib = "=0.10.1"
52-
CSV = "0.10.15"
51+
CDDLib = "=0.10.2"
52+
CSV = "0.10.16"
5353
Clarabel = "=0.11.0"
5454
Clustering = "0.15.8"
5555
DSP = "0.8.4"
5656
DataFrames = "1.8.1"
57-
DifferentiationInterface = "0.7.14"
58-
DimensionalData = "=0.29.25"
57+
DifferentiationInterface = "0.7.16"
58+
DimensionalData = "=0.30.1"
5959
Distributions = "0.25.123"
60-
Documenter = "=1.16.1"
60+
Documenter = "=1.17.0"
6161
DocumenterCitations = "1.4.1"
6262
Dualization = "0.7.1"
63-
Enzyme = "0.13.116"
64-
ForwardDiff = "1.3.1"
65-
Gurobi = "=1.9.1"
63+
Enzyme = "0.13.129"
64+
ForwardDiff = "1.3.2"
65+
Gurobi = "=1.9.2"
6666
HTTP = "1.10.19"
67-
HiGHS = "=1.20.1"
67+
HiGHS = "=1.21.1"
6868
Images = "0.26.2"
6969
Interpolations = "0.16.2"
70-
Ipopt = "=1.14.0"
70+
Ipopt = "=1.14.1"
7171
JSON = "0.21.4"
7272
JSONSchema = "1.5.0"
73-
LinearOperatorCollection = "2.4"
73+
LinearOperatorCollection = "2.4.1"
7474
Literate = "2.21.0"
75-
MarkdownAST = "0.1.2"
75+
MarkdownAST = "0.1.3"
7676
MathOptChordalDecomposition = "=0.2.0"
77-
MathOptInterface = "=1.48.0"
78-
MultiObjectiveAlgorithms = "=1.8.2"
77+
MathOptInterface = "=1.49.0"
78+
MultiObjectiveAlgorithms = "=1.9.0"
7979
PATHSolver = "=1.7.9"
80-
ParametricOptInterface = "0.14.1"
81-
Plots = "1.41.4"
80+
ParametricOptInterface = "0.15.0"
81+
Plots = "1.41.6"
8282
RegularizedLeastSquares = "0.16.11"
83-
SCS = "=2.6.0"
84-
SQLite = "1.7.1"
85-
SpecialFunctions = "2.6.1"
83+
SCS = "=2.6.2"
84+
SQLite = "1.8.0"
85+
SpecialFunctions = "2.7.1"
8686
StatsPlots = "0.15.8"
8787
Tables = "1.12.1"
8888
Wavelets = "0.10.1"

docs/packages.toml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
[cuOpt]
5050
rev = "v0.1.2"
5151
[DiffOpt]
52-
rev = "v0.5.4"
52+
rev = "v0.5.5"
5353
extension = true
5454
# There are number of known issues with DSDP
5555
# [DSDP]
@@ -61,26 +61,26 @@
6161
[GLPK]
6262
rev = "v1.2.1"
6363
[Gurobi]
64-
rev = "v1.9.1"
64+
rev = "v1.9.2"
6565
[HiGHS]
66-
rev = "v1.20.1"
66+
rev = "v1.21.1"
6767
[Hypatia]
6868
rev = "v0.9.1"
6969
has_html = true
7070
[Ipopt]
71-
rev = "v1.14.0"
71+
rev = "v1.14.1"
7272
[KNITRO]
7373
rev = "v1.2.0"
7474
[MathOptAnalyzer]
7575
rev = "v0.1.1"
7676
[MathOptIIS]
77-
rev = "v0.1.1"
77+
rev = "v0.1.2"
7878
[MiniZinc]
79-
rev = "v0.3.13"
79+
rev = "v0.3.14"
8080
[MosekTools]
8181
rev = "v0.15.10"
8282
[MultiObjectiveAlgorithms]
83-
rev = "v1.8.2"
83+
rev = "v1.9.0"
8484
has_html = true
8585
[NEOSServer]
8686
rev = "v1.2.0"
@@ -89,7 +89,7 @@
8989
[Pajarito]
9090
rev = "4c7efa915bdc900b51d1c8290dc771403b11230a"
9191
[ParametricOptInterface]
92-
rev = "v0.14.1"
92+
rev = "v0.15.0"
9393
extension = true
9494
[Pavito]
9595
rev = "v0.3.9"
@@ -103,7 +103,7 @@
103103
rev = "v0.7.6"
104104
extension = true
105105
[SCS]
106-
rev = "v2.6.0"
106+
rev = "v2.6.2"
107107
[SDPA]
108108
rev = "v0.6.1"
109109
[SDPLR]
@@ -124,7 +124,7 @@
124124

125125
[Alpine]
126126
user = "lanl-ansi"
127-
rev = "v0.5.7"
127+
rev = "v0.5.8"
128128
[BilevelJuMP]
129129
user = "joaquimg"
130130
rev = "v0.6.2"
@@ -137,14 +137,14 @@
137137
rev = "6d165e8e8f59b14e36e99c8efb19f0e775bbd292"
138138
[CDDLib]
139139
user = "JuliaPolyhedra"
140-
rev = "v0.10.1"
140+
rev = "v0.10.2"
141141
[Clarabel]
142142
user = "oxfordcontrol"
143143
rev = "v0.11.0"
144144
has_html = true
145145
[COPT]
146146
user = "COPT-Public"
147-
rev = "v1.1.31"
147+
rev = "v1.1.32"
148148
[COSMO]
149149
user = "oxfordcontrol"
150150
rev = "v0.8.9"
@@ -162,7 +162,7 @@
162162
extension = true
163163
[EAGO]
164164
user = "PSORLab"
165-
rev = "v0.8.4"
165+
rev = "v0.9.0"
166166
filename = "docs/src/jump/README.md"
167167
[GAMS]
168168
user = "GAMS-dev"
@@ -180,18 +180,18 @@
180180
rev = "v0.2.5"
181181
[MadNLP]
182182
user = "MadNLP"
183-
rev = "v0.8.12"
183+
rev = "v0.9.1"
184184
has_html = true
185185
[MAiNGO]
186186
user = "MAiNGO-github"
187187
rev = "v0.2.2"
188188
[Manopt]
189189
user = "JuliaManifolds"
190-
rev = "v0.5.32"
190+
rev = "v0.5.33"
191191
filename = "Readme.md"
192192
[MathOptAI]
193193
user = "lanl-ansi"
194-
rev = "v0.2.1"
194+
rev = "v0.2.2"
195195
extension = true
196196
[MathOptChordalDecomposition]
197197
user = "samuelsonric"
@@ -202,7 +202,7 @@
202202
extension = true
203203
[Optim]
204204
user = "JuliaNLSolvers"
205-
rev = "v2.0.0"
205+
rev = "v2.0.1"
206206
[OSQP]
207207
user = "osqp"
208208
rev = "v0.8.1"

docs/src/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,24 @@ CurrentModule = JuMP
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

10+
## Version 1.30.0 (February 27, 2026)
11+
12+
This release is a minor release because we are changing the Julia compat bounds.
13+
There are no new features.
14+
15+
### Fixed
16+
17+
- Fixed various errors found by JET (#4108)
18+
19+
### Other
20+
21+
- Added a tutorial on [Progressive Hedging](@ref) (#4117)
22+
- Minor documentation updates (#4109), (#4111), (#4112), (#4114), (#4115),
23+
(#4118), (#4122), (#4123)
24+
- Added ParallelTestRunner in the tests (#4119)
25+
- Added dependabot (#4120)
26+
- Dropped support for Julia v1.6 and made v1.10 the new minimum (#4121)
27+
1028
## Version 1.29.4 (January 16, 2026)
1129

1230
### Fixed

0 commit comments

Comments
 (0)