scikit-hep / histbook

Versatile, high-performance histogram toolkit for Numpy.
BSD 3-Clause "New" or "Revised" License
109 stars 9 forks source link

Books should have a tree structure #14

Closed jpivarski closed 6 years ago

jpivarski commented 6 years ago

Remove the code that flattens Book structure to a single level, allowing the user to build trees. Calling a fill from the top level should still propagate all the way down.

This is a prerequisite for making special Books representing semantic relationships among histograms. You lose meaning if the structure gets flattened.

jpivarski commented 6 years ago

Books are nestable in a tree structure.