v1.9.0
JuMP v1.9.0
Closed issues:
- Confusing error message in nonlinear (#3235)
- sequentially register indexed nonlinear constraint-functions (#3253)
- Improve error if block not provided to plural constraint (#3254)
- [docs] Power systems (#3267)
Merged pull requests:
- Improve error message when unsupported operators are used in NL macros (#3236) (@odow)
- Add set_start_values to simplify setting all starting values in a model (#3238) (@odow)
- [docs] clarify that matrix must be Hermitian (#3241) (@odow)
- Wrap reshaped vector in LinearAlgebra.Hermitian (#3245) (@blegat)
- Reshape with Hermitian constraint (#3246) (@blegat)
- Style fix: requestedcontainer -> requested_container (#3247) (@blegat)
- Prep for v1.8.2 (#3249) (@odow)
- Add quantum state discrimination tutorial (#3250) (@odow)
- Prep for v1.9.0 (#3251) (@odow)
- Implement Base.isreal for complex expressions (#3252) (@odow)
- Improve error message when plural macro not passed a block (#3255) (@odow)
- Support inequality syntax for HermitianPSDCone (#3256) (@odow)
- [docs] add example of how to register function with multiple input arguments (#3258) (@odow)
- Add remove_bridge, print_active_bridges, and document (#3259) (@odow)
- Tidy tests by removing inconsistent and unneeded JuMP. prefixes (#3260) (@odow)
- [docs] change intro to Complex number support in manual (#3262) (@odow)
- [docs] modify the TokenIgnores in vale for fewer false negatives (#3263) (@odow)
- Revert "Support inequality syntax for HermitianPSDCone (#3256)" (#3264) (@blegat)
- [docs] Fix different ρ (#3266) (@jd-foster)
- [docs] fix bounds in power_systems.jl (#3268) (@odow)
- [docs] clarify in-place can be slower for small models (#3269) (@odow)