We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9be50 commit 5d084fcCopy full SHA for 5d084fc
CHANGELOG.md
@@ -8,6 +8,8 @@ changelog does not include internal changes that do not affect the user.
8
9
## [Unreleased]
10
11
+## [0.9.0] - 2026-02-24
12
+
13
### Added
14
15
- Added the function `torchjd.autojac.jac`. It's the same as `torchjd.autojac.backward` except that
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "torchjd"
7
-version = "0.8.1"
+version = "0.9.0"
description = "Library for Jacobian Descent with PyTorch."
readme = "README.md"
authors = [
0 commit comments