File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1
1
name = " MathOptInterface"
2
2
uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3
- version = " 0.10.1 "
3
+ version = " 0.10.2 "
4
4
5
5
[deps ]
6
6
BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
3
+ ## v0.10.2 (September 16, 2021)
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/v0.10.2 ) .
7
+
8
+ - Updated MathOptFormat to v1.0
9
+ - Updated JSONSchema to v1.0
10
+ - Added ` Utilities.set_with_dimension `
11
+ - Added two-argument ` optimize!(::AbstractOptimizer, ::ModelLike) `
12
+ - The experimental feature ` copy_to_and_optimize! ` has been removed
13
+ - Det bridges now support getting ` ConstraintFunction ` and ` ConstraintSet `
14
+ - Various minor bug fixes identified by improved testing
15
+
3
16
## v0.10.1 (September 8, 2021)
4
17
18
+ For a detailed list of the closed issues and pull requests from this release,
19
+ see the [ tag notes] ( https://github.com/jump-dev/MathOptInterface.jl/releases/tag/v0.10.1 ) .
20
+
5
21
- Various fixes to ` MOI.Test `
6
22
7
23
## v0.10.0 (September 6, 2021)
You can’t perform that action at this time.
0 commit comments