Skip to content

Commit

Permalink
Update version to 0.2.1 (#145)
Browse files Browse the repository at this point in the history
* Fix changelog
* Update version to 0.2.1 in `pyproject.toml`
  • Loading branch information
ValerianRey authored Sep 16, 2024
1 parent b43bb48 commit 83440b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ 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.1] - 2024-09-17

### Changed

- Removed upper cap on numpy version in the dependencies. This makes `torchjd` compatible with
- Removed upper cap on `numpy` version in the dependencies. This makes `torchjd` compatible with
the most recent numpy versions too.

### Fixed

- **BREAKING** Prevented IMTLG from dividing by zero during its weight rescaling step. If the input
matrix consists only of zeros, it will now return a vector of zeros instead of a vector of `nan`.
- Prevented `IMTLG` from dividing by zero during its weight rescaling step. If the input matrix
consists only of zeros, it will now return a vector of zeros instead of a vector of `nan`.

## [0.2.0] - 2024-09-05

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.0"
version = "0.2.1"
description = "Library for Jacobian Descent with PyTorch."
readme = "README.md"
authors = [
Expand Down

0 comments on commit 83440b6

Please sign in to comment.