We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d4eccc + 23921fc commit c505245Copy full SHA for c505245
NEWS.md
@@ -1,6 +1,18 @@
1
MathOptInterface (MOI) release notes
2
====================================
3
4
+v0.6.4 (November 27, 2018)
5
+--------------------------
6
+
7
+- Add `OptimizeNotCalled` termination status (#577) and improve documentation of
8
+ other statuses (#575).
9
+- Add a solver naming guideline (#578).
10
+- Make `FeasibilitySense` the default `ObjectiveSense` (#579).
11
+- Fix `Utilities.@model` and `Bridges.@bridge` macros for functions and sets
12
+ defined outside MOI (#582).
13
+- Document solver-specific attributes (#580) and implement them in
14
+ `Utilities.CachingOptimizer` (#565).
15
16
v0.6.3 (November 16, 2018)
17
--------------------------
18
0 commit comments