boost-histogram icon indicating copy to clipboard operation
boost-histogram copied to clipboard

Python bindings for the C++14 Boost::Histogram library

Results 61 boost-histogram issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/59703162/176820245-1bd81cc5-c837-46bd-8dd8-a73f36e386ca.png)

needs changelog

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

docs

The [Nox](https://hist.readthedocs.io/en/latest/contributing.html#nox) section from the Hist documentation can be used as a reference

docs