File tree Expand file tree Collapse file tree 5 files changed +43
-18
lines changed
styles/config/vocabularies/JuMP Expand file tree Collapse file tree 5 files changed +43
-18
lines changed Original file line number Diff line number Diff line change 11name = " JuMP"
22uuid = " 4076af6c-e467-56ae-b986-b466b2749572"
33repo = " https://github.com/jump-dev/JuMP.jl.git"
4- version = " 1.28 .0"
4+ version = " 1.29 .0"
55
66[deps ]
77LinearAlgebra = " 37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Original file line number Diff line number Diff line change @@ -53,15 +53,15 @@ CSV = "0.10.15"
5353Clarabel = " =0.11.0"
5454Clustering = " 0.15.8"
5555DSP = " 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 "
5959Distributions = " 0.25.120"
6060Documenter = " =1.14.1"
61- DocumenterCitations = " 1.4.0 "
61+ DocumenterCitations = " 1.4.1 "
6262Dualization = " 0.7.1"
63- Enzyme = " 0.13.66 "
64- ForwardDiff = " 1.0.1 "
63+ Enzyme = " 0.13.69 "
64+ ForwardDiff = " 1.1.0 "
6565Gurobi = " =1.7.5"
6666HTTP = " 1.10.17"
6767HiGHS = " =1.19.0"
@@ -74,12 +74,12 @@ LinearOperatorCollection = "2.1.0"
7474Literate = " 2.20.1"
7575MarkdownAST = " 0.1.2"
7676MathOptChordalDecomposition = " =0.2.0"
77- MathOptInterface = " =1.42.1 "
78- MultiObjectiveAlgorithms = " =1.5 .0"
77+ MathOptInterface = " =1.43.0 "
78+ MultiObjectiveAlgorithms = " =1.6 .0"
7979PATHSolver = " =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 "
8383SCS = " =2.1.0"
8484SQLite = " 1.6.1"
8585SpecialFunctions = " 2.5.1"
Original file line number Diff line number Diff line change 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 ]
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"
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"
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"
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 ]
Original file line number Diff line number Diff line change @@ -7,6 +7,30 @@ CurrentModule = JuMP
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and 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
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ elementwise
2727errored
2828flamegraph
2929getters
30+ Gitter
3031grayscale
3132homebrew
3233iterable
You can’t perform that action at this time.
0 commit comments