Skip to content

Commit 9c4d562

Browse files
authored
chore: Fix changelog (#726)
* Add [Unreleased] section with UW
1 parent 4cad903 commit 9c4d562

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This
77
changelog does not include internal changes that do not affect the user.
88

9-
## [0.13.0] - 2026-06-07
9+
## [Unreleased]
1010

1111
### Added
1212

@@ -16,6 +16,11 @@ changelog does not include internal changes that do not affect the user.
1616
a `Scalarizer` that combines the values using learned per-task uncertainties. It is the first
1717
stateful, trainable scalarizer: its log-variances are an `nn.Parameter` that must be passed to
1818
the optimizer.
19+
20+
## [0.13.0] - 2026-06-07
21+
22+
### Added
23+
1924
- Added `STCH` from [Smooth Tchebycheff Scalarization for Multi-Objective
2025
Optimization](https://openreview.net/pdf?id=m4dO5L6eCp), a `Scalarizer` that combines the input
2126
tensor of values into a smooth approximation of their (weighted, shifted) maximum.

0 commit comments

Comments
 (0)