Skip to content

Commit

Permalink
Merge pull request #2258 from jump-dev/bl/prepv0.21.3
Browse files Browse the repository at this point in the history
prep for 0.21.3
  • Loading branch information
blegat authored Jun 18, 2020
2 parents 74b03d1 + 4bee4de commit ea88354
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@
JuMP release notes
==================

Version 0.21.3 (June 18, 2020)
-----------------------------

- Added Special Order Sets (SOS1 and SOS2) to JuMP with default weights to ease
the creation of such constraints (#2212).
- Added functions `simplex_iterations`, `barrier_iterations` and `node_count`
(#2201).
- Added function `reduced_cost` (#2205).
- Implemented `callback_value` for affine and quadratic expressions (#2231).
- Support `MutableArithmetics.Zero` in objective and constraints (#2219).
- Documentation improvements:
* Mention tutorials in the docs (#2223).
* Update COIN-OR links (#2242).
* Explicit link to the documentation of `MOI.FileFormats` (#2253).
* Typo fixes (#2261).
- Containers improvements:
* Fix `Base.map` for `DenseAxisArray` (#2235).
* Throw `BoundsError` if number of indices is incorrect for `DenseAxisArray`
and `SparseAxisArray` (#2240).
- Extensibility improvements:
* Implement a `set_objective` method fallback that redirects to
`set_objective_sense` and `set_objective_function` (#2247).
* Add `parse_constraint` method with arbitrary number of arguments (#2051).
* Add `parse_constraint_expr` and `parse_constraint_head` (#2228).

Version 0.21.2 (April 2, 2020)
-----------------------------

Expand Down

0 comments on commit ea88354

Please sign in to comment.