root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
Add new `TFile` and `RRawFile` plugins that use libcurl for the HTTP transfers. This can eventually replace the Davix dependency and also the older `TWebFile` and `TS3WebFile`. The curl library...
The homebrew VM successfully built ROOT in the last nightlies, but because of the missing openstack sdk, it didn't establish a connection to upload the tar archive: https://github.com/root-project/root/actions/runs/19997135200/job/57346442580#step:7:9926
### Feature description If we have a pull request against the master and it needs to be backported we should just add the right label and the bot should be...
print more details on the runner state
A third subpart of https://github.com/root-project/root/pull/19825 as requested by @pcanal
They simplify creation of multi-dimensional histograms in user code.
# This Pull request: ## Changes or fixes: allows to optimize range of only one of the 2 or 3 axes while keeping user-set (fixed) the others. Fixes https://its.cern.ch/jira/browse/ROOT-7714 See...
This issue should track the status of the support of ONNX operators in TMVA/SOFIE. Supported : - [x] Add - [x] AveragePool - [x] BatchNormalization - [x] Conv - [x]...
# This Pull request: Development of the Instance Normalization operator for the Google Summer of Code 2021 project [Inference Code Generation for Batch Normalization](https://hepsoftwarefoundation.org/gsoc/2021/proposal_TMVAOperatorBatchnorm.html). Depends on #8882 ## Checklist: -...
## Profiler for inspecting C++ models generated with SOFIE Added a new class called `RModelProfiler` that allows to generate an hardcoded C++ header that automatically measures the time that each...