Skip to content

Commit 9a699e7

Browse files
committed
v0.9.11
1 parent a160bf5 commit 9a699e7

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

NEWS.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
MathOptInterface (MOI) release notes
22
====================================
33

4-
v0.9.11 (February 13, 2020)
4+
v0.9.11 (February 21, 2020)
55
---------------------
66

7-
- Added more rootdet/logdet conic tests and bridge dual transformations and tests.
7+
- Add an option for the model created by `Utilities.@model` to be a subtype
8+
of `AbstractOptimizer` (#1031).
9+
- Described dual cone in docstrings of `GeoMeanCone` and `RelativeEntropyCone`
10+
(#1018, #1028).
11+
- Fixed typos in documentation (#1022, #1024).
12+
- Fixed warning of unsupported attribute (#1027).
13+
- Added more rootdet/logdet conic tests (#1026).
14+
- Implemented `ConstraintDual` for `Constraint.GeoMeanBridge`,
15+
`Constraint.RootDetBridge` and `Constraint.LogDetBridge`
16+
and test duals in tests with `GeoMeanCone` and `RootDetConeTriangle` and
17+
`LogDetConeTriangle` cones (#1025, #1026).
818

919
v0.9.10 (January 31, 2020)
1020
---------------------

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "MathOptInterface"
22
uuid = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
3-
version = "0.9.10"
3+
version = "0.9.11"
44

55
[deps]
66
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"

0 commit comments

Comments
 (0)