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

### Feature description As C++20 goes mainstream, there are many reasons to start using C++20 modules in a non-ROOT context to provide well-designed and encapsulated APIs. Generated module files are...

new feature
in:Cling
in:Dictionaries

See https://root-forum.cern.ch/t/tformula-getexpformula-parameter-rounding/50232

bug

The function `TH1::GetQuantile` is not returning in some case the correct result. There is already this JIRA issue open: https://sft.its.cern.ch/jira/browse/ROOT-8085 and not it is reported that gives wrong values for...

bug
in:Math Libraries

### Check duplicate issues. - [X] Checked for duplicates ### Description If TF1::DrawCopy() is used to draw the function, all axis settings (which are stored in histogram) are lost. ###...

bug
in:Graphics

### Check duplicate issues. - [ ] Checked for duplicates ### Description `Cling` is not seeing of the content of `math.h` on MacOS. ### Reproducer With the file header.h ```...

bug
in:Cling

pr:backport
pr:emergency🚨

Fixes https://github.com/root-project/root/issues/15643

Add the physical column ID to the error message shown when a different compression setting than expected is encountered. This should help in locating potential bugs/mistakes.

in:RNTuple

Implement and use a thread-safe container for caching strings that are created and used in the computation graph. Notably, these include the strings representing column names generated by `Define`. This...

in:RDataFrame
pr:emergency🚨

This PR fixes #15617, where the number of files is incorrectly returned by `RInterfaceBase`/`RDFDescription` for RDF's constructed from an `RDataSource`. It involves the addition of `GetNFiles` to the public interface...

bug
in:RDataFrame