We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7616559 commit 5deba67Copy full SHA for 5deba67
CHANGELOG.md
@@ -8,6 +8,8 @@ changes that do not affect the user.
8
9
## [Unreleased]
10
11
+## [0.8.0] - 2025-11-13
12
+
13
### Added
14
15
- Added the `autogram` package, with the `autogram.Engine`. This is an implementation of Algorithm 3
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "torchjd"
7
-version = "0.7.0"
+version = "0.8.0"
description = "Library for Jacobian Descent with PyTorch."
readme = "README.md"
authors = [
0 commit comments