Skip to content

v1.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 19 May 23:55
· 316 commits to master since this release
b572ac2

JuMP v1.11.1

Diff since v1.11.0

Closed issues:

  • [Containers] bugs in sum(::DenseAxisArray; dims) (#3319)
  • Unable to use Index Variables with Declaring Variable Sets (#3336)
  • Rounding constant in printing (#3339)
  • Heads-up: Resolution of a broken test upcoming (#3348)

Merged pull requests:

  • Improve printing of complex numbers (#3332) (@blegat)
  • [Containers] throw nice error on sum(::DenseAxisArray; dims) (#3338) (@odow)
  • Use _string_round when printing sets (#3341) (@odow)
  • [docs] add InfiniteOpt to documentation (#3343) (@odow)
  • Fix support for dependent set in variable macro (#3344) (@odow)
  • [docs] add more exponential cone tricks (#3345) (@odow)
  • [docs] add Checklists section to the developer docs (#3346) (@odow)
  • [docs] fix math in tips_and_tricks.jl (#3347) (@odow)
  • Speed up vectorization of symmetric matrices (#3349) (@blegat)
  • Prep for v1.11.1 (#3350) (@odow)
  • Enable LinearAlgebra test that is now fixed on nightly (#3351) (@odow)
  • Force extension-tests.yml to use JuMP branch (#3353) (@odow)
  • Add checklist for adding a new solver to the documentation (#3355) (@odow)
  • [docs] add LANL solvers to documentation (#3356) (@odow)
  • [docs] add Hypatia to documentation (#3359) (@odow)
  • [docs] add OSQP to the documentation (#3361) (@odow)
  • [docs] add COPT to the documentation (#3362) (@odow)