root
root copied to clipboard
The official repository for ROOT: analyzing, storing and visualizing big data, scientifically
### Check duplicate issues. - [x] Checked for duplicates ### Description We have another regression in 6-36-00, where an exception is not raised anymore when trying to open a TTree...
Avoid unneeded artifacts in the library installation directory, in particular empty directories if the Python interfaces are installed in a directory other than the library installation directory. Motivated by: *...
Move the gradient-related methods from the `IGradientFunctionMultiDimTempl` to the `IBaseFunctionMultiDimTempl` base class, and the same for the 1D version. This makes the `IGradientFunction` classes pure "indicator" classes that indicate whether...
Try to avoid creation of many temporary files in source directory where macro is situated. Most significant drawback has on Windows when several files has to be moved or deleted...
Fedora 43 is not released yet, so it's marked as a special build. The reason why it's added to the CI already early is that it already provides Python 3.14,...
Disabling tests that fail on mac-beta ARM64
- const version of GetProjectedFieldsOfModel() - RPageSink::GetUnderlyingDirectory() These functionalities are needed in the RNTuple Attribute prototype (they are both Internal so there is no long-term implication of adding them). ##...
The bin computation in TAxis can suffer from floating-point uncertainties, returning bins such that this assertion breaks: ```c++ int bin = axis.FindBin(x); assert(axis.GetBinLowEdge(bin)
Full bug report is at https://bugs.gentoo.org/879323. Important part of the build log is below. ``` /usr/bin/cmake -E copy_if_different /var/tmp/portage/sci-physics/root-6.26.08/work/root-6.26.08/tutorials/tree/jets.C /var/tmp/portage/sci-physics/root-6.26.08/work/root-6.26.08_build/tutorials/tree/jets.C /var/tmp/portage/sci-physics/root-6.26.08/work/root-6.26.08/misc/minicern/src/zebra.f:767:72: error: type of -Werror=lto-type-mismatch][]] 767 | + ISTAT) |...
# This Pull request: ## Changes or fixes: The equality operator for ROOT histograms now compares the following properties: - Histogram type (including dimension). - Histogram kind. - Shape (number...