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

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

in:RDataFrame

This is because these plots are also going to be shown at CHEP, and it would be nice if the tutorials are consistent by then.

in:RooFit/RooStats

# This Pull request: Modifies Minuit2 interface to pass initial error/covariance matrix or second derivatives (G2) vector. ## Changes or fixes: This PR exploits existing code in `MnSeedGenerator` and introduces...

in:Math Libraries

### Check duplicate issues. - [ ] Checked for duplicates ### Description In the GPU-PR #16580, @dpiparo suggested to disable a few components to speed up the non-GPU-related parts. After...

bug
affects:master

### Check duplicate issues. - [ ] Checked for duplicates ### Description Floating point precision should be preserved when saving plots as ROOT macros with `TCanvas::SaveAs()`. This can probably be...

bug
good first issue
in:Graphics

### Check duplicate issues. - [x] Checked for duplicates ### Description Hello, I have defined an enum class type, such that I can switch between mathematical representations easily. Considering the...

bug

This PR introduces the first steps towards MT support for the `RNTupleIndex`, by enabling mulithreaded building of the index. To enable this, the index itself now manages multiple _index partitions_,...

in:RNTuple

The old PyROOT (pre 2019) had a slightly different `atexit` handler than the new one. The hard shutdown mode is different: `ClearProxiedObjects()` is called before the final `gROOT->EndOfProcessCleanups()`. I had...

improvement
in:Python Interface

Companion roottest PR at https://github.com/root-project/roottest/pull/980 .

in:Python Interface

To check if this would fix the Ubuntu 24.10 builds.