Vincenzo Eduardo Padulano
Vincenzo Eduardo Padulano
Add a specialization of RTreeColumnReader that reads values from a branch of type std::array. The specialization uses the non-adopting view from RVec to expose the contents of the array to...
This commit builds on changes from * https://github.com/root-project/root/pull/16341 * https://github.com/root-project/root/pull/15692 Authorship is preserved in the sources.
Just to activate the CI for https://github.com/root-project/roottest/pull/1205
Unify the main common entry points between local and distributed RDataFrame API. Currently these changes: - The ROOT.RDataFrame constructor - ROOT.RDF.RunGraphs - ROOT.RDF.Experimental.VariationsFor Anytime one of the above is called,...
Minimal set of changes required to enable pip build backends to install ROOT.
### Check duplicate issues. - [X] Checked for duplicates ### Description Passing arguments to functions that expect types with a deleted copy constructor leads to PyROOT calling said constructor and...
### Check duplicate issues. - [ ] Checked for duplicates ### Description While trying to use the `RNTupleImporter::SetFieldModifier` feature, I stumbled upon the following error: ``` input_line_71:2:19: error: unknown type...
### Check duplicate issues. - [ ] Checked for duplicates ### Description Any code run through `TInterpreter::Declare` that needs symbols from `libMatrix` ends up in ``` cling JIT session error:...
### Explain what you would like to see improved and how. I have a simple snippet which produces a plot (in PDF or SVG) where the text items in the...