@@ -7,6 +7,34 @@ CurrentModule = MathOptInterface
7
7
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
8
8
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
10
+ ## v1.37.0 (February 24, 2025)
11
+
12
+ ### Added
13
+
14
+ - Added constructors for [ ` VectorAffineFunction ` ] ( @ref ) and [ ` VectorQuadraticFunction ` ] ( @ref )
15
+ that accept ` AbstractVector{MOI.ScalarAffineFunction} ` and
16
+ ` AbstractVector{MOI.ScalarQuadraticFunction} ` respectively (#2636 )
17
+
18
+ ### Fixed
19
+
20
+ - Fixed a bug reading ` QCMATRIX ` in ` FileFormats.MPS ` (#2628 )
21
+ - Fixed reading [ ` VariablePrimalStart ` ] ( @ref ) , [ ` ConstraintPrimalStart ` ] ( @ref ) ,
22
+ and [ ` ConstraintDualStart ` ] ( @ref ) from ` FileFormats.MOF ` (#2652 )
23
+ - Fixed writing unsupported variable types in a number of file formats (#2654 )
24
+
25
+ ### Other
26
+
27
+ - Removed the "experimental" warning from ` Nonlinear ` (#2625 )
28
+ - This release contains a large number of pull requests that increase test
29
+ coverage (#2630 ), (#2631 ), (#2632 ), (#2637 ), (#2638 ), (#2639 ), (#2640 ),
30
+ (#2641 ), (#2642 ), (#2644 ), (#2645 ), (#2646 ), (#2647 ), (#2648 ), (#2649 ),
31
+ (#2650 )
32
+ - Fixed link to the coverage badge (#2634 )
33
+ - Removed the mention of MathProgBase from the README (#2635 )
34
+ - Removed ` precompile ` statements. Packages using MOI should address
35
+ precompilation using ` PrecompileTools.jl ` in their own package (#2643 )
36
+ - Removed unneeded ` Unicode ` dependency (#2656 )
37
+
10
38
## v1.36.0 (February 12, 2025)
11
39
12
40
### Added
0 commit comments