Skip to content

Commit 3b5695a

Browse files
authored
chore: Improve changelog entry (#671)
1 parent eeff844 commit 3b5695a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ changelog does not include internal changes that do not affect the user.
1212

1313
- Made `WeightedAggregator`, `GramianWeightedAggregator`, `MatrixWeighting`, and `GramianWeighting`
1414
public. These abstract base classes are now importable from `torchjd.aggregation` and documented.
15+
They can be extended to easily implement custom `Weighting`s and `Aggregator`s.
1516
- Added getters and setters for the constructor parameters of all aggregators and weightings, so
1617
that they can be changed after initialization. This includes: `pref_vector`,
1718
`norm_eps` and `reg_eps` in `UPGrad`, `UPGradWeighting`, `DualProj` and `DualProjWeighting`;

0 commit comments

Comments
 (0)