root icon indicating copy to clipboard operation
root copied to clipboard

The official repository for ROOT: analyzing, storing and visualizing big data, scientifically

Results 924 root issues
Sort by recently updated
recently updated
newest added

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...

in:I/O

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

skip ci

### 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...

new feature

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.

in:Hist

# 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...

pr:squash on merge

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]...

new feature
in:TMVA

# 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: -...

in:TMVA

## 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...

in:TMVA