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 bb80481 commit 9738f62Copy full SHA for 9738f62
NEWS.md
@@ -1,6 +1,17 @@
1
MathOptInterface (MOI) release notes
2
====================================
3
4
+v0.4.0 (June 23, 2018)
5
+----------------------
6
+
7
+- Helper constructors for `VectorAffineTerm` and `VectorQuadraticTerm`.
8
+- Added `modify_lhs` to `TestConfig`.
9
+- Additional unit tests for optimizers.
10
+- Added a type parameter to `CachingOptimizer` for the `optimizer` field.
11
+- New API for problem modification (#388)
12
+- Tests pass without deprecation warnings on Julia 0.7.
13
+- Small fixes and documentation updates.
14
15
v0.3.0 (May 25, 2018)
16
---------------------
17
0 commit comments