Skip to content

Commit e5851e9

Browse files
committed
Prep for v1.40.0
1 parent 331364e commit e5851e9

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-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: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,32 @@ 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 (April 30, 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+
- Fix bridge weights for SOS(1|2)ToMILPBridge (#2723)
22+
23+
### Other
24+
25+
- `FileFormats.NL` clarify comment about binary format (#2720)
26+
- Add more packages to solver-tests.yml (#2721)
27+
- Remove `@show` from test of MockOptimizer (#2725)
28+
- Add `@testset` to [`Bridges.runtests`](@ref) (#2726), (#2734)
29+
- Update JuliaFormatter to v2 (#2731)
30+
- Various improvements to `Nonlinear.ReverseAD` (#2730), (#2736), (#2737),
31+
(#2738), (#2740)
32+
- Bump Julia version to v1.10 for documentation (#2735)
33+
- Fix tests on nightly (#2742)
34+
35+
1036
## v1.39.0 (April 10, 2025)
1137

1238
### Added

0 commit comments

Comments
 (0)