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

### 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...

bug

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: *...

in:Build System
clean build

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...

in:Math Libraries

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...

affects:master
in:Build System
in:Testing

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,...

in:CI

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). ##...

in:RNTuple

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) |...

bug

# 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...

improvement
in:Python Interface