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 the Shape ONNX Operator with the corresponding unit tests ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary)...

# This Pull request: ## Changes or fixes: Adds an option to the `ROOT_STANDARD_LIBRARY_PACKAGE` macro to allow renaming libraries with sub-optimal names (e.g. libGui). On install, it will symlink from...

The previous cling patches wraps `DeferredDeclsToEmit(vector)` into a struct that contains a `llvm::GlobalVlaue`, but it seems that this field is useless and can be dropped. I have tested this patch...

Given: ```python ROOT.gInterpreter.Declare(""" struct MyFunctor { bool operator()(int run) { return run > 0; }; }; """) df = ROOT.RDataFrame(10).Define("x", "42") ``` this works fine: ```python df.Define("y", ROOT.MyFunctor(), ["x"]) ```...

bug
in:PyROOT
affects:6.24
affects:6.26

This patch reduces the code bloat in TClingCallFunc trying to make the code more readable. cc: @sudo-panda

### Describe the bug RDataFrame constructed within a function with a TChain becomes inaccessible when returned, unless TChain is returned with it (segfault occurs). ### Expected behavior RDataFrame constructed with...

bug
in:RDataFrame

While preparing another PR, I noticed various flaws with the RooLagrangianMorphFunc that need to be fixed by someone who is more familiar with this class, like @rahulgrit: - [x] There...

bug
in:RooFit/RooStats

Create a new type of merging, a special case when the histogram has an axis with label and the other axis is numeric and different but compatible. A new test...

This could be a useful thing to have around for internal use. For example, this could enable in distrdf creating directly an RDF object in the headnode, then querying the...

This PR adds support for parsing activation functions like Softmax, LeakyRelu and Tanh in SOFIE Keras parser.