Patch notes (from #2789)
This is a micro patch release which fixes a few bugs and updates solver interfaces.
| Link | Type | 1.6.x | Comment |
|---|---|---|---|
| #2785 | Interface | ✅ | |
| #2784 | Interface | ✅ | |
| #2778 | Bug Fix | ✅ | |
| #2769 | Interface | ✅ | |
| #2765 | Bug Fix | ✅ | |
| #2763 | Interface | ✅ | |
| #2760 | Bug Fix | ✅ | |
| #2756 | Bug Fix | ✅ |
Bug fixes
- Fixes issue with broadcasting in constraints. @SteveDiamond
- Fixes equality constraints error in QOCO. @govindchari
- Fixes highs solver options. @senhalil
- Fixes bug with quad_over_lin and use_quad_obj=True. @SteveDiamond
- Fixes OSQP polish parameter name (also keeps compatibility with two versions of OSQP). @bstellato @vineetbansal
- Fixes issue with infeasible sparse problems. @Transurgeon