You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README/ReleaseNotes/v636/index.md
+9
Original file line number
Diff line number
Diff line change
@@ -29,6 +29,7 @@ The following people have contributed to this new version:
29
29
Manuel Tobias Schiller, University of Glasgow,\
30
30
Surya Somayyajula, UMass Amherst,\
31
31
Petr Stepanov, @petrstepanov,\
32
+
Silia Taider, CERN/EP-SFT,\
32
33
Dongliang Zhang, University of Science and Technology of China
33
34
34
35
## Deprecation and Removal
@@ -46,6 +47,14 @@ The following people have contributed to this new version:
46
47
47
48
## Python Interface
48
49
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
+
49
58
## RDataFrame
50
59
- When running multiple computation graphs run concurrently using [`RunGraphs()`](https://root.cern/doc/master/namespaceROOT_1_1RDF.html#a526d77d018bf69462d736bbdd1a695c4),
51
60
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