Skip to content
Merged
Show file tree
Hide file tree
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 = "0.10.1"
version = "0.10.2"

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

## v0.10.2 (September 16, 2021)

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/v0.10.2).

- Updated MathOptFormat to v1.0
- Updated JSONSchema to v1.0
- Added `Utilities.set_with_dimension`
- Added two-argument `optimize!(::AbstractOptimizer, ::ModelLike)`
- The experimental feature `copy_to_and_optimize!` has been removed
- Det bridges now support getting `ConstraintFunction` and `ConstraintSet`
- Various minor bug fixes identified by improved testing

## v0.10.1 (September 8, 2021)

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/v0.10.1).

- Various fixes to `MOI.Test`

## v0.10.0 (September 6, 2021)
Expand Down