Skip to content

Commit

Permalink
Prep for v1.8.0 (#1989)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Sep 1, 2022
1 parent 561317b commit ef81067
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "MathOptInterface"
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
version = "1.7.0"
version = "1.8.0"

[deps]
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Expand Down
22 changes: 22 additions & 0 deletions docs/src/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Release notes

## v1.8.0 (September 1, 2022)

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

### New features

- Added new sets
- `HyperRectangle`
- `Reified`
- Added new bridges
- `ReifiedAllDifferentToCountDistinctBridge`
- `ReifiedCountDistinctToMILPBridge`
- `SplitHyperRectangleBridge`
- Added support for `atan(y, x)` in `Nonlinear`

### Bug fixes

- Lazily construct expressions in `Nonlinear` so that expressions are updated
when `Nonlinear.Parameter` values are updated.
- Allow `NORM_LIMIT` as a `TerminationStatus` for unbounded problems in `Test`.

## v1.7.0 (August 16, 2022)

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

2 comments on commit ef81067

@odow
Copy link
Member Author

@odow odow commented on ef81067 Sep 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/67528

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v1.8.0 -m "<description of version>" ef810677053d5662d58ae80bf0aa25a3daac120e
git push origin v1.8.0

Please sign in to comment.