Skip to content

Commit 2172e4b

Browse files
authored
Prep for v1.53.0 (#3055)
1 parent 9abcbea commit 2172e4b

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MathOptInterface"
22
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3-
version = "1.52.0"
3+
version = "1.53.0"
44

55
[deps]
66
CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd"

docs/src/changelog.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,31 @@ CurrentModule = MathOptInterface
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+
## v1.53.0 (August 24, 2026)
11+
12+
### Added
13+
14+
- Added [`dual_set`](@ref) for [`NormCone`](@ref) (#3042)
15+
- Added [`DualGeometricMeanCone`](@ref) (#3041), (#3047)
16+
- Added [`DualRelativeEntropyCone`](@ref) (#3049), (#3051)
17+
18+
### Fixed
19+
20+
- Fixed `[compat]` bound on CliqueTrees.jl (#3039)
21+
- Fixed [`ConstraintPrimal`](@ref) and [`ConstraintPrimalStart`](@ref) in
22+
[`Bridges.Constraint.GeoMeanBridge`](@ref) (#3056), (#3059), (#3060)
23+
24+
### Other
25+
26+
- Updated `solver_tests.yml` (#3038)
27+
- Updated GitHub actions versions (#3043)
28+
- Added DocumenterCodeBlocks.jl (#3044), (#3058)
29+
- Disable `depwarn=error` on Julia nightly (#3050)
30+
- Fixed various typos in the documentation (#3052)
31+
- Fixed various link checking (#3058)
32+
- Improve error message for constrained variables in VectorOfVariables
33+
(#3061)
34+
1035
## v1.52.0 (July 31, 2026)
1136

1237
### Added

0 commit comments

Comments
 (0)