Skip to content

Commit 726c86d

Browse files
authored
NEWS for 0.6.3 (#574)
* NEWS for 0.6.3 * mention breaking * mention partially set attributes
1 parent 81c1155 commit 726c86d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

NEWS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
MathOptInterface (MOI) release notes
22
====================================
33

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+
416
v0.6.2 (October 26, 2018)
517
---------------------------
618

0 commit comments

Comments
 (0)