We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e7e470 commit b61f2e1Copy full SHA for b61f2e1
CHANGELOG.md
@@ -8,6 +8,8 @@ changes that do not affect the user.
8
9
## [Unreleased]
10
11
+## [0.7.0] - 2025-06-04
12
+
13
### Changed
14
15
- **BREAKING**: Changed the dependencies of `CAGrad` and `NashMTL` to be optional when installing
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "torchjd"
7
-version = "0.6.0"
+version = "0.7.0"
description = "Library for Jacobian Descent with PyTorch."
readme = "README.md"
authors = [
0 commit comments