root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
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...
Re-opening [this PR](https://github.com/root-project/root/pull/15578) to check if the clad failures were real.
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...
# 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...
### 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...
# 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...
# This Pull request: Adds the Physics Tutorial into Python. ## Checklist: - [ yes ] tested changes locally - [ yes ] updated the docs (if necessary) - [...