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

Backport of https://github.com/root-project/root/pull/15943

pr:backport
in:Notebooks
affects:6.32

# This Pull request: adds the possibility of requesting metrics in `RNTupleReadOptions`. Since one normally has to call `EnableMetrics()` on the RNTupleReader to start collecting metrics, it is currently not...

in:RNTuple

With this change, fields are only added to the `REntry` and read when they are referenced in the processor loop. This prevents unecessary reads of unused fields. It also makes...

in:RNTuple

### Check duplicate issues. - [ ] Checked for duplicates ### Description As well explained in this [forum post](https://root-forum.cern.ch/t/text-rendering-bug-related-to-tex-gyreheros-font-since-v6-32/60032), the Tex Gyre fonts put in action by this [PR](https://github.com/root-project/root/pull/14841) on...

bug

Implement two improvements to the RNTuple RDF scheduler for the multi-threaded case: 1. Files of a chain are opened in batches the background: while a batch of files (batch size...

in:RDataFrame
in:RNTuple

It will be central method to paint any primitive on specified pad. To support all kinds of old implementations in TObject class Paint() method will be implemented as: ``` void...

affects:master
in:Graphics

# This Pull request: uses `RNTuple::fMaxKeySize` to split any payload larger than that into multiple chunks, each backed by a TKey. These keys are then read back as a single...

in:RNTuple

The tag file generation was removed see https://github.com/root-project/web/issues/1007

should fix https://github.com/root-project/web/issues/1007

# This Pull request: Implements fast conservative Sparse Matrix Multiplication (SpMM), with remarkable savings in operation count and memory usage. ## Checklist: - [x] tested changes locally - [x] updated...

improvement
in:Math Libraries