@@ -7,6 +7,44 @@ 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.19.0 (August 15, 2023)
11
+
12
+ ### Added
13
+
14
+ - Added [ ` VectorNonlinearFunction ` ] ( @ref ) (#2201 )
15
+ - Added new bridges
16
+ * [ ` Bridges.Constraint.IntegerToZeroOneBridge ` ] ( @ref ) (#2205 )
17
+ * [ ` Bridges.Constraint.ToScalarQuadraticBridge ` ] ( @ref ) (#2235 )
18
+ * [ ` Bridges.Constraint.ToVectorQuadraticBridge ` ] ( @ref ) (#2235 )
19
+ * [ ` Bridges.Constraint.ToScalarNonlinearBridge ` ] ( @ref ) (#2233 ) (#2235 )
20
+ * [ ` Bridges.Constraint.FunctionConversionBridge ` ] ( @ref ) (#2235 )
21
+ - Added [ ` Bridges.bridging_cost ` ] ( @ref ) for setting a bridge-specific cost in
22
+ the bridging graph (#2235 )
23
+ - Added [ ` Utilities.eval_variables ` ] ( @ref ) support for
24
+ [ ` ScalarNonlinearFunction ` ] ( @ref ) (#2218 ) (#2219 )
25
+ - Added support for [ ` ScalarNonlinearFunction ` ] ( @ref ) in ` FileFormats.NL `
26
+ (#2228 ) (#2231 )
27
+ - Added support for writing non-` Float64 ` functions in ` FileFormats.MOF `
28
+ - Added ` Utilities.lazy_map ` (#2254 )
29
+
30
+ ### Fixed
31
+
32
+ - Fixed method ambiguities in ` operate ` (#2224 )
33
+ - Fixed reading LP file with a ` -infinity <= x <= +infinity ` variable (#2225 )
34
+ - Fixed missing ` require ` in ` Test.test_nonlinear_duals ` (#2230 )
35
+ - Fixed bug in [ ` ConstraintPrimal ` ] ( @ref ) of [ ` Bridges.Constraint.QuadtoSOCBridge ` ] ( @ref )
36
+ (#2240 )
37
+
38
+ ### Other
39
+
40
+ - Added extensions to ` solver-tests.yml ` (#2229 )
41
+ - Refactored ` test/Benchmarks ` (#2234 )
42
+ - Fixed warnings in tests (#2241 ) (#2243 )
43
+ - Small refactoring of bridges for upcoming ` VectorNonlinearFunction ` (#2244 )
44
+ (#2245 )
45
+ - Fixed various typos (#2251 ) (#2255 )
46
+ - Partitioned how we run the tests on GitHub actions (#2252 ) (#2253 )
47
+
10
48
## v1.18.0 (June 23, 2023)
11
49
12
50
### Added
0 commit comments