Skip to content

Releases: cvxgrp/cvqp

v0.2.2

29 Sep 02:35

Choose a tag to compare

  • Fixed CVaR projection handling for edge cases (beta=0 now allowed, beta=1 properly rejected)
  • Improved parameter validation in CVaR projection
  • Added CI workflow
  • Updated documentation and test coverage

v0.2.1

27 Sep 16:38

Choose a tag to compare

  • Added binary wheels for Windows, macOS, and Linux
  • Compiled C++ extensions now included in wheel distributions
  • Dropped Python 3.8/3.9 support (requires Python 3.10+)

v0.2.0

15 Sep 05:21

Choose a tag to compare

  • Extended Python support to 3.8+ (was 3.11+ only)
  • Added solve_cvqp function for easier API access
  • Fixed memory issues with sparse matrices
  • Performance improvements via Cholesky factorization

v0.1.0

15 Sep 05:16

Choose a tag to compare

Initial release of CVQP - ADMM solver for CVaR-constrained quadratic programs.