Skip to content

Commit 95a73a0

Browse files
authored
[docs] Update v1.7.0 release notes (#1975)
* [docs] Update v1.7.0 release notes * Update docs/src/release_notes.md
1 parent 3fbae33 commit 95a73a0

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/src/release_notes.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release notes
22

3-
## v1.7.0 (July 23, 2022)
3+
## v1.7.0 (In progress)
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).
@@ -9,13 +9,18 @@ see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag
99

1010
- Added `SplitComplexZerosBridge` and `SplitComplexEqualToBridge` which bridges
1111
complex-valued equality constraints into their real and imaginary parts
12-
- Added support for generic nunmber types in `Utilities.loadfromstring!`
12+
- Added the `HermitianPositiveSemidefiniteConeTriangle` set, with bridges to
13+
`PositiveSemidefiniteConeTriangle`
14+
- Added support for generic number types in `Utilities.loadfromstring!`
1315
- Add new optimizer-independent options `RelativeGapTolerance` and
1416
`AbsoluteGapTolerance`
1517
- Updated `FileFormats.MOF` to MathOptFormat v1.1, enabling support for
1618
constraint programming sets in the `MOF` file format
1719
- Added support for quadratic constraints and an objective to `FileFormats.MPS`
1820
- 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`
1924

2025
### Bug fixes
2126

0 commit comments

Comments
 (0)