Skip to content

Commit bdd4d75

Browse files
committed
Prep for v1.52.0
1 parent b4c1a83 commit bdd4d75

2 files changed

Lines changed: 21 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.51.2"
3+
version = "1.52.0"
44

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

docs/src/changelog.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,26 @@ 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.52.0 (July 28, 2026)
11+
12+
### Added
13+
14+
- Added [`Utilities.RuntimeProductOfSets`](@ref) (#3026)
15+
16+
### Fixed
17+
18+
- Fixed simplifing zero and one terms in [`Nonlinear.SymbolicAD.simplify!`](@ref)
19+
(#3023)
20+
- Fixed [`Utilities.OrderedProductOfSets`](@ref) to handle zero-dimensional rows
21+
(#3022)
22+
- Fixed support for nested bridges which require `final_touch`. `final_touch` is
23+
now called in the order that the bridges were created. (#3027)
24+
25+
### Other
26+
27+
- Updated GitHub actions (#3024), (#3028)
28+
- Added support for OrderedCollections@2 (#3029)
29+
1030
## v1.51.2 (July 17, 2026)
1131

1232
### Fixed

0 commit comments

Comments
 (0)