- Refactored code to maintain and add new solvers more easily phschiele 24 - Added the Clarabel solver 28 - Synced with CVXPY 1.4.1 and introduced keyword argument `solver_opts` for `generate_code` to set solver options (not settings) like `use_quad_obj` to enable quadratic objectives with conic solvers 30
0.2.3
Changelog:
- Introduced keyword argument `enable_settings` for `generate_code` to allow changing solver settings that are otherwise locked by default
0.2.2
Changelog:
- Fixed an issue with importing the python wrapper module
0.2.1
Changelog:
- Documenting changeable solver settings in `<code_dir>/README.html` - Fixed an issue with defining degenerate (scalar) canonical parameters
0.2.0
Changelog:
- Made compatible with CVXPY 1.3 - Fixed an issue with compiling problems without constraints
0.1.6
Changelog:
- Handling variables in non-squeezed form (e.g., scalars represented as vectors with length 1).