We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cdcc007 + c8d5363 commit 3d74c01Copy full SHA for 3d74c01
NEWS.md
@@ -1,6 +1,16 @@
1
MathOptInterface (MOI) release notes
2
====================================
3
4
+v0.8.1 (January 7, 2019)
5
+-------------------------
6
+
7
+- Adding an NLP objective now overrides any objective set using the
8
+ `ObjectiveFunction` attribute (#619).
9
+- Rename `fullbridgeoptimizer` into `full_bridge_optimizer` (#621).
10
+- Allow custom constraint types with `full_bridge_optimizer` (#617).
11
+- Add `Vectorize` bridge which transforms scalar linear constraints into vector
12
+ linear constraints (#615).
13
14
v0.8.0 (December 18, 2018)
15
--------------------------
16
0 commit comments