- Add
ignore_nanoption to some methods to usenumpy.nanmean,numpy.nanstdandnumpy.nanpercentileinstead ofnumpy.mean,numpy.stdandnumpy.percentile. - Add more flexibility to plotting functions to display percentiles or mean/standard deviation.
- Improved type hints.
- Improved type hinting.
- Fix linter errors and bugs in CI.
- Add a development Dockerfile.
- Implement BoostrapEfficiency for calculating binned efficiencies.
- Implement binary operation (
+) onBootstrapMoment. - Improve tests and new documentation.
- Implement binary operations (
+,-,*,/) on histograms. - Fix issue #5.
- Add
BootstrapMoment, a class that calculates the first three moments of the filled data. - Improve tests and documentation.
- Speed improvements when filling with small arrays.