From f27ee4c92add1590ef865ada52bf643547a03b7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Tue, 9 Jun 2026 12:05:28 +0200 Subject: [PATCH] Fix changelog --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f1095e..40ab0a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This changelog does not include internal changes that do not affect the user. -## [0.13.0] - 2026-06-07 +## [Unreleased] ### Added @@ -16,6 +16,11 @@ changelog does not include internal changes that do not affect the user. a `Scalarizer` that combines the values using learned per-task uncertainties. It is the first stateful, trainable scalarizer: its log-variances are an `nn.Parameter` that must be passed to the optimizer. + +## [0.13.0] - 2026-06-07 + +### Added + - Added `STCH` from [Smooth Tchebycheff Scalarization for Multi-Objective Optimization](https://openreview.net/pdf?id=m4dO5L6eCp), a `Scalarizer` that combines the input tensor of values into a smooth approximation of their (weighted, shifted) maximum.