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

### Check duplicate issues. - [ ] Checked for duplicates ### Description From https://its.cern.ch/jira/browse/ROOT-4550 For TBuffer, one can set kIsOwner to false to ensure it doesn't delete the buffer passed...

bug
fixathon

### Explain what you would like to see improved It's hard to use TExecutor::MapReduce correctly, because the required signature of the reducer isn't mentioned in the documentation. ### Optional: share...

improvement
in:Documentation
fixathon

### Explain what you would like to see improved There is a class for multidimensional integration, [IntegratorMultiDim](https://root.cern/doc/master/classROOT_1_1Math_1_1IntegratorMultiDim.html). From that it's very hard to understand how to use that (in particular,...

improvement
in:Documentation
fixathon

### Check duplicate issues. - [ ] Checked for duplicates ### Description If RDF is created from the TTree which has a branch that has a non standard name, such...

bug
fixathon

### Explain what you would like to see improved and how. From https://its.cern.ch/jira/browse/ROOT-5157 Chapter on schema evolution support needs to be added to the Users' Guide. For example bases in...

improvement
fixathon

### Explain what you would like to see improved `df.AsNumpy(["vector_branch"])` produces a numpy array of `RVec` objects. Given that converting `RVec`s into numpy arrays is a zero-copy operation via `np.asarray`,...

improvement
in:RDataFrame
fixathon

### Is your feature request related to a problem? Please describe. Not a problem, just ease of use when processing e.g. a large array with a lot of entries in...

new feature
fixathon

### Check duplicate issues. - [X] Checked for duplicates ### Description If a code attempts to create a field in an RNTuple for a virtual object type, it rightfully fails,...

bug
fixathon

As per a request from @Nowakus, making `REntry::AddValue()` publicly accessible would be useful in some specific cases. @Nowakus could you please comment in this issue why (I cannot recall now)....

improvement
priority:default
in:RNTuple
fixathon

### Check duplicate issues. - [x] Checked for duplicates ### Description ROOT misbehaves when ASAN is enabled. Below different incarnation of the problem are illustrated: - [ ] root/io/bigevent, root/io/event,...

bug