Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Connect to boost-histogram and hist. (#46)
* Connect to boost-histogram and hist. * Assign behaviors from any superclasses. * Move imports for 'extras' dependencies to a submodule. * Converted TH1F into NumPy histogram. * 1D and 2D histograms can both be converted to NumPy format. * Converts 1D histograms to boost-histogram. * Figuring out what metadata is good. * Resolved metadata question; added categorical bins. * Exactly correct TProfile errors (all four cases). * Wrangling API and duplication. * Punt on interpretation of boost-histogram WeightedMean. * Fix flake8 error. * Every histogram type must have a 'values_errors'. * Remember to skip the boost-histogram tests if you don't have boost-histogram.
- Loading branch information