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

# This Pull request: Adds GenVectorX, a prototype implementation of SYCL support for 4-vectors operations. ## Checklist: To build, you need the flags: -Dexperimental_adaptivecpp -Dexperimental_genvectorx - [x] tested changes locally...

in:Math Libraries

This Pull request introduces wrappers to obfuscate backend-specific implementation details, distancing the storage layer functionality in `RPageStorageDaos` from the concrete backend in `RDaos` and `libdaos`. ## Changes or fixes: -...

improvement
in:RNTuple

### Description The UHI implementation of the [equality operator](https://github.com/root-project/root/blob/master/bindings/pyroot/pythonizations/python/ROOT/_pythonization/_uhi.py#L382) only compares the histogram type, binning and counts. ROOT histograms have way more properties, like drawing options, and even more crucially...

bug
affects:master
in:Python Interface
in:Hist
affects:6.36

When plotting an extended pdf (i.e. a pdf that also makes a prediction for the number of events) together with a RooFit dataset, users expect that the plotted pdf is...

improvement
good first issue
help wanted
in:RooFit/RooStats

# This Pull request: ## Changes or fixes: Adds `linSpace`, `logSpace`, and `arange` functions to `ROOT::VecOps` namespace ## Checklist: - [x] tested changes locally - [x] updated the docs (if...

### Explain what you would like to see improved and how. Hi, I am trying to debug a problem, (maybe in RDataFrame...) and I have built a dataframe from a...

improvement
in:RDataFrame

### Check duplicate issues. - [X] Checked for duplicates ### Description When a dictionary is generated for a library **target** called `foo`, whose `OUTPUT_NAME` is set to **bar**, `root_generate_dictionary` produces...

bug
in:Build System

*Ported over from JIRA (https://its.cern.ch/jira/browse/ROOT-7704), where there was already lots of discussion. See also the previous attempt in #5541* ## Original ticket Is it possibile to use lambda function created...

bug
in:Python Interface
JIRA