We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7db95ff commit 7602801Copy full SHA for 7602801
CHANGELOG.md
@@ -8,6 +8,8 @@ changes that do not affect the user.
8
9
## [Unreleased]
10
11
+## [0.4.1] - 2025-01-02
12
+
13
### Fixed
14
15
- Fixed a bug introduced in v0.4.0 that could cause `backward` and `mtl_backward` to fail with some
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "pdm.backend"
4
5
[project]
6
name = "torchjd"
7
-version = "0.4.0"
+version = "0.4.1"
description = "Library for Jacobian Descent with PyTorch."
readme = "README.md"
authors = [
0 commit comments