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

Checksum is now excluded from the on-disk representation and it's not stored in the anchor. This allows to leverage the ROOT I/O machinery for schema evolution rather than having to...

in:RNTuple

Re-opening [this PR](https://github.com/root-project/root/pull/15578) to check if the clad failures were real.

in:RDataFrame
clean build

update 6.32 release notes

Also apply clang-format to the involved files in the process. ## Changes or fixes: `RNTupleFileWriter::Recreate` and `RNTupleFileWriter::Append ` now return a `unique_ptr` rather than a raw pointer, to make it...

in:RNTuple

# This Pull request: Adds brief documentation to `R__ASSERT` and `R__CHECK` underlining how they do not get stripped in release mode (which might be unexpected for some users). Additionally, it...

in:Core Libraries

### Check duplicate issues. - [X] Checked for duplicates ### Description 10-20fold slowdown of running a particular ALICE event generation process, where the generator is compiled just-in-time from a ROOT...

bug

# This Pull request: Addition of FOAM tutorials into Python. ## Checklist: - [ yes ] tested changes locally - [ yes ] updated the docs (if necessary) - [...

# This Pull request: Replace the shebang with python for the python scripts under `main/python` ## Changes or fixes: Use `/usr/bin/env python` as it is done everywhere else in ROOT...

in:PyROOT

# This Pull request: Adds the Physics Tutorial into Python. ## Checklist: - [ yes ] tested changes locally - [ yes ] updated the docs (if necessary) - [...