We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faceac4 commit d115c62Copy full SHA for d115c62
CHANGELOG.md
@@ -12,6 +12,9 @@ changelog does not include internal changes that do not affect the user.
12
13
- Added a `scale_mode` parameter to `AlignedMTL` and `AlignedMTLWeighting`, allowing to choose
14
between `"min"`, `"median"`, and `"rmse"` scaling.
15
+- Added an attribute `gramian_weighting` to all aggregators that use a gramian-based `Weighting`.
16
+ Usage is still the same, `aggregator.gramian_weighting` is just an alias for the (quite confusing)
17
+ `aggregator.weighting.weighting` field.
18
19
### Changed
20
0 commit comments