@@ -7,6 +7,36 @@ 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.35.0 (January 9, 2025)
11
+
12
+ ### Added
13
+
14
+ - Added [ ` Bridges.Constraint.InequalityToComplementsBridge ` ] ( @ref ) . This
15
+ bridge is not added by default (#2582 )
16
+ - Added [ ` Bridges.Constraint.ExponentialConeToScalarNonlinearFunctionBridge ` ] ( @ref ) .
17
+ This bridge is not added by default (#2587 )
18
+ - Added support for ` SetMap ` bridges to use the value of a bridge in
19
+ ` map_function ` instead of the type (#2198 )
20
+
21
+ ### Fixed
22
+
23
+ - Fixed a bug querying result attributes in a bridge with ` result_index != 1 `
24
+ (#2583 )
25
+ - Fixed various nonlinear tests to add a starting point (#2585 )
26
+ - Fixed a bug with ` variable_start ` in [ ` Bridges.runtests ` ] ( @ref ) (#2592 )
27
+ - Fixed ` test_basic_ ` tests for [ ` Indicator ` ] ( @ref ) sets to make the first
28
+ variable [ ` ZeroOne ` ] ( @ref ) (#2600 )
29
+ - Changed the weights of the ` SOCtoPSD ` and ` RSOCtoPSD ` bridges so that they
30
+ are used only if necessary. Previously, these depended on the order in which
31
+ they were added to a ` LazyBridgeOptimizer ` (#2596 ) (#2598 ) (#2599 )
32
+
33
+ ### Other
34
+
35
+ - Added more tests for nonlinear programs (#2584 )
36
+ - Renamed files in ` Bridges ` to reflect the type of the bridge (#2586 )
37
+ - Added more tests for [ ` DualObjectiveValue ` ] ( @ref ) (#2588 )
38
+ - Added a test for multiple PSD variables in the same constraint (#2594 )
39
+
10
40
## v1.34.0 (November 7, 2024)
11
41
12
42
### Added
0 commit comments