Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MathOptInterface"
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
version = "1.51.2"
version = "1.52.0"

[deps]
CodecBzip2 = "523fee87-0ab8-5b00-afb7-3ecf72e48cfd"
Expand Down
22 changes: 22 additions & 0 deletions docs/src/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ CurrentModule = MathOptInterface
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.52.0 (July 28, 2026)

### Added

- Added [`Utilities.RuntimeProductOfSets`](@ref) (#3026)

### Fixed

- Fixed simplifying zero and one terms in [`Nonlinear.SymbolicAD.simplify!`](@ref)
(#3023)
- Fixed [`Utilities.OrderedProductOfSets`](@ref) to handle zero-dimensional rows
(#3022)
- Fixed support for nested bridges which require `final_touch`. `final_touch` is
now called in the order that the bridges were created. (#3027)
- Fixed various bridges with non-Float64 coefficient type (#3035)

### Other

- Updated GitHub actions (#3024), (#3028)
- Added support for OrderedCollections@2 (#3029)
- Fixed formatting for latest JuliaFormatter release (#3031)

## v1.51.2 (July 17, 2026)

### Fixed
Expand Down
Loading