@@ -7,6 +7,33 @@ 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.40.0 (May 4, 2025)
11
+
12
+ ### Added
13
+
14
+ - Added [ ` Utilities.distance_to_set ` ] ( @ref ) for [ ` PositiveSemidefiniteConeTriangle ` ] ( @ref )
15
+ and [ ` PositiveSemidefiniteConeSquare ` ] ( @ref ) (#2729 )
16
+ - Added [ ` Bridges.Constraint.HermitianToComplexSymmetricBridge ` ] ( @ref ) (#2724 )
17
+
18
+ ### Fixed
19
+
20
+ - Fixed Bridge tests for non-invertible constraint bridge (#2713 )
21
+ - Fixed bridge weights for SOS(1|2)ToMILPBridge (#2723 )
22
+ - Fixed ` Bridges.Constraint.SetMapBridge ` with ` Complex ` number types (#2733 )
23
+
24
+ ### Other
25
+
26
+ - Clarified comment about binary format in ` FileFormats.NL ` (#2720 )
27
+ - Added more packages to solver-tests.yml (#2721 )
28
+ - Removed ` @show ` from test of MockOptimizer (#2725 )
29
+ - Added ` @testset ` to [ ` Bridges.runtests ` ] ( @ref ) (#2726 ), (#2734 )
30
+ - Updated JuliaFormatter to v2 (#2731 )
31
+ - Various improvements to ` Nonlinear.ReverseAD ` (#2730 ), (#2736 ), (#2737 ),
32
+ (#2738 ), (#2740 ), (#2744 ), (#2745 )
33
+ - Bumped Julia version to v1.10 for documentation (#2735 )
34
+ - Fixed tests on nightly (#2742 )
35
+ - Added import MathOptInterface as MOI to DocTestSetup (#2746 )
36
+
10
37
## v1.39.0 (April 10, 2025)
11
38
12
39
### Added
0 commit comments