File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed
Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 1.48 .0"
3+ version = " 1.49 .0"
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change @@ -7,6 +7,32 @@ 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.49.0 (January 30, 2026)
11+
12+ ### Added
13+
14+ - Added support creating a [ ` Utilities.MatrixOfConstraints ` ] ( @ref ) from existing
15+ parts (#2902 )
16+ - Added [ ` Utilities.distance_to_set ` ] ( @ref ) for more sets (#2914 ), (#2923 ),
17+ (#2925 ), (#2926 ), (#2927 )
18+ - Implemented [ ` Utilities.extract_function ` ] ( @ref ) for transpose matrix (#2915 )
19+ - Added support for [ ` Complements ` ] ( @ref ) in ` .nl ` file format (#2916 )
20+ - Added [ ` Bridges.Constraint.SplitComplexIndicatorEqualToBridge ` ] ( @ref ) (#2921 )
21+
22+ ### Fixed
23+
24+ - Fixed a bug converting ` MutableSparseMatrixCSC ` to ` SparseMatrixCSC ` (#2929 )
25+
26+ ### Other
27+
28+ - Documentation updates (#2905 ), (#2906 )
29+ - Fixed various errors found by JET (#2908 ), (#2911 )
30+ - Changed the error message for [ ` GetAttributeNotAllowed ` ] ( @ref ) when
31+ [ ` is_set_by_optimize ` ] ( @ref ) (#2910 )
32+ - Replaced JSON3.jl dependency by JSON.jl (#2918 )
33+ - Added ` julia-downgrade-compat ` to test ` [compat] ` lower bounds (#2919 )
34+ - Updated ` solver-tests.yml ` (#2930 )
35+
1036## v1.48.0 (December 9, 2025)
1137
1238### Added
You can’t perform that action at this time.
0 commit comments