From 03403b92f4e627fa1e53e2dcac24938f6be2679d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Thu, 13 Nov 2025 19:41:33 +0100 Subject: [PATCH] chore: Prepare v0.8.0 release --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7515825..d1873e09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ changes that do not affect the user. ## [Unreleased] +## [0.8.0] - 2025-11-13 + ### Added - Added the `autogram` package, with the `autogram.Engine`. This is an implementation of Algorithm 3 diff --git a/pyproject.toml b/pyproject.toml index cd0822b0..9336b368 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "torchjd" -version = "0.7.0" +version = "0.8.0" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [