Skip to content

Commit ef81067

Browse files
authored
Prep for v1.8.0 (#1989)
1 parent 561317b commit ef81067

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-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.7.0"
3+
version = "1.8.0"
44

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

docs/src/release_notes.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Release notes
22

3+
## v1.8.0 (September 1, 2022)
4+
5+
For a detailed list of the closed issues and pull requests from this release,
6+
see the [tag notes](https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v1.8.0).
7+
8+
### New features
9+
10+
- Added new sets
11+
- `HyperRectangle`
12+
- `Reified`
13+
- Added new bridges
14+
- `ReifiedAllDifferentToCountDistinctBridge`
15+
- `ReifiedCountDistinctToMILPBridge`
16+
- `SplitHyperRectangleBridge`
17+
- Added support for `atan(y, x)` in `Nonlinear`
18+
19+
### Bug fixes
20+
21+
- Lazily construct expressions in `Nonlinear` so that expressions are updated
22+
when `Nonlinear.Parameter` values are updated.
23+
- Allow `NORM_LIMIT` as a `TerminationStatus` for unbounded problems in `Test`.
24+
325
## v1.7.0 (August 16, 2022)
426

527
For a detailed list of the closed issues and pull requests from this release,

0 commit comments

Comments
 (0)