|
1 | 1 | # Release notes |
2 | 2 |
|
3 | | -## v1.7.0 (In progress) |
| 3 | +## v1.7.0 (August 16, 2022) |
4 | 4 |
|
5 | 5 | For a detailed list of the closed issues and pull requests from this release, |
6 | 6 | see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v1.7.0). |
7 | 7 |
|
8 | 8 | ### New features |
9 | 9 |
|
10 | | - - Added `SplitComplexZerosBridge` and `SplitComplexEqualToBridge` which bridges |
11 | | - complex-valued equality constraints into their real and imaginary parts |
12 | | - - Added the `HermitianPositiveSemidefiniteConeTriangle` set, with bridges to |
13 | | - `PositiveSemidefiniteConeTriangle` |
| 10 | + - Added new sets |
| 11 | + - `HermitianPositiveSemidefiniteConeTriangle` |
| 12 | + - Added new optimizer-independent options |
| 13 | + - `RelativeGapTolerance` |
| 14 | + - `AbsoluteGapTolerance` |
| 15 | + - Added new bridges |
| 16 | + - `Constraint.GeoMeanToPowerBridge` |
| 17 | + - `Constraint.HermitianToSymmetricPSDBridge` |
| 18 | + - `Constraint.IndicatorGreaterToLessThanBridge` |
| 19 | + - `Constraint.IndicatorLessToGreaterThanBridge` |
| 20 | + - `Constraint.SplitComplexZerosBridge` |
| 21 | + - `Constraint.SplitComplexEqualToBridge` |
| 22 | + - `Objective.QuadratizeBridge` |
14 | 23 | - Added support for generic number types in `Utilities.loadfromstring!` |
15 | | - - Add new optimizer-independent options `RelativeGapTolerance` and |
16 | | - `AbsoluteGapTolerance` |
17 | 24 | - Updated `FileFormats.MOF` to MathOptFormat v1.1, enabling support for |
18 | 25 | constraint programming sets in the `MOF` file format |
19 | | - - Added support for quadratic constraints and an objective to `FileFormats.MPS` |
20 | | - - Added support for indicator constraints to `FileFormats.MPS` |
21 | | - - Added support for quadratic constraints and an objective to `FileFormats.LP` |
22 | | - - Added `IndicatorGreaterToLessThanBridge` and |
23 | | - `IndicatorLessToGreaterThanBridge` |
| 26 | + - Added support in various `FileFormats` for |
| 27 | + - indicator constraints in `FileFormats.MPS` |
| 28 | + - quadratic constraints and an objective in `FileFormats.LP` |
| 29 | + - quadratic constraints and an objective in `FileFormats.MPS` |
24 | 30 |
|
25 | 31 | ### Bug fixes |
26 | 32 |
|
|
0 commit comments