Releases: cvxgrp/cvxpygen
Releases · cvxgrp/cvxpygen
v0.3.6
v0.3.5
v0.3.4
v0.3.3
v0.3.2
Changelog:
- Typing compatible with
Python <= 3.8
v0.3.1
v0.3.0
Changelog:
- 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
forgenerate_code
to set solver options (not settings) likeuse_quad_obj
to enable quadratic objectives with conic solvers #30
v0.2.3
Changelog:
- Introduced keyword argument
enable_settings
forgenerate_code
to allow changing solver settings that are otherwise locked by default
v0.2.2
Changelog:
- Fixed an issue with importing the python wrapper module
v0.2.1
Changelog:
- Documenting changeable solver settings in
<code_dir>/README.html
- Fixed an issue with defining degenerate (scalar) canonical parameters