Skip to content

v0.21.7

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Apr 08:29
· 919 commits to master since this release
843c196

JuMP v0.21.7

Diff since v0.21.6

Closed issues:

  • Slicing DenseAxisArrays (#287)
  • An efficient way to verify the feasibility of provided solution (#693)
  • getvalue slow for nonlinear expressions (#746)
  • Make JuMP.register optional (#808)
  • Scope of index variables (#858)
  • Base.show(model) calling print on Jupyter (#957)
  • Suggestions for Documentation Improvements (#1062)
  • Fixing axes(::JuMPArray) (#1623)
  • Summary section for how containers work (#1663)
  • Missing style guide points (#1780)
  • MethodError: Unexpected keyword argument to at-variable (#1884)
  • Define haskey on model (#1887)
  • Does JuMP support max and min operator in the constraint (#1889)
  • [Useability] @constraint and @variable: cannot use an iterator (#1915)
  • Bug when formulating LMI constraint with sparse matrices (#1950)
  • DenseAxisArray with vector of vector of indices (#2012)
  • Make ReferenceMap support indexing with containers? (#2019)
  • "reregister" a function? (#2058)
  • Document that nonlinear expressions cannot be built outside of a macro (#2060)
  • Style: in vs = for index variables in macros (#2104)
  • VectorOfVariable to VectorAffineFunction does not keep variable indices? (#2167)
  • Update example using variable_type (#2173)
  • Feature Request: Report table for query solutions (#2191)
  • Feature Request: Reified constraint (#2215)
  • Explain difference of parameter and variable? (#2500)
  • set_start_value only accept numbers (#2237)
  • Generalize modification functions (#2256)
  • Broadcasting over multiple DenseAxisArrays (#2267)
  • Assignment allowed in macros where it shouldn't be (#2289)
  • Bool.(::DenseAxisArray) errors (#2291)
  • Docs: explain package incompatibility (#2296)
  • nonlinear complementary constraints (#2308)
  • Feature request: implement getindex for expressions (#2371)
  • [docs] add page on AML concepts (#2412)
  • Bug copying models with quadratic expressions (#2425)
  • [docs] improve nonlinear docs (#2430)
  • Inconsistance between @NLobjective and @objective (#2448)
  • TypeError when using rad2deg in a @NLexpression (#2455)
  • Restore multiline LaTeX (#2460)
  • Documentation suggestions from Discourse (#2487)
  • Documentation failing on master with MOI 0.9.20 (#2495)
  • Register non linear parameters in the model (#2509)
  • JuMP appears unable to recognise that a matrix is positive definite (#2517)

Merged pull requests: