Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prep for v1.3.0 #1849

Merged
merged 2 commits into from
May 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.0"
version = "1.3.0"

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

## v1.3.0 (May 27, 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.3.0).

### New features

- Add `MOI.Nonlinear` submodule. This is a large new submodule that has been
refactored from code that was in JuMP. For now, it should be considered
experimental.
- Add `FileFormats.NL.SolFileResults(::IO, ::Model)`
- Add `FileFormats.NL.read!(::IO, ::Model)`
- Add `MOI.modify` that accepts a vector of modifications

### Bug fixes

- Fixed a bug in `Test` which attempted to include non-`.jl` files
- Fixed a bug in `FileFormats` for models with open interval constraints

### Performance and maintenance

- Fixed a performance issue in `Utilities.DoubleDict`
- Various minor improvements to the documentation

## v1.2.0 (April 25, 2022)

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