Skip to content

Commit 4056c00

Browse files
authored
Prep for v1.29.0 (#4060)
1 parent 1985304 commit 4056c00

File tree

5 files changed

+43
-18
lines changed

5 files changed

+43
-18
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "JuMP"
22
uuid = "4076af6c-e467-56ae-b986-b466b2749572"
33
repo = "https://github.com/jump-dev/JuMP.jl.git"
4-
version = "1.28.0"
4+
version = "1.29.0"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

docs/Project.toml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ CSV = "0.10.15"
5353
Clarabel = "=0.11.0"
5454
Clustering = "0.15.8"
5555
DSP = "0.8.4"
56-
DataFrames = "1.7.0"
57-
DifferentiationInterface = "0.7.4"
58-
DimensionalData = "=0.29.19"
56+
DataFrames = "1.7.1"
57+
DifferentiationInterface = "0.7.7"
58+
DimensionalData = "=0.29.23"
5959
Distributions = "0.25.120"
6060
Documenter = "=1.14.1"
61-
DocumenterCitations = "1.4.0"
61+
DocumenterCitations = "1.4.1"
6262
Dualization = "0.7.1"
63-
Enzyme = "0.13.66"
64-
ForwardDiff = "1.0.1"
63+
Enzyme = "0.13.69"
64+
ForwardDiff = "1.1.0"
6565
Gurobi = "=1.7.5"
6666
HTTP = "1.10.17"
6767
HiGHS = "=1.19.0"
@@ -74,12 +74,12 @@ LinearOperatorCollection = "2.1.0"
7474
Literate = "2.20.1"
7575
MarkdownAST = "0.1.2"
7676
MathOptChordalDecomposition = "=0.2.0"
77-
MathOptInterface = "=1.42.1"
78-
MultiObjectiveAlgorithms = "=1.5.0"
77+
MathOptInterface = "=1.43.0"
78+
MultiObjectiveAlgorithms = "=1.6.0"
7979
PATHSolver = "=1.7.8"
80-
ParametricOptInterface = "0.11.1"
81-
Plots = "1.40.17"
82-
RegularizedLeastSquares = "0.16.8"
80+
ParametricOptInterface = "0.12.1"
81+
Plots = "1.40.19"
82+
RegularizedLeastSquares = "0.16.9"
8383
SCS = "=2.1.0"
8484
SQLite = "1.6.1"
8585
SpecialFunctions = "2.5.1"

docs/packages.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
[AmplNLWriter]
3838
rev = "v1.2.3"
3939
[BARON]
40-
rev = "v0.8.5"
40+
rev = "v0.8.6"
4141
[Cbc]
4242
rev = "v1.2.0"
4343
[Clp]
@@ -73,13 +73,13 @@
7373
[MathOptAnalyzer]
7474
rev = "v0.1.0"
7575
[MathOptIIS]
76-
rev = "v0.1.0"
76+
rev = "v0.1.1"
7777
[MiniZinc]
7878
rev = "v0.3.12"
7979
[MosekTools]
8080
rev = "v0.15.10"
8181
[MultiObjectiveAlgorithms]
82-
rev = "v1.5.0"
82+
rev = "v1.6.0"
8383
has_html = true
8484
[NEOSServer]
8585
rev = "v1.2.0"
@@ -88,7 +88,7 @@
8888
[Pajarito]
8989
rev = "4c7efa915bdc900b51d1c8290dc771403b11230a"
9090
[ParametricOptInterface]
91-
rev = "v0.11.1"
91+
rev = "v0.12.1"
9292
extension = true
9393
[Pavito]
9494
rev = "v0.3.9"
@@ -176,7 +176,7 @@
176176
rev = "v0.2.5"
177177
[MadNLP]
178178
user = "MadNLP"
179-
rev = "v0.8.8"
179+
rev = "v0.8.10"
180180
has_html = true
181181
[MAiNGO]
182182
user = "MAiNGO-github"
@@ -222,7 +222,7 @@
222222
rev = "v0.12.7"
223223
[SDDP]
224224
user = "odow"
225-
rev = "v1.12.0"
225+
rev = "v1.13.0"
226226
has_html = true
227227
extension = true
228228
[Tulip]

docs/src/changelog.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ 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.29.0 (September 1, 2025)
11+
12+
### Added
13+
14+
- Added [`simplify`](@ref), [`derivative`](@ref), and [`gradient`](@ref) from
15+
`MOI.Nonlinear.SymbolicAD` (#4047), (#4064)
16+
17+
### Fixed
18+
19+
- Fixed `promote_shape` for [`Containers.DenseAxisArray`](@ref) (#4050)
20+
- Fixed [`jump_function`](@ref) to promote mixed model and coefficient types
21+
(#4051)
22+
- Fixed [`Containers.DenseAxisArray`](@ref) when a non-`Int` subtype of
23+
`<:Integer` is used (#4054), (#4055), (#4056)
24+
- Fixed missing `MA.promote_operation` methods when mixing number types (#4057)
25+
26+
### Other
27+
28+
- Removed mentions of Gitter in documentation (#4045)
29+
- Temporarily disabled `--depwarn=error` in CI (#4058)
30+
- Documented closure capture bug in threading (#4059)
31+
- Added cuOpt to list of solvers (#4062)
32+
- Added a link to supported solvers (#4063)
33+
1034
## Version 1.28.0 (August 6, 2025)
1135

1236
### Added

docs/styles/config/vocabularies/JuMP/accept.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ elementwise
2727
errored
2828
flamegraph
2929
getters
30+
Gitter
3031
grayscale
3132
homebrew
3233
iterable

0 commit comments

Comments
 (0)