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.
1 parent bfad9c0 commit d8fdaecCopy full SHA for d8fdaec
NEWS.md
@@ -1,12 +1,13 @@
1
MathOptInterface (MOI) release notes
2
====================================
3
4
-v0.8.0 (unreleased)
5
--------------------
+v0.8.0 (December 18, 2018)
+--------------------------
6
7
- Rename all enum values to follow the JuMP naming guidelines for constants,
8
e.g., `Optimal` becomes `OPTIMAL`, and `DualInfeasible` becomes
9
`DUAL_INFEASIBLE`.
10
+- Rename CachingOptimizer methods for style compliance.
11
- Add an `MOI.TerminationStatusCode` called `ALMOST_DUAL_INFEASIBLE`.
12
13
v0.7.0 (December 13, 2018)
0 commit comments