Skip to content

Commit 6e507b1

Browse files
committed
Prep for v1.52.0
1 parent 9e842ea commit 6e507b1

2 files changed

Lines changed: 25 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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,30 @@ 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 31, 2026)
11+
12+
### Added
13+
14+
- Added [`Utilities.RuntimeProductOfSets`](@ref) (#3026)
15+
16+
### Fixed
17+
18+
- Fixed simplifying 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+
- Fixed various bridges with non-Float64 coefficient type (#3035)
25+
26+
### Other
27+
28+
- Updated GitHub actions (#3024), (#3028)
29+
- Added support for OrderedCollections@2 (#3029)
30+
- Fixed formatting for latest JuliaFormatter release (#3031)
31+
- Improved error messages of various errors. This may break your tests if you
32+
rely on string comparisons. Check for the type of error, not the value. (#3036)
33+
1034
## v1.51.2 (July 17, 2026)
1135

1236
### Fixed

0 commit comments

Comments
 (0)