Skip to content

v1.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 19:44
· 219 commits to master since this release
c5935e6

JuMP v1.12.0

Diff since v1.11.1

Closed issues:

  • [docs] Tutorial on SDP relaxation of AC-OPF using HermitianPSDCone (#3363)
  • Error adding Matrix in HermitianPSDCone (#3367)
  • Incorrect return type annotations for complex constraints (#3380)
  • Refactor _value_type with MOI.Utilities.value_type (#3384)
  • Clarify affiliation in README (#3388)
  • Nightly failing tests (#3390)
  • Bridges parametrized by complex type (#3393)
  • Complex printing is incorrect (#3396)
  • Optimal power flow example too brittle (#3401)
  • Containers.rowtable is slow on Julia 1.9 (#3404)
  • Weird behavior when cone dimension different from vector of variables (#3409)

Merged pull requests:

  • [docs] Add StatusSwitchingQP.jl (#3354) (@PharosAbad)
  • [docs] add ProxSDP to the documentation (#3358) (@odow)
  • [docs] add Tulip to documentation (#3360) (@odow)
  • [docs] add CDDLib to the documentation (#3364) (@odow)
  • [docs] add DAQP to the documentation (#3365) (@odow)
  • [docs] add COSMO and Clarabel to the documentation (#3366) (@odow)
  • [docs] add MadNLP to the documentation (#3368) (@odow)
  • Fix support for matrix in HermitianPSDCone (#3369) (@odow)
  • [docs] add LTS requirement to package checklist (#3370) (@odow)
  • Add more packages to extension-tests.yml (#3371) (@odow)
  • [docs] add CDCS to documentation (#3372) (@odow)
  • [docs] fix EditURL in custom pages (#3373) (@odow)
  • [docs] add BilevelJuMP to the documentation (#3374) (@odow)
  • Add Alpine.jl to extension-tests.yml (#3375) (@odow)
  • [docs] add NLopt to the documentation (#3376) (@odow)
  • Update tests for GenericModel{T} and GenericVariableRef{T} (#3378) (@blegat)
  • [docs] add Plasmo to the documentation (#3379) (@odow)
  • Remove return type annotions on ConstraintPrimal and ConstraintDual (#3381) (@odow)
  • [docs] refactor API reference (#3386) (@odow)
  • Update installation.md (#3387) (@bodono)
  • [docs] add note on affiliation of third-party packages in documentation (#3389) (@odow)
  • Fix for printing change in Julia nightly (#3391) (@odow)
  • [docs] Color the Julia logs on CI (#3392) (@mortenpi)
  • Add coefficient_type argument to add_bridge and remove_bridge (#3394) (@odow)
  • [docs] Complex number AC Optimal Power Flow tutorial (#3395) (@odow)
  • Fix _string_round for Complex coefficients (#3397) (@odow)
  • [docs] build on Julia v1.9 to support Pkg extensions (#3398) (@odow)
  • [docs] Add Lovász number section to simple SDP examples. (#3399) (@jd-foster)
  • Update MPC paper citation (#3400) (@joaquimg)
  • [docs] add Dualization tutorial (#3402) (@odow)
  • [docs] always upload artifact (#3403) (@odow)
  • Fix printing of constraints in text/latex mode (#3405) (@odow)
  • [docs] fix SCS log in start values tutorial (#3406) (@odow)
  • [docs] bump solver versions (#3407) (@odow)
  • Fix performance of Containers.rowtable (#3410) (@odow)
  • Throw DimensionMismatch when number of variables does not match set (#3411) (@odow)
  • [docs] tidy parts of OPF tutorial and reduce tolerances for stability (#3412) (@odow)
  • Replace _value_type with MOI.Utilities.value_type (#3414) (@odow)
  • Fix typo in docstring (#3415) (@blegat)
  • Prep for v1.12.0 (#3417) (@odow)
  • [docs] don't at JuliaRegistrator in checklist (#3418) (@odow)
  • SCIP licensed under Apache 2.0 since v8.0.3 (#3420) (@spatil47)