Skip to content

v0.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Feb 18:08
· 1256 commits to master since this release

JuMP v0.21.0

Diff since v0.20.1

Closed issues:

  • Generic solver preferences (#91)
  • @LinearConstraint with syntiax as @addConstraint (#595)
  • Problem writers (#1075)
  • [docs] Callbacks (#1553)
  • Print constraint names with the model? (#1767)
  • @lazyconstraint not defined in Julia 1.1 (#1880)
  • Error when parsing an inner product in an expression (#2005)
  • Problem with using certain matrix wrappers (#2039)
  • JuMP not precompiling on Julia Version 1.3.0-rc1.0 (2019-08-18) (#2048)
  • Add an example of using indicator constraints (#2049)
  • JuMP upgrade problem to V0.20 (#2050)
  • [docs] document how to get MOI attributes (#2057)
  • Allow digits with round (#2064)
  • Trouble fixing variable in linear constraint (#2072)
  • Binary variable inconsistency (#2081)
  • Problem when defining constraints involving symmetric variables (#2102)
  • Constrained variables (#2105)
  • Broadcast not needed in macro (#2106)
  • basic.jl example model is not working (#2112)
  • Best way to retrieve the backend solver type from an existing model (#2113)
  • Use SemVer (Semantic Versioning) (#2118)
  • Initialize variable with some value (#2121)
  • Working with block arrays (#2122)
  • Callbacks in automatic and manual mode (#2124)
  • Performance of pairs interface (#2125)
  • Tweak documentation for variables constrained on creation (#2133)
  • JuMP precompiling error on an AWS EC2 Ubuntu server instance (#2136)
  • JuMP tests fails on Julia 1.4 due to changes in printing (#2137)
  • Tooling for Solvers with Solver-Specific Parameters (#2138)
  • Where can I find a list of all currently working optimizers? (#2144)
  • Where can I find explanation what does mean the columns in the optimization progress table? (#2145)
  • Rename set_parameter to set_attributes (#2149)
  • Question: how does JuMP compare with OpenMDAO (#2153)
  • New way of setvalue (#2154)

Merged pull requests: