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. - [ ] Checked for duplicates ### Description It is not clear what `root macro_C.so` does. It should be documented in these places: - [ ]...

bug

In the FitFCN/SetFCN functions use a flag for the fit type instead of passing a boolean for the chi2 fit. The flag is by default 0 (undefined type), but can...

### Check duplicate issues. - [X] Checked for duplicates ### Description Running `rootn.exe` from ROOT 6.30.04 should bring up the ROOT prompt, but instead crashes instantly on startup. It works...

bug

# This Pull request: ## Changes or fixes: Calling `AsNumpy` on a dataframe (python api) now read `RVec` entries and `std::vector` as `numpy.ndarray` of the corresponding type. The implementation should...

in:PyROOT

Upstream moved away from manually declaring `*def` and `*inc` files. These are now auto-generated with tablegen. This patch does the same for cling, making it easier to rebase and maintain....

### Explain what you would like to see improved and how. This a catch-all issue where to collect ideas for future tests, that usually appear while solving an issue, but...

improvement
good first issue

This is currently the only tutorial calling `RCanvas::SaveAs()` and it fails very often (more than 90% of the time) on fedora38 and fedora39 since the last update of chromium.

### Explain what you would like to see improved and how. See https://github.com/root-project/root/pull/14627#issuecomment-1953632146 ### ROOT version Any ### Installation method Any ### Operating system Any ### Additional context _No response_

improvement
in:I/O

This is a backport of some RooFit PRs that were recently merged to master to v6-30-00-patches: - Related to https://github.com/root-project/root/issues/13458. Link to the previous backport PR: https://github.com/root-project/root/pull/14407

pr:backport
in:RooFit/RooStats

At the moment, `push` workflows pass `--base_ref master` to `build_root.py`. This means that they may actually pick up a later commit (= the current commit on the branch) at the...

in:Build System