root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Explain what you would like to see improved and how. The boolean template in `RNTupleView` steers whether or not the view is owned by the user. It would be...
See also this discussion here: https://github.com/root-project/root/pull/15812#issuecomment-2252107168 The PR #15812 introduced a direct dependency of `graf3d/gl` on TASImage, which is only built if `asimage=ON`. It would be better if the PNG...
The `ClingMMapper` must remain available until all `ClingMemoryManager`s are destructed, which is typically during shutdown of `IncrementalJIT`. This was not the case for the global object `MMapperInstance` that was introduced...
# This Pull request adds (see commits logs for more details) - TopK, Tile and Split operators - If operator and support for subgraphs by parsing them from ONNX and...
The PROOF interface in RooFit/RooStats didn't work anymore for a long time, so nobody will be suprised if this is removed.
PyROOT has many memory leaks, which is a major pain point for people using it for long-running scripts in batch jobs. One source of memory leaks was indentified to be...
As reported in the forum: https://root-forum.cern.ch/t/pyroot-cppyy-cant-find-the-correct-template-overload-function/49316 The following code fails to invoke a second overload of a function template: ```python import cppyy cppyy.cppdef(r"""\ class A{}; class B{}; template T foo1(A*...
### Explain what you would like to see improved I have a `c++` class with several constructors: MyClass(const std::string& configfilename); MyClass(const MyClass& other); I have python bindings for this class...
- [x] Checked for duplicates ### Describe the bug PyROOT is not able correctly resolve an `enum` when it is aliased in a struct. ### Expected behavior Giving a different...
``` rootcp tutorials/hsimple.root humm.root WARNING: omitting file 'tutorials/hsimple.root'. Did you forget to specify the -r option for a recursive copy? ``` seems like it would lead to an empty humm.root...