v1.6.0
JuMP v1.6.0
Closed issues:
- Direct input of PSD constraints (#3153)
- Debuggability of JuMP models (#3034)
- Add documentation for Complex numbers (#3114)
- solution_summary should report multiple solutions (#3136)
- [docs] clarify you can use index sets when setting the start value (#3147)
- Improve Error Messages for Querying Modified Models (#3155)
- CI coverage upload is broken (#3160)
Merged pull requests:
- Report result_count in solution_summary by default (#3138) (@odow)
- Add relax_with_penalty (#3140) (@odow)
- [docs] add more tips and tricks for linear programs (#3144) (@odow)
- [docs] add an in-place Benders example (#3145) (@odow)
- Convert more test files to functional form (#3146) (@odow)
- [docs] clarify you can use index sets when setting the start value (#3148) (@odow)
- Replaces length/size by eachindex/axes (#3149) (@blegat)
- Fix promotion and adjoint for complex expressions (#3150) (@blegat)
- Add support for Hermitian PSD constraint (#3154) (@blegat)
- Add explanatory warning before OptimizeNotCalled error (#3156) (@odow)
- Add has_start_value function (#3157) (@jd-lara)
- Refactor test/Containers into functional form (#3158) (@odow)
- [docs] clarify that PSD ensures a symmetric matrix (#3159) (@odow)
- Refactor tests which use JuMPExtension.jl (#3162) (@odow)
- [docs] fix typo in tips and tricks (#3163) (@odow)
- Run MutableArithmetics tests with complex coefficients (#3164) (@blegat)
- Prep for v1.6.0 (#3165) (@odow)