File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 11name = " MathOptInterface"
22uuid = " b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3- version = " 1.1.0 "
3+ version = " 1.1.1 "
44
55[deps ]
66BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change 11# Release notes
22
3+ ## v1.1.1 (March 23, 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.1.1 ) .
7+
8+ ### Bug fixes
9+
10+ - Fix bug in ` test_model_UpperBoundAlreadySet `
11+ - Fix bug in ` test_infeasible_ ` tests
12+ - Fix bug in ` test_objective_ObjectiveFunction_blank `
13+ - Relax restriction of ` MOI.AbstractOptimizer ` to ` MOI.ModelLike ` in
14+ ` Utilities.CachingOptimizer ` and ` instantiate ` .
15+
16+ ### New tests
17+
18+ - Add ` test_conic_empty_matrix ` that checks conic solvers support problems with
19+ no variables.
20+
321## v1.1.0 (March 2, 2022)
422
523For a detailed list of the closed issues and pull requests from this release,
You can’t perform that action at this time.
0 commit comments