Skip to content

Commit 86bfa1d

Browse files
authored
Prep for v1.40.0 (#2743)
1 parent 6e61a86 commit 86bfa1d

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MathOptInterface"
22
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3-
version = "1.39.0"
3+
version = "1.40.0"
44

55
[deps]
66
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

docs/src/changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ CurrentModule = MathOptInterface
77
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
88
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99

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+
1037
## v1.39.0 (April 10, 2025)
1138

1239
### Added

0 commit comments

Comments
 (0)