root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
# This Pull request: ## Changes or fixes: Fixes https://root-forum.cern.ch/t/bug-or-feature-in-ttree-draw/62862 Rounding issue reproducer:: `TH1F h("h","h", 100, -1000, 1e31*std::nextafter(float(0),INFINITY)); h.Fill(-999); h.Fill(0); h.GetBinContent(100)` changing to 1e32 makes it work. It comes down...
### Check duplicate issues. - [x] Checked for duplicates ### Description In my project I using `RooAbsData::RealSpans` and further move the contets into numpy. I've observed that dev3 slot of...
I've commented or deleted most of the backward pass since I am certain it was implemented incorrectly (I believe that we have discussed that I had issues with it for...
### Check duplicate issues. - [x] Checked for duplicates ### Description I have been trying to turn `runtime_cxxmodules` ON in Spack (https://github.com/spack/spack/pull/50432) and I have found that when building with...
# This Pull request: ## Changes or fixes: Fixes https://its.cern.ch/jira/browse/ROOT-5002 ## Checklist: - [x] tested changes locally - [ ] updated the docs (if necessary)
### Check duplicate issues. - [ ] Checked for duplicates ### Description Assigning a numpy array to a std vector leaks memory. The attached script starts with 600 MB memory...
### Check duplicate issues. - [X] Checked for duplicates ### Description Getting access to protected data members when inheriting from a C++ stopped working (for protected functions it still works)....
### Check duplicate issues. - [ ] Checked for duplicates ### Description Currently when we destroy ROOT and TCling we do not properly shut down llvm causing the llvm::ManagedStatics to...
### Check duplicate issues. - [ ] Checked for duplicates ### Description ROOT version 6.32.00 built for linuxx8664gcc breaks pythonized TChain access that worked in version 6.26/14 built for linuxx8664gcc....
### Check duplicate issues. - [ ] Checked for duplicates ### Description In (Py)ROOT 6.30.06 one can properly += (iadd) an array.array to an std.vector. In the current master, this...