v1.23.3
JuMP v1.23.3
Merged pull requests:
- Add Info box at start of OPF example (#3828) (@jd-foster)
- [docs] add Tolerances tutorial (#3829) (@odow)
- Small tweaks to Tolerances tutorial (#3830) (@jd-foster)
- Document
is_parameter
in the manual (besides api ref) (#3831) (@joaquimg) - [docs] simplify Benders tutorial with copy of state variables (#3832) (@odow)
- [docs] add feasibility cuts to Benders decomposition (#3833) (@odow)
- [docs] fix a bug in the Benders tutorial (#3834) (@odow)
- [docs] add section on problem scaling to the tolerances tutorial (#3835) (@odow)
- [docs] update autodiff tutorial (#3836) (@gdalle)
- Fix bug printing scientific numbers in MIME"text/latex" (#3838) (@odow)
- Convert AbstractString to String in set_attribute (#3840) (@odow)
- [docs] enable printing in TSP tutorial (#3841) (@odow)
- [Docs] Add missing warning from #3836 (#3842) (@wsmoses)
- [docs] debug failure on v1.11 (#3843) (@odow)
- [docs] add a tutorial for PDHG and a basic MOI interface (#3844) (@odow)
- [docs] fix interpolation (#3845) (@odow)
- Fix bug in solution_summary: duals can be things other than scalars (#3846) (@odow)
- Fix solution_summary when there are duplicate names (#3848) (@odow)
- Fix formatting of test/test_solution_summary.jl (#3849) (@odow)
- [docs] add section on debugging performance issues (#3850) (@odow)
- Prep for v1.23.3 (#3854) (@odow)
Closed issues:
- LaTeX printing does not format scientific numbers (#3837)
- String valued MOI attributes: Improved error messages or
AbstractString
instead ofString
? (#3839) - solution_summary with duplicate names (#3847)
- Error with
sum
along a dimension. May be an error inMutableArithmetics.jl
. (#3851) - Improve autodiff docs with DI + Enzyme (#3852)