Skip to content

v0.2.2

Compare
Choose a tag to compare
@ValerianRey ValerianRey released this 11 Nov 22:34
· 37 commits to main since this release
d0974e2

This version fixes a dependency-related bug and improves the documentation.

Changelog:

Added

  • PyTorch Lightning integration example.
  • Explanation about Jacobian descent in the README.

Fixed

  • Made the dependency on ecos explicit in pyproject.toml
    (before cvxpy 1.16.0, it was installed automatically when installing cvxpy).

Contributors