Added
- LinearizedPredictor
- SummedPredictor
- ConcatenatedPredictor
- LinearEinsumPredictor
- Support for "same" systematics in ComposedPredictors
- `iter_subbins` method to Binnings
- `get_subbins` method to Binnings
- `get_event_subbins` method to Binnings
- `get_marginal_bins` method to CartesianProductBins
- `get_marginal_subbins` method to CartesianProductBins
- Allow selective `density` parameter for CartesianProductPlotter
Changed
- Calculate M. distance truth-bin by bin to avoid memory issues.
- Relax requirements for exact Matplotlib version.
- Renamed LinearPredictor to MatrixPredictor
- Switched to setuptools as build system.
Removed
- Removed support for Python versions below 3.7, test up to 3.11 now.