Patch release of v6.34 series.
🗒️ Release notes
💾 Install instructions
This release includes a few minor fixes in RDataFrame, as well as a mechanism was added to specify binding options when opening sockets with TSocketServer.
Moreover, the items listed below were addressed:
- [ROOT-7372] - Accessing complex map branches crashes in PyROOT
- [ROOT-10482] - pullHist and residHist biased
- [#12841] - [ntuple] prefer IO constructor in RField::GenerateValue()
- [#14007] - Cannot create a RNtuple into a TDirectory
- [#15473] - Segmentation fault when building with the mold linker
- [#16189] - TFile::k630forwardCompatibility does not apply to new files correctly
- [#16560] - Issue using TColor and saving canvas to ROOT format
- [#17291] - [RF] Parameter ordering bug in RooFormulaArgStreamer
- [#17305] - The ONNX.Tile5D test in tmva/sofie/test/TestCustomModelsFromONNX.cxx writes array elements beyond the last element in the array
- [#17321] - [RF] Unused Class rule
- [#17442] - [Python] Regression in
std::bytes
support with cppyy inside ROOT - [#17444] - ROOT doesn't compile with gcc-15
- [#17472] - RooEllipse not drawn in notebooks with
%jsroot on