File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-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,33 @@ 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 21, 2025)
11+
12+ ### Added
13+
14+ - Added [ ` ConflictCount ` ] ( @ref ) and ` conflict_index ` to
15+ [ ` ConstraintConflictStatus ` ] ( @ref ) (#2775 ), (#2800 ), (#2801 )
16+ - Added [ ` Bridges.Constraint.IntervalToHyperRectangleBridge ` ] ( @ref ) (#2754 ),
17+ (#2806 ), (#2809 )
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+ - Fixed ` MOI.supports ` of ` MOI.ObjectiveFunction ` in all file formats (#2814 )
27+ - Fixed free rows in [ ` Bridges.Constraint.SplitHyperRectangleBridge ` ] ( @ref ) (#2816 )
28+ - Fixed deleting a variable with constraint bridges (#2818 )
29+ - Fixed ` Utilities.AbstractModel ` with no constraints (#2819 )
30+
31+ ### Other
32+
33+ - Added an OPF benchmark (#2739 )
34+ - Updated to DataStructures@0.19 (#2796 )
35+ - Filter ` identity_bridge.jl ` out from ` runtests ` (#2812 )
36+
1037## v1.42.1 (August 1, 2025)
1138
1239### Fixed
You can’t perform that action at this time.
0 commit comments