You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Move weighting base classes to _weighting_bases.py and aggregator base classes to aggregator_bases.py
* Add Matrix and PSDMatrix annotated types (not fully used yet)
* Make Weighting generic on the type of input stat it takes
* Add Composition
* Add _GramianWeightedAggregator as an alias for a _WeightedAggregator that composes its (gramian-based) weighting with the compute_gramian function
* Change gramian-based Weightings to not compute the gramian themselves
* Change gramian-based Aggregators to be _GramianWeightedAggregator
* Make some aggregators store some of their weighting's parameters to have access to them in __str__ and __repr__
* Adapt some weighting tests
---------
Co-authored-by: Pierre Quinton <pierre.quinton@gmail.com>
0 commit comments