Skip to content

Releases: boostorg/histogram

State for Boost review starting 2018/09/17

18 Sep 08:02
Compare
Choose a tag to compare

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

24 Aug 09:27
Compare
Choose a tag to compare

Added allocator support and simplified internals.

v3.1

25 Jul 09:02
Compare
Choose a tag to compare

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

14 Jul 19:09
Compare
Choose a tag to compare

Another major update.

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

v2.0

06 Nov 20:26
Compare
Choose a tag to compare
gcc-4.8 fix

v1.0

09 Mar 07:15
Compare
Choose a tag to compare

Legacy release