Skip to content

Commit 936021d

Browse files
committed
[skip-ci][python] Update release notes to include UHI
1 parent 96292fe commit 936021d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: README/ReleaseNotes/v636/index.md

+9
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ The following people have contributed to this new version:
2929
Manuel Tobias Schiller, University of Glasgow,\
3030
Surya Somayyajula, UMass Amherst,\
3131
Petr Stepanov, @petrstepanov,\
32+
Silia Taider, CERN/EP-SFT,\
3233
Dongliang Zhang, University of Science and Technology of China
3334

3435
## Deprecation and Removal
@@ -46,6 +47,14 @@ The following people have contributed to this new version:
4647

4748
## Python Interface
4849

50+
### UHI
51+
* ROOT histograms now comply with the [Unified Histogram Interface (UHI)](https://uhi.readthedocs.io/en/latest/index.html) specification, enhancing interoperability with other UHI-compatible libraries and standardizing histogram operations.
52+
The following features were added:
53+
* Implemented the UHI `PlottableHistogram` protocol enabling ROOT histograms to be plotted by any library supporting `PlottableHistogram` objects.
54+
* Introduced UHI-style indexing for access and setting bin values.
55+
* Introduced UHI-style slicing for selecting histogram ranges.
56+
* Implemented the `ROOT.uhi.loc`, `ROOT.uhi.underflow`, `ROOT.uhi.overflow`, `ROOT.uhi.rebin`, and `ROOT.uhi.sum` tags.
57+
4958
## RDataFrame
5059
- When running multiple computation graphs run concurrently using [`RunGraphs()`](https://root.cern/doc/master/namespaceROOT_1_1RDF.html#a526d77d018bf69462d736bbdd1a695c4),
5160
the pool of slot numbers that a thread can pick from is now shared across all graphs. This enables use cases where a single resource, which may be expensive to create or copy,

0 commit comments

Comments
 (0)