From 2e5b045ffa184afe50634570668123831d7072d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Wed, 10 Jun 2026 19:02:11 +0200 Subject: [PATCH] Prepare v0.14.0 release Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 2 ++ pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e259ea0..389a403e 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.14.0] - 2026-06-10 + ### Added - Added `IMTL-L` (the loss-balancing variant of Impartial Multi-Task Learning) from [Towards diff --git a/pyproject.toml b/pyproject.toml index bd174c69..bf741705 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "torchjd" -version = "0.13.0" +version = "0.14.0" description = "Library for Jacobian Descent with PyTorch." readme = "README.md" authors = [