Skip to content

Commit e879ba6

Browse files
committed
Add release 6.36.00
1 parent 24bb47e commit e879ba6

2 files changed

Lines changed: 130 additions & 1 deletion

File tree

_releases/release-63212.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: releases
33
version: 6.32.12
44
release_date: 2025-04-8
5-
state: latest
5+
state:
66

77
toc: true
88
toc_sticky: true

_releases/release-63600.md

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
---
2+
layout: releases
3+
version: 6.36.00
4+
release_date: 2025-05-25
5+
state: latest
6+
7+
toc: true
8+
toc_sticky: true
9+
sidebar:
10+
nav: "releases"
11+
---
12+
13+
14+
## Release Notes
15+
16+
The release notes for this release can be found [here](https://root.cern/doc/v636/release-notes.html#release-6.36.00).
17+
18+
Highlights:
19+
20+
🐍 Python Interface
21+
* Unified Histogram Interface (UHI): ROOT histograms now implement UHI ,enhancing interoperability with external python libraries for plotting and enabling pythonic indexing and slicing for histogram manipulation - see the doc here!
22+
* The interoperability of ROOT and NumPy arrays was enhanced in many areas.
23+
24+
💾 RNTuple
25+
* The RNTuple core API moved from experimental to production, out of the Experimental namespace, and the RNTuple libraries are now always built with ROOT (i.e., no need to explicitly enable the root7 build option anymore). User code using the production API will now benefit from ROOT's regular API stability.
26+
* Production classes include the RNTupleReader and RNTupleWriter, and associated classes. Some advanced classes, such as the RNTupleParallelWriter, will be moved to production in a later release.
27+
28+
📚 Documentation
29+
* A veritable Tutorials Renovation Campaign took place: it is now more intuitive to navigate through the individual parts of the ROOT tutorials, our collection of code examples. Some tutorials were added to showcase the new features, some were modernized to modern C++ standards and some were moved to the legacy folder.
30+
31+
📈 RDataFrame
32+
* Local and distributed APIs are now made uniform, and the distributed RDataFrame module is out of the Experimental namespace 🥳
33+
* RNTuple processing has been improved with automatic conversion of collection types to the ergonomic ROOT::RVec, and you can now save the modified RNTuple with Snapshot
34+
* Many improvements to the well-known RDataFrame functionalities were added, including parsing of CSV files, Display, Report, AsNumpy, reading pandas dataframes and numpy arrays.
35+
36+
📊 RooFit
37+
* Creating HistFactory models from many histograms is up to an order of magnitude faster. In an ATLAS example, the workspace creation time went from 15 minutes to 1:30 minutes!
38+
* Automatic differentiation, powered by Clad, is transparently available to users, providing improved numerical stability as well as much more runtime performance.
39+
40+
🧑‍💻 C++ Interpreter
41+
* Existing code can now be interpreted and just-in-time compiled according to the C++23 standard for the platforms that support it.
42+
43+
As previously announced, the 6.36 cycle supersedes the STS 6.34 one, which will be stopped in June.
44+
45+
46+
## Binary distributions
47+
48+
Instead of manually downloading this binary, please explore first whether your [package manager](../../install/#install-via-a-package-manager){:target="\_blank"} already provides this version.
49+
This way, you will automatically keep up-to-date with the latest stable versions with no manual maintenance on your side.
50+
51+
| Platform | Files | Size |
52+
|-----------|-------|-----|
53+
| Almalinux 8.10 | [root_v6.36.00.Linux-almalinux8.10-x86_64-gcc8.5.tar.gz](https://root.cern/download/root_v6.36.00.Linux-almalinux8.10-x86_64-gcc8.5.tar.gz) | 276M |
54+
| Almalinux 9.5 | [root_v6.36.00.Linux-almalinux9.5-x86_64-gcc11.5.tar.gz](https://root.cern/download/root_v6.36.00.Linux-almalinux9.5-x86_64-gcc11.5.tar.gz) | 297M |
55+
| Debian 12 | [root_v6.36.00.Linux-debian12-x86_64-gcc12.2.tar.gz](https://root.cern/download/root_v6.36.00.Linux-debian12-x86_64-gcc12.2.tar.gz) | 283M |
56+
| Fedora 41 | [root_v6.36.00.Linux-fedora41-x86_64-gcc14.2.tar.gz](https://root.cern/download/root_v6.36.00.Linux-fedora41-x86_64-gcc14.2.tar.gz) | 304M |
57+
| Fedora 42 | [root_v6.36.00.Linux-fedora42-x86_64-gcc15.1.tar.gz](https://root.cern/download/root_v6.36.00.Linux-fedora42-x86_64-gcc15.1.tar.gz) | 304M |
58+
| Ubuntu 22.04 | [root_v6.36.00.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz](https://root.cern/download/root_v6.36.00.Linux-ubuntu22.04-x86_64-gcc11.4.tar.gz) | 287M |
59+
| Ubuntu 24.04 | [root_v6.36.00.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz](https://root.cern/download/root_v6.36.00.Linux-ubuntu24.04-x86_64-gcc13.3.tar.gz) | 283M |
60+
| Ubuntu 25.04 | [root_v6.36.00.Linux-ubuntu25.04-x86_64-gcc14.2.tar.gz](https://root.cern/download/root_v6.36.00.Linux-ubuntu25.04-x86_64-gcc14.2.tar.gz) | 286M |
61+
| macOS 13.7 arm64 Xcode 15 | [root_v6.36.00.macos-13.7-arm64-clang150.pkg](https://root.cern/download/root_v6.36.00.macos-13.7-arm64-clang150.pkg) | 409M |
62+
| macOS 13.7 arm64 Xcode 15 | [root_v6.36.00.macos-13.7-arm64-clang150.tar.gz](https://root.cern/download/root_v6.36.00.macos-13.7-arm64-clang150.tar.gz) | 269M |
63+
| macOS 14.7 x86_64 Xcode 16 | [root_v6.36.00.macos-14.7-x86_64-clang160.pkg](https://root.cern/download/root_v6.36.00.macos-14.7-x86_64-clang160.pkg) | 439M |
64+
| macOS 14.7 x86_64 Xcode 16 | [root_v6.36.00.macos-14.7-x86_64-clang160.tar.gz](https://root.cern/download/root_v6.36.00.macos-14.7-x86_64-clang160.tar.gz) | 291M |
65+
| macOS 15.5 arm64 Xcode 17 | [root_v6.36.00.macos-15.5-arm64-clang170.pkg](https://root.cern/download/root_v6.36.00.macos-15.5-arm64-clang170.pkg) | 436M |
66+
| macOS 15.5 arm64 Xcode 17 | [root_v6.36.00.macos-15.5-arm64-clang170.tar.gz](https://root.cern/download/root_v6.36.00.macos-15.5-arm64-clang170.tar.gz) | 290M |
67+
| Windows Visual Studio 2022 32-bit x86 | [root_v6.36.00.win32.python311.vc17.exe](https://root.cern/download/root_v6.36.00.win32.python311.vc17.exe) | 124M |
68+
| Windows Visual Studio 2022 32-bit x86 (release with debugging information) | [root_v6.36.00.win32.python311.vc17.relwithdebinfo.exe](https://root.cern/download/root_v6.36.00.win32.python311.vc17.relwithdebinfo.exe) | 341M |
69+
| Windows Visual Studio 2022 32-bit x86 (release with debugging information) | [root_v6.36.00.win32.python311.vc17.relwithdebinfo.zip](https://root.cern/download/root_v6.36.00.win32.python311.vc17.relwithdebinfo.zip) | 535M |
70+
| Windows Visual Studio 2022 32-bit x86 | [root_v6.36.00.win32.python311.vc17.zip](https://root.cern/download/root_v6.36.00.win32.python311.vc17.zip) | 167M |
71+
| Windows Visual Studio 2022 64-bit x64 | [root_v6.36.00.win64.python311.vc17.exe](https://root.cern/download/root_v6.36.00.win64.python311.vc17.exe) | 128M |
72+
| Windows Visual Studio 2022 64-bit x64 (release with debugging information) | [root_v6.36.00.win64.python311.vc17.relwithdebinfo.exe](https://root.cern/download/root_v6.36.00.win64.python311.vc17.relwithdebinfo.exe) | 352M |
73+
| Windows Visual Studio 2022 64-bit x64 (release with debugging information) | [root_v6.36.00.win64.python311.vc17.relwithdebinfo.zip](https://root.cern/download/root_v6.36.00.win64.python311.vc17.relwithdebinfo.zip) | 554M |
74+
| Windows Visual Studio 2022 64-bit x64 | [root_v6.36.00.win64.python311.vc17.zip](https://root.cern/download/root_v6.36.00.win64.python311.vc17.zip) | 174M |
75+
76+
## Source distribution
77+
78+
| Platform | Files | Size |
79+
|-----------|-------|-----|
80+
| source | [root_v6.36.00.source.tar.gz](https://root.cern/download/root_v6.36.00.source.tar.gz) | 195M |
81+
82+
83+
## Installations in CVMFS
84+
85+
Standalone installations with minimal external dependencies are available at:
86+
~~~
87+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.36.00/arm64-mac155-clang170-opt
88+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.36.00/x86_64-almalinux8.10-gcc85-opt
89+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.36.00/x86_64-almalinux9.5-gcc115-opt
90+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.36.00/x86_64-debian12-gcc122-opt
91+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.36.00/x86_64-fedora41-gcc142-opt
92+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.36.00/x86_64-fedora42-gcc151-opt
93+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.36.00/x86_64-mac147-clang160-opt
94+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.36.00/x86_64-ubuntu22.04-gcc114-opt
95+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.36.00/x86_64-ubuntu24.04-gcc133-opt
96+
/cvmfs/sft.cern.ch/lcg/app/releases/ROOT/6.36.00/x86_64-ubuntu25.04-gcc142-opt
97+
~~~
98+
99+
100+
## Git
101+
102+
The entire ROOT source can be obtained from our public Git repository:
103+
104+
~~~
105+
git clone https://github.com/root-project/root.git
106+
~~~
107+
The release specific tag can be obtained using:
108+
~~~
109+
cd root
110+
git checkout -b v6-36-00 v6-36-00
111+
~~~
112+
113+
See [instructions to build from source](../../install/#build-from-source){:target="\_blank"}.
114+
115+
## Windows
116+
117+
Windows 10/7/... are supported. We offer two packaging types:
118+
119+
* **exe**: a regular Windows installer package also setting up the required environment variables. With uninstall via "Control Panel" / "Add or Remove Programs". Simply download and start. You can double-click ROOT to run it; ROOT files get registered with Windows.
120+
* **tar**: unpack e.g. with [7zip](https://www.7-zip.org). Start ROOT in a Microsoft Visual Studio Prompt (in Start / Programs / Microsoft Visual Studio / Tools). If you installed ROOT to `C:\root` then call `C:\root\bin\thisroot.bat` before using ROOT to set up required environment variables. Call instead `thisroot.ps1` if you run from a `powershell` (the default terminal in Visual Studio Code).
121+
122+
### Important installation notes
123+
124+
* You must download the binary built with the exact same version of Visual Studio (and Python) than the one installed on your system.
125+
* Don't forget to select the component “Desktop development with C++" when running the Visual Studio Installer.
126+
* Do not untar in a directory with a name containing blank characters.
127+
* Take the release version if performance matters.
128+
* If you want to debug your code you need the ROOT debug build (you cannot mix release / debug builds due to a Microsoft restriction).
129+

0 commit comments

Comments
 (0)