We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a352cc9 commit 645629cCopy full SHA for 645629c
CHANGELOG.md
@@ -8,6 +8,8 @@ changes that do not affect the user.
8
9
## [Unreleased]
10
11
+## [0.3.1] - 2024-12-21
12
+
13
### Changed
14
15
- Improved the performance of the graph traversal function called by `backward` and `mtl_backward`
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
4
5
[project]
6
name = "torchjd"
7
-version = "0.3.0"
+version = "0.3.1"
description = "Library for Jacobian Descent with PyTorch."
readme = "README.md"
authors = [
0 commit comments