boost-histogram
boost-histogram copied to clipboard
Python bindings for the C++14 Boost::Histogram library

When creating a Regular axis with an integer step size, integers that fall on the bin edges aren't consistently assigned to the same side of the bin edges: ``` >>>...
**We are trying to implement a binning scheme (in 3D) where the binning varies along the axes (calibration of PID in kinematic bins at LHCb).** `boost_histogram` supports variable-sized bins via...
I ran into the problem that trying to access the index of huge number in IntCategory via `.index` leads to an key-error, saying that the value does not exist in...
Hi, I ran into a scenario where I wanted to scale a part of a multi-dimensional histogram: ```python import hist h = hist.Hist.new.Reg(3, 0, 3).StrCat(["a", "b"], name="cat").Double() h.fill([1,1,2], cat="a") h.fill([0],...
Modify all the `code::` directives to `code-block::` in the documentation source
The [Nox](https://hist.readthedocs.io/en/latest/contributing.html#nox) section from the Hist documentation can be used as a reference