Skip to content

Commit

Permalink
[ci skip] update NEWS (#2538)
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored Mar 25, 2021
1 parent 7ddd04c commit 287a5ba
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
JuMP release notes
==================

Version 0.21.7 (In development)
---------------------------------

A summary of changes are as follows:

- New features:
* Added `primal_feasibility_report`, which can be used to check whether a
primal point statisfies primal feasibility.
* Added `coefficient`, which returns the coefficient associtated with a
variable in affine and quadratic expressions.
* Added `copy_conflict`, which returns the IIS of an infeasible model.
* Added `solution_summary`, which returns (and prints) a struct containing a
summary of the solution.
* Allow `AbstractVector` in vector constraints instead of just `Vector`.
* Added `latex_formulation(model)` which returns an object representing the
latex formulation of a model. Use `print(latex_formulation(model))` to print
the formulation as a string.
- Bug fixes:
* Fixed bug in `rad2deg` and `deg2rad` in nonlinear expressions.
* Fixed a MethodError bug in `Containers` when forcing container type.
* Allow partial slicing of a DenseAxisArray, resolving an issue from 2014!
* Fixed a bug printing variable names in IJulia.
* Ending an IJulia cell with `model` now prints a summary of the model (like
in the REPL) not the latex formulation. Use `print(model)` to print the latex
formulation.
* Fixed a bug when copying models containing nested arrays.
- Documentation, performance improvements, and general maintenance:
* Tutorials are now part of the documentation, and more refactoring has taken
place.
* Added JuliaFormatter added as a code formatter.
* Added some precompilation statements to reduce initial latency.
* Various improvements to error messages to make them more helpful.
* Improved performance of `value(::NonlinearExpression)`.
* Improved performance of `fix(::VariableRef)`.

Version 0.21.6 (January 29, 2021)
---------------------------------

Expand Down

0 comments on commit 287a5ba

Please sign in to comment.