Skip to content

Commit

Permalink
release v0.2.2 (#172)
Browse files Browse the repository at this point in the history
* Add changelog entry for ecos dependency
* Change version to 0.2.2 in pyproject.toml
* Change [Unreleased] section in changelog to [0.2.2]
  • Loading branch information
ValerianRey authored Nov 11, 2024
1 parent 30136d1 commit d0974e2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit d0974e2

Please sign in to comment.