diff --git a/Project.toml b/Project.toml index e071109853..9d40f97f50 100644 --- a/Project.toml +++ b/Project.toml @@ -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" diff --git a/docs/src/changelog.md b/docs/src/changelog.md index 6be8762174..03a19d4648 100644 --- a/docs/src/changelog.md +++ b/docs/src/changelog.md @@ -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 30, 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