From d0974e2ffb97aeae518c22e1ca2ccfb083b2104b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= <31951177+ValerianRey@users.noreply.github.com> Date: Mon, 11 Nov 2024 23:31:27 +0100 Subject: [PATCH] release v0.2.2 (#172) * Add changelog entry for ecos dependency * Change version to 0.2.2 in pyproject.toml * Change [Unreleased] section in changelog to [0.2.2] --- CHANGELOG.md | 7 ++++++- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84705d1d..d1062960 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog does not include internal changes that do not affect the user. -## [Unreleased] +## [0.2.2] - 2024-11-11 ### Added - PyTorch Lightning integration example. - Explanation about Jacobian descent in the README. +### Fixed + +- Made the dependency on [ecos](https://github.com/embotech/ecos-python) explicit in pyproject.toml + (before `cvxpy` 1.16.0, it was installed automatically when installing `cvxpy`). + ## [0.2.1] - 2024-09-17 ### Changed diff --git a/pyproject.toml b/pyproject.toml index 7456a3f3..eb78c534 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "torchjd" -version = "0.2.1" +version = "0.2.2" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [