Skip to content

Commit 590270c

Browse files
authored
Prep for v1.35.0 (#2601)
1 parent 132bc9c commit 590270c

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-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.34.0"
3+
version = "1.35.0"
44

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

docs/src/changelog.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,36 @@ 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.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+
1040
## v1.34.0 (November 7, 2024)
1141

1242
### Added

0 commit comments

Comments
 (0)