File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 1.42.1 "
3+ version = " 1.43.0 "
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change @@ -7,6 +7,28 @@ CurrentModule = MathOptInterface
77The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
88and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
99
10+ ## v1.43.0 (August 12, 2025)
11+
12+ ### Added
13+
14+ - Added [ ` ConflictCount ` ] ( @ref ) and ` conflict_index ` to
15+ [ ` ConstraintConflictStatus ` ] ( @rref ) (#2775 ), (#2800 ), (#2801 )
16+ - Added [ ` Bridges.Constraint.IntervalToHyperRectangleBridge ` ] ( @ref ) (#2754 ),
17+ (#2806 )
18+
19+ ### Fixed
20+
21+ - Fixed the MPS reader to support any whitespace as a field separator (#2798 )
22+ - Fixed tests with duplicate names and added a CI test (#2804 ), (#2805 )
23+ - Fixed parsing ` x * x ` as ` x^2 ` in ` Nonlinear.Model ` (#2799 )
24+ - Fixed a bug in [ ` Utilities.operate ` ] ( @ref ) with quadratic outputs when a
25+ ` Integer ` coefficient differs from the machine ` Integer ` (#2807 )
26+
27+ ### Other
28+
29+ - Added an OPF benchmark (#2739 )
30+ - Updated to
[email protected] (
#2796 )
31+
1032## v1.42.1 (August 1, 2025)
1133
1234### Fixed
You can’t perform that action at this time.
0 commit comments