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 9992a73 commit 0c10ca7Copy full SHA for 0c10ca7
NEWS.md
@@ -0,0 +1,22 @@
1
+MathOptInterface (MOI) release notes
2
+====================================
3
+
4
+v0.2.0 (prerelease)
5
+-------------------
6
7
+- Improvements to and better coverage of `Tests`.
8
+- Documentation fixes.
9
+- `SolverName` attribute.
10
+- Changes to the NLP interface (new definition of variable order and arrays of
11
+ structs for bound pairs and sparsity patterns).
12
+- Addition of NLP tests.
13
+- Introduction of `UniversalFallback`.
14
+- `copynames` keyword argument to `MOI.copy!`.
15
16
17
+v0.1.0 (February 28, 2018)
18
+--------------------------
19
20
+- Initial public release.
21
+- The framework for MOI was developed at the JuMP-dev workshop at MIT in June
22
+ 2017 as a sorely needed replacement for MathProgBase.
0 commit comments