Skip to content

Commit 0c10ca7

Browse files
authored
create NEWS.md and populate for MOI 0.1 and 0.2 (#310)
1 parent 9992a73 commit 0c10ca7

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

NEWS.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)