11MathOptInterface (MOI) release notes
22====================================
33
4- v0.6.0 (August ?? , 2018)
4+ v0.6.0 (August 30 , 2018)
55-----------------------
66
77- The ` MOIU.@model ` and ` MOIB.@bridge ` macros now support functions and sets
88 defined in external modules. As a consequence, function and set names in the
9- macro arguments now need to be prefixed by the module defining them .
10- - Rename functions according to the [ JuMP's style guide] ( http://www.juliaopt.org/JuMP.jl/latest/style.html ) :
9+ macro arguments need to be prefixed by module name .
10+ - Rename functions according to the [ JuMP style guide] ( http://www.juliaopt.org/JuMP.jl/latest/style.html ) :
1111 * ` copy! ` with keyword arguments ` copynames ` and ` warnattributes ` ->
1212 ` copy_to ` with keyword arguments ` copy_names ` and ` warn_attributes ` ;
1313 * ` set! ` -> ` set ` ;
@@ -21,13 +21,13 @@ v0.6.0 (August ??, 2018)
2121 * ` initialize! ` -> ` initialize ` ;
2222 * ` write ` -> ` write_to_file ` ; and
2323 * ` read! ` -> ` read_from_file ` .
24- - Remove ` free! ` use ` Base.finalize ` instead.
24+ - Remove ` free! ` ( use ` Base.finalize ` instead) .
2525- Add the ` SquarePSD ` bridge which transforms ` PositiveSemidefiniteConeTriangle `
2626 constraints into ` PositiveSemidefiniteConeTriangle ` .
2727- Add result fallback for ` ConstraintDual ` of variable-wise constraint,
2828 ` ConstraintPrimal ` and ` ObjectiveValue ` .
2929- Add tests for ` ObjectiveBound ` .
30- - Add test for empty row in vector linear constraint.
30+ - Add test for empty rows in vector linear constraint.
3131- Rework errors: ` CannotError ` has been renamed ` NotAllowedError ` and
3232 the distinction between ` UnsupportedError ` and ` NotAllowedError ` is now
3333 about whether the element is not supported (i.e. it cannot be copied a
0 commit comments