We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f275c7a commit b4b5cfdCopy full SHA for b4b5cfd
NEWS.md
@@ -1,6 +1,16 @@
1
Release Notes
2
=============
3
4
+Version 0.6.0
5
+-------------
6
+
7
+Update to MOI 0.10.0. The only breaking change due to this package is in the
8
+test suite for solvers, where the same refactoring as MOI 0.10.0 was included:
9
+the old test suite is in the `DeprecatedTest` submodule and the new one in
10
+`Test`. Updating solvers could simply change their import to `DeprecatedTest`
11
+when starting the update, and then move on to `Test`.
12
13
14
Version 0.5.0
15
-------------
16
0 commit comments