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

### Feature description https://root-forum.cern.ch/t/disable-jsroot-by-default-in-jupyter/ Now JSROOT is on by default, but for some applications users want to have it off by default. At the best as rootrc parameter ### Alternatives...

new feature

### Check duplicate issues. - [X] Checked for duplicates ### Description Hello all, It seems there is a bug in the TAxis::FindBin (Double_t x) method. When the joint script is...

bug

Moving the default constructor execution (`TClingCallFunc::ExecDefaultConstructor`) to JitCall seems relatively stable on my system (down to 2 failing tests). This PR is not intended to be merged, but to evaluate...

# This Pull request: ## Changes or fixes: ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary) This PR fixes #

pr:backport

In MathCore and Minuit there are warnings stemming from -Winconsistent-missing-override (like: 'Gradient' overrides a member function but is not marked 'override'). Applying the suggested fix doesn't work because the functions...

### Check duplicate issues. - [x] Checked for duplicates ### Description Calling RNTupleReader::GetView() for a column containing a type with a default template argument but using a full type name...

bug
in:RNTuple

# This Pull request: Adds a prototype implementation of SYCL support for standalone Cling. It works for standalone Cling, but is work in progress and is not ready for merge....

in:Cling

# This Pull request: ## Changes or fixes: Fixes https://its.cern.ch/jira/browse/ROOT-10807 ## Checklist: - [x] tested changes locally - [ ] updated the docs (if necessary)

# This Pull request: ## Changes or fixes: Fixes https://github.com/root-project/root/issues/13338 fyi @romainbqt ## Checklist: - [x] tested changes locally - [ ] updated the docs (if necessary)

### Explain what you would like to see improved and how. ROOT binary distributions don't always enable the `soversion` option even though it has always been recommended. https://github.com/root-project/root/blob/15f0275211ba50d36449d0be82d8f470dba834a1/cmake/modules/RootBuildOptions.cmake#L161 For instance,...

improvement
in:Build System