Recent Releases of https://github.com/cvxgrp/cvxpygen
https://github.com/cvxgrp/cvxpygen - v0.6.5
Changelog
- support SOC constraints for matrix variables #87
- Python
Published by maxschaller about 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.6.4
Changelog
- support constraints where number of dual variables does not match shape of constraint #86
- Python
Published by maxschaller about 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.6.3
Changelog
- allow to store subset of variables in explicit mode #75 @darnstrom
- fix parameter reshaping for
n-dimensional parameters withn > 2#85 @maxschaller
- Python
Published by maxschaller about 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.6.2
Changelog
- catch non-existent or ineffective parameters #81
- fix counter declaration with scalar variables or parameters #82
- Python
Published by maxschaller about 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.6.1
Changelog - fix QOCOGEN settings #77 @govindchari - new data structure for configuring solver settings #79 @maxschaller
- Python
Published by maxschaller about 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.6.0
Changelog
- enable generating explicit LP/QP solvers with PDAQP #74 @darnstrom
- switch from setup.py to pyproject.toml
- Python
Published by maxschaller about 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.5.4
Changelog - new practical examples for differentiating through quadratic programs - adding QOCOGEN license file @govindchari #70
- Python
Published by maxschaller about 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.5.2
Changelog - support QOCO along with QOCOGEN @govindchari #68
- Python
Published by maxschaller over 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.5.1
Changelog - support QOCOGEN on Windows @govindchari #66
- Python
Published by maxschaller over 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.5.0
Changelog:
- support QOCOGEN @govindchari #62
- handle unsupported solvers on Windows #65
- Python
Published by maxschaller over 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.4.4
Changelog: - fixed canonicalization of objective offset #64
- Python
Published by maxschaller over 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.4.3
Changelog:
- fixed extraction of Problem.solver_stats
- removed numpy < 2.0 requirement
- Python
Published by maxschaller over 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.4.2
Changelog:
- Preparing for CI integration with CVXPY
- Python
Published by maxschaller over 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.4.1
Changelog:
- Preparing for CVXPY 1.7
- Python
Published by maxschaller over 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.4.0
Changelog:
- Compatibility with CVXPY 1.6
- Differentiating through QPs #58
- Python
Published by maxschaller over 1 year ago
https://github.com/cvxgrp/cvxpygen - v0.3.6
Changelog:
- Automatically register custom
cvxpymethod #53 - Updated
README.md - Handle any
infvalues when writing files
- Python
Published by maxschaller almost 2 years ago
https://github.com/cvxgrp/cvxpygen - v0.3.5
Changelog:
- Corrected parameter copying logic with Clarabel #51
- Python
Published by maxschaller about 2 years ago
https://github.com/cvxgrp/cvxpygen - v0.3.4
Changelog:
- Use build type
ReleasewithClarabel#48
- Python
Published by maxschaller about 2 years ago
https://github.com/cvxgrp/cvxpygen - v0.3.3
Changelog:
- Fixed undefined solver name for
HTMLfile generation - Fixed parameter update logic in preconditioning stage when solving repeatedly with
ECOS#47
- Python
Published by maxschaller about 2 years ago
https://github.com/cvxgrp/cvxpygen - v0.3.2
Changelog:
- Typing compatible with
Python <= 3.8
- Python
Published by maxschaller over 2 years ago
https://github.com/cvxgrp/cvxpygen - v0.3.1
Changelog:
- Removed unused fields from
cpg_csccompressed sparse column matrix type @ghorn #33 #37 - Admitting semidefinite programs with the Clarabel solver #38
- Python
Published by maxschaller over 2 years ago
https://github.com/cvxgrp/cvxpygen - 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_optsforgenerate_codeto set solver options (not settings) likeuse_quad_objto enable quadratic objectives with conic solvers #30
- Python
Published by maxschaller almost 3 years ago
https://github.com/cvxgrp/cvxpygen - v0.2.3
Changelog:
- Introduced keyword argument
enable_settingsforgenerate_codeto allow changing solver settings that are otherwise locked by default
- Python
Published by maxschaller about 3 years ago
https://github.com/cvxgrp/cvxpygen - v0.2.2
Changelog:
- Fixed an issue with importing the python wrapper module
- Python
Published by maxschaller over 3 years ago
https://github.com/cvxgrp/cvxpygen - v0.2.1
Changelog:
- Documenting changeable solver settings in
<code_dir>/README.html - Fixed an issue with defining degenerate (scalar) canonical parameters
- Python
Published by maxschaller over 3 years ago
https://github.com/cvxgrp/cvxpygen -
Changelog:
- Made compatible with CVXPY 1.3
- Fixed an issue with compiling problems without constraints
- Python
Published by maxschaller over 3 years ago
https://github.com/cvxgrp/cvxpygen -
Changelog:
- Handling variables in non-squeezed form (e.g., scalars represented as vectors with length 1).
- Python
Published by maxschaller almost 4 years ago
https://github.com/cvxgrp/cvxpygen -
Changelog:
- Added new SCS files to source distribution
- Python
Published by maxschaller over 4 years ago
https://github.com/cvxgrp/cvxpygen - v0.1.4-alpha
Changelog:
- Updated metadata
- Python
Published by maxschaller over 4 years ago
https://github.com/cvxgrp/cvxpygen - v0.1.3-alpha
Changelog:
- Integrated SCS 3.2.0
- Improved maintainability
- Python
Published by maxschaller over 4 years ago
https://github.com/cvxgrp/cvxpygen - v0.1.2-alpha
Changelog:
- Simplified installation for using example notebooks
- Updated
README.mdwith preferred Python version 3.9 on Windows
- Python
Published by maxschaller over 4 years ago
https://github.com/cvxgrp/cvxpygen - v0.1.1-alpha
Changelog:
- Removed unnecessary dependencies
- Python
Published by maxschaller over 4 years ago
https://github.com/cvxgrp/cvxpygen -
Initial pre-release.
- Python
Published by maxschaller over 4 years ago