Histogram Versions Save

Fast multi-dimensional generalized histogram with convenient interface for C++14

boost-review

5 years ago

This is the state of the library for the Boost review. We are integrating patches on the develop branch, while the master remains frozen. But if you want to make super sure that you see the right version, here is a tag.

v3.2

5 years ago

Added allocator support and simplified internals.

v3.1

5 years ago

Another simplification of the public interface.

  • bincount() became just size()
  • just use static_cast instead of axis::cast to turn the generic axis::any to the specific type
  • axis objects may now have an overflow but not an underflow bin
  • axis::category now stores input values that are not recognized in its new overflow bin, this acts like an "other" category

v3.0

5 years ago

Another major update.

  • Overhaul of public interface to improve STL compatibility.
  • Windows now officially supported and tested

v2.0

6 years ago

v1.0

7 years ago

Legacy release