We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a698f68 commit 1eaafeeCopy full SHA for 1eaafee
CHANGELOG.md
@@ -8,6 +8,8 @@ changes that do not affect the user.
8
9
## [Unreleased]
10
11
+## [0.3.0] - 2024-12-10
12
+
13
### Added
14
15
- Added a default value to the `inputs` parameter of `backward`. If not provided, the `inputs` will
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
4
5
[project]
6
name = "torchjd"
7
-version = "0.2.2"
+version = "0.3.0"
description = "Library for Jacobian Descent with PyTorch."
readme = "README.md"
authors = [
0 commit comments