Skip to content

Commit 28b90cd

Browse files
authored
Prep for v1.7.0 (#1981)
1 parent 6c247b1 commit 28b90cd

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

docs/src/release_notes.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,32 @@
11
# Release notes
22

3-
## v1.7.0 (In progress)
3+
## v1.7.0 (August 16, 2022)
44

55
For a detailed list of the closed issues and pull requests from this release,
66
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v1.7.0).
77

88
### New features
99

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`
1423
- Added support for generic number types in `Utilities.loadfromstring!`
15-
- Add new optimizer-independent options `RelativeGapTolerance` and
16-
`AbsoluteGapTolerance`
1724
- Updated `FileFormats.MOF` to MathOptFormat v1.1, enabling support for
1825
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`
2430

2531
### Bug fixes
2632

0 commit comments

Comments
 (0)