Skip to content

Commit 645629c

Browse files
authored
Release v0.3.1 (#218)
* Add [0.3.1] section in changelog * Update version to 0.3.1
1 parent a352cc9 commit 645629c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ changes that do not affect the user.
88

99
## [Unreleased]
1010

11+
## [0.3.1] - 2024-12-21
12+
1113
### Changed
1214

1315
- Improved the performance of the graph traversal function called by `backward` and `mtl_backward`

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44

55
[project]
66
name = "torchjd"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "Library for Jacobian Descent with PyTorch."
99
readme = "README.md"
1010
authors = [

0 commit comments

Comments
 (0)