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 81c1155 commit 726c86dCopy full SHA for 726c86d
NEWS.md
@@ -1,6 +1,18 @@
1
MathOptInterface (MOI) release notes
2
====================================
3
4
+v0.6.3 (November 16, 2018)
5
+--------------------------
6
+
7
+- Variables and constraints are now allowed to have duplicate names. An error is
8
+ thrown only on lookup. This change breaks some existing tests. (#549)
9
+- Attributes may now be partially set (some values could be `nothing`). (#563)
10
+- Performance improvements in Utilities.Model (#549, #567, #568)
11
+- Fix bug in QuadtoSOC (#558).
12
+- New `supports_default_copy_to` method that optimizers should implement to
13
+ control caching behavior.
14
+- Documentation improvements.
15
16
v0.6.2 (October 26, 2018)
17
---------------------------
18
0 commit comments