Skip to content

v1.23.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Nov 18:39
e66396f

JuMP v1.23.4

Diff since v1.23.3

Merged pull requests:

  • Add SHOT to list of supported solvers (#3853) (@blegat)
  • [docs] update version of HiGHS and MOI (#3855) (@odow)
  • [docs] add MathOptAI and MathOptSymbolicAD (#3858) (@odow)
  • Clarify usage of add_to_expression! in docs (#3859) (@joaquimg)
  • [docs] small fixes to the tolerances tutorial (#3860) (@odow)
  • Use MOI.add_constrained_variable when creating variables (#3863) (@odow)
  • Fix UnsupportedNonlinearOperator error for LinearAlgebra.norm (#3864) (@odow)
  • Use add_constrained_variable with two sets when adding bounded variables (#3865) (@odow)
  • Fix printing of Interval in LaTeX (#3866) (@blegat)
  • Improve code coverage of src/print.jl (#3867) (@odow)
  • Remove dead code in getindex(::AbstractModel, ::Symbol) (#3868) (@odow)
  • Improve test coverage (#3869) (@odow)
  • Improve test coverage (#3870) (@odow)
  • Remove out-dated precompile.jl and simplify compile_workload (#3871) (@odow)
  • Simplify how we copy docstrings for MOI enums (#3872) (@odow)
  • [Containers] remove IndexAnyCartesian (#3873) (@odow)
  • Improve test coverage (#3874) (@odow)
  • Improve test coverage (#3875) (@odow)
  • Prep for v1.23.4 (#3876) (@odow)

Closed issues:

  • Add support for new solver QICS (#3861)