root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
# This Pull request: Implements the Range ONNX Operator ## Checklist: - [X] tested changes locally - [ ] updated the docs (if necessary)
# This Pull request: Implemented the TopK ONNX Operator with the corresponding tests ## Checklist: - [ ] tested changes locally - [ ] updated the docs (if necessary)
# This Pull request: implements the Where ONNX Operator. ## Checklist: - [X] tested changes locally
Don't use the Debug, Release, ... subdirs for gtest This PR fixes https://github.com/root-project/root/issues/9354
### Feature description This was requested by @TomasDado, and is indeed a feature that is not available in RooFit yet. The motivation is that nowadays, fits with the same dataset...
**This was formerly [JIRA ROOT-10021](https://its.cern.ch/jira/browse/ROOT-10021), moved on request by @YanzhaoW** Configured with clang master, and {{-Dlibcxx=ON}}. I have to disable several things due to C++ abi incompatibilities. These are the...
# This Pull request: ## Changes or fixes: Adds a `Cov` method to compute covariance matrices, as the title says :) ## Checklist: - [x] tested changes locally - [...
### Check duplicate issues. - [ ] Checked for duplicates ### Description Jitting from multithreaded code in some circumstances triggers an assertion in Cling: ``` root/interpreter/cling/lib/Interpreter/IncrementalParser.cpp:513: IncrementalParser::ParseResultTransaction cling::IncrementalParser::endTransaction(Transaction *): Assertion...
**Moved from [JIRA ROOT 10150](https://its.cern.ch/jira/browse/ROOT-10150) because it is tightly related to other GitHub issues and pull requests** When using TInterpreter to just-in-time compile C++ code, it seems that namespaces are...
### Check duplicate issues. - [ ] Checked for duplicates ### Description `ROOT::Experimental::RHistEngine::Scale(double)` must not be called for integral bin content types. This is enforced with a `static_assert`, but it...