From 3052adafb0a529d308e005c17e58e90c08d72017 Mon Sep 17 00:00:00 2001 From: Miles Lubin Date: Tue, 9 Oct 2018 22:53:09 -0400 Subject: [PATCH] updates --- NEWS.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS.md b/NEWS.md index 058d9eaef06..d0494a651e2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -60,6 +60,10 @@ Breaking changes: - The `norm()` syntax is no longer recognized inside macros. Use the `SecondOrderCone()` set instead. (TODO: This syntax is undocumented.) +- JuMP no longer performs automatic transformation between special quadratic + forms and second-order cone constraints is no longer. Support for these + constraint classes depends on the solver. + New features: - Support for deleting constraints and variables. @@ -67,6 +71,17 @@ New features: - The documentation has been completely rewritten using docstrings and Documenter. +- Support for modeling mixed conic and quadratic models (e.g., conic models + with quadratic objectives and bi-linear matrix inequalities). + +- Significantly improved support for modeling new types of constraints and for + extending JuMP's macros. + +- Support for providing dual warm starts. + +- Improved support for accessing solver-specific attributes (e.g., the + irreducible inconsistent subsystem). + - Explicit control of whether symmetry-enforcing constraints are added to PSD PSD constraints (TODO: This is undocumented.)