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

The following two fixes to the treatment of subfield names: - Ensure that subfields of compound types with numbered fields actually carry the field number as a name - Prevent...

in:RNTuple

### Explain what you would like to see improved and how. When I provide my cost function with an analytical Hessian, I would expect the same/equivalent behavior as for the...

improvement
in:Math Libraries

# This Pull request: ## Changes or fixes: Test for https://github.com/root-project/root/issues/14491 Closes https://github.com/root-project/root/issues/14491 ## Checklist: - [x] tested changes locally - [ ] updated the docs (if necessary)

pr:squash on merge
affects:master
in:Testing

This is used to ignore the corresponding argument during filling and support categorical axes in `RHist`.

in:Hist

There is no need to two separate executables anymore, but for backwards compatibility we keep `root.exe` and then `root` is a symbolic link to it.

clean build

As the classes are experimental, using the method will print a warning to inform the user. Note that this is only a first version, there are a couple of advanced...

in:RDataFrame
in:Hist

I'm encountering the following linker errors when building the latest Cling (https://github.com/root-project/cling/commit/4b670214d57433f11144e96ba5da7914becb3ec1) against LLVM 20 (https://github.com/root-project/llvm-project/commit/7c49650f1446898cb437657b36b867764ef93660) with MSVC 2022. Adding `orcdebugging` to the list of link components for libcling seemed...

Fixes https://github.com/root-project/root/issues/20572 @grasph would this change solve your issue?

pr:squash on merge