2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00

Adding changelog for boost histogram

This commit is contained in:
Hans Dembinski
2025-07-14 09:59:37 +02:00
committed by Marshall Clow
parent e023f02dc8
commit d6ea661270

View File

@@ -91,6 +91,17 @@ Please keep the list of libraries sorted in lexicographical order.
* Added `pull(const_iterator)` to open-addressing containers. This operation allows for
efficient removal and retrieval of an element via move construction.
* [phrase library..[@/libs/histogram/ Histogram]:]
* Update CMake minimum version and Python detection in CMake
* Improve documentation
* Add example on how to make an axis which accepts multiple value types that are not implicitly convertible
* Show how to use `histogram::fill` with a multidimensional histogram efficiently when data per dimension is already available as contiguous data
* Don't use deprecated form of user-defined literal operator
* Add support for modular build structure with b2
* Fixed warnings in MSVC about narrowed types
* Added collector accumulator, which stores all values in a bin
* Internal changes to tests and classes in detail namespace
[endsect]