- Add
ignore_nan
option to some methods to usenumpy.nanmean
,numpy.nanstd
andnumpy.nanpercentile
instead ofnumpy.mean
,numpy.std
andnumpy.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.