Skip to content

v1.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Apr 10:06
· 354 commits to master since this release
3dd83b5

JuMP v1.10.0

Diff since v1.9.0

Closed issues:

  • Strongly typed indices (#1291)
  • Add JuMP.Zeros set to replace Function-in-EqualTo(0) (#3265)
  • set_attribute not defined (#3290)
  • Create Hermitian variables that are not PSD (#3291)
  • missing Grisu (#3297)
  • Add sets for Semicontinuous, Semiinteger (#3300)
  • Out of memory after thousands of optimization tasks (#3305)
  • HermitianPSDCone() not supported in Hypatia (#3306)
  • Improve error message for strict inequalities (#3310)

Merged pull requests:

  • [Containers] add support for Base.getindex(::Container; kwargs...) (#3237) (@odow)
  • Fix compat lower bound of MOI (#3272) (@odow)
  • Add JuMP-level Nonnegatives, Nonpositives, and Zeros sets (#3273) (@odow)
  • [docs] split user-defined Hessian tutorial in two (#3274) (@jd-foster)
  • Remove setup blocks for doctests to make copy-pastable (#3275) (@odow)
  • [docs] Improve docstrings and convert julia blocks to jldoctest (#3276) (@odow)
  • [docs] clarify lazy constraint revisiting point (#3278) (@odow)
  • Add support for {Hermitian,Symmetric} in Zeros constraint (#3281) (@odow)
  • [docs] add p-norm example (#3282) (@odow)
  • [docs] limit internal threading in parallelism.md (#3283) (@odow)
  • [docs] clarify that macros create new bindings (#3284) (@odow)
  • [docs] add Google style rules to Vale and fix warnings (#3285) (@odow)
  • Add plot to minimum distortion example. (#3288) (@jd-foster)
  • Add HermitianMatrixSpace (#3292) (@blegat)
  • Add Hermitian tag in variable macro (#3293) (@blegat)
  • Add citation for JuMP 1.0 paper (#3294) (@odow)
  • Small refactoring for hermitian check (#3296) (@blegat)
  • [docs] update Pkg versions (#3298) (@odow)
  • Add JuMP-level sets for Semicontinuous and Semiinteger (#3302) (@odow)
  • Add comment on the order of setting start values (#3303) (@odow)
  • Prep for v1.10.0 (#3304) (@odow)
  • [docs] clarify HiGHS supports QP (#3308) (@odow)
  • Fix error message for unrecognized sense (#3311) (@odow)