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. - [X] Checked for duplicates ### Description When using the [mold](https://github.com/rui314/mold) linker there is a segmentation fault when running `rootcling`, like here ``` [7643/9449] Generating G__RHTTP.cxx,...

bug

The connection check only makes sense for `fail-on-missing=OFF`, where the result is used to decide whether to download a missing dependency as a builtin from the internet, or to disable...

in:Build System

# This Pull request: ## Changes or fixes: Dear all. This pull request adds moving mean, moving median and mode to Root's TMath. I tried to update the documentation (https://root.cern/doc/v630/namespaceTMath.html)...

in:Math Libraries

# This Pull request: ## Changes or fixes: Dear All. This pull request adds gradient and Laplacian methods for arrays. These can be used to calculate one-dimensional first and second...

in:Math Libraries

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

### Check duplicate issues. - [ ] Checked for duplicates ### Description Hi root team, We are the ATLAS VHbbcc analysis team and we are testing with the new root...

bug
in:PyROOT
in:RooFit/RooStats

# This Pull request: Passing by const-reference can mean two constructions (once on the caller, once in the ctor using the TString copy ctor). Instead passing by value and using...

Change TFDatasets to TFGenerators. Add iteration with next() option. Return target and weights data in columns. Minor fixes.

in:TMVA

…to push ## Changes or fixes: Adding a call to vector.reserve() to RField.cxx in (almost) all cases where we know the exact number of elements pushed. Saves a bunch of...

# This Pull request: Update the distributed RDataFrame to use the HeadNode _localrdf to keep track of transform operations, and add the ability to call GetColumnNames on a NodeProxy object....