File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ changes that do not affect the user.
88
99## [ Unreleased]
1010
11+ ## [ 0.6.0] - 2025-04-19
12+
1113### Added
1214
1315- Added usage example showing how to combine TorchJD with automatic mixed precision (AMP).
@@ -17,11 +19,11 @@ changes that do not affect the user.
1719- Refactored the underlying optimization problem that ` UPGrad ` and ` DualProj ` have to solve to
1820 project onto the dual cone. This should slightly improve the performance and precision of these
1921 aggregators.
20- - Refactored internal verifications in the autojac engine so that they do not run at runtime
22+ - Refactored internal verifications in the ` autojac ` engine so that they do not run at runtime
2123 anymore. This should minimally improve the performance and reduce the memory usage of ` backward `
2224 and ` mtl_backward ` .
23- - Refactored internal typing in the autojac engine so that fewer casts are made and so that code is
24- simplified. This should slightly improve the performance of ` backward ` and ` mtl_backward ` .
25+ - Refactored internal typing in the ` autojac ` engine so that fewer casts are made and so that code
26+ is simplified. This should slightly improve the performance of ` backward ` and ` mtl_backward ` .
2527- Improved the implementation of ` ConFIG ` to be simpler and safer when normalizing vectors. It
2628 should slightly improve the performance of ` ConFIG ` and minimally affect its behavior.
2729- Simplified the normalization of the Gramian in ` UPGrad ` , ` DualProj ` and ` CAGrad ` . This should
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "pdm.backend"
44
55[project ]
66name = " torchjd"
7- version = " 0.5 .0"
7+ version = " 0.6 .0"
88description = " Library for Jacobian Descent with PyTorch."
99readme = " README.md"
1010authors = [
You can’t perform that action at this time.
0 commit comments