From 6dcdfe868134029fdd9a65404af72d3406f76563 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Mon, 18 May 2026 15:34:56 +0200 Subject: [PATCH 1/2] Add [0.11.0] section in changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f092ca02..38599895 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ changelog does not include internal changes that do not affect the user. ## [Unreleased] +## [0.11.0] - 2026-05-18 + ### Changed - **BREAKING**: Removed `norm_eps`, `rep_eps` and `solver` parameters from the `__init__` of From 8eb3afd09fafa458063bc864a15524c0f110bcb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Mon, 18 May 2026 15:35:16 +0200 Subject: [PATCH 2/2] Update version to v0.11.0 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e13772b3..80d3ad88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "torchjd" -version = "0.10.0" +version = "0.11.0" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [