Skip to content

Commit

Permalink
[RN] Further refine text
Browse files Browse the repository at this point in the history
  • Loading branch information
dpiparo committed May 26, 2024
1 parent 31ca032 commit 627b7d0
Showing 1 changed file with 38 additions and 29 deletions.
67 changes: 38 additions & 29 deletions README/ReleaseNotes/v632/index.md
Original file line number Diff line number Diff line change
@@ -1,44 +1,73 @@
% ROOT Version 6.32 Release Notes
% 2023-10-10
% 2024-05-26
<a name="TopOfPage"></a>

## Introduction

ROOT version 6.32/00 is scheduled for release around May 2024.
ROOT version 6.32.00 was released on 28 May 2024.
This release is a long term support one, ideal for inclusion in production or
data taking software stacks of experiments.

For more information, see:

[http://root.cern](http://root.cern)

The following people have contributed to this new version:

Anton Alkin, Sungkyunkwan University\
Guilherme Amadio, CERN/IT,\
Abhigyan Acherjee, University of Cincinnati,\
Bertrand Bellenot, CERN/EP-SFT,\
Jakob Blomer, CERN/EP-SFT,\
Rene Brun,\
Carsten Burgard, DESY\
Will Buttinger, RAL,\
Philippe Canal, FNAL,\
Jolly Chen, CERN/EP-SFT,\
Olivier Couet, CERN/EP-SFT,\
Marta Czurylo, CERN/EP-SFT,\
Monica Dessole, CERN/EP-SFT,\
Mattias Ellert, Uppsala University,\
Gerri Ganis, CERN/EP-SFT,\
Florine de Geus, CERN/ATLAS,\
Florine de Geus, CERN/University of Twente,\
Andrei Gheata, CERN/EP-SFT,\
Enrico Guiraud, CERN/EP-SFT and Princeton,\
Bernhard Manfred Gruber,\
Enrico Guiraud,
Jonas Hahnfeld, CERN/EP-SFT,\
Akeem Hart, Queen Mary University of London/DUNE and MINERvA,\
Fernando Hueso Gonzalez, University of Valencia\
Attila Krasznahorkay, CERN/EP-ADP-OS,\
Wim Lavrijsen, LBL,\
Dennis Klein, GSI,\
Christoph Langenbruch, Heidelberg University/LHCb,\
Sergey Linev, GSI,\
Javier Lopez-Gomez,\
Pere Mato, CERN/EP-SFT,\
Alaettin Serhan Mete, Argonne,\
Thomas Madlener, DESY,\
Lorenzo Moneta, CERN/EP-SFT,\
Alja Mrak Tadel, UCSD/CMS,\
Axel Naumann, CERN/EP-SFT,\
Dante Niewenhuis, VU Amsterdam\
Luis Antonio Obis Aparicio, University of Zaragoza,
Ianna Osborne, Princeton University,\
Vincenzo Eduardo Padulano, CERN/EP-SFT,\
Danilo Piparo, CERN/EP-SFT,\
Fons Rademakers, CERN/IT,\
Jonas Rembser, CERN/EP-SFT,\
Andrea Rizzi, University of Pisa,\
Andre Sailer, CERN/EP-SFT,\
Garima Singh, ETH,\
Juraj Smiesko, CERN/RCS-PRJ-FC,
Pavlo Svirin, National Technical University of Ukraine,\
Maciej Szymanski, Argonne,\
Christian Tacke, Darmstadt University,\
Matevz Tadel, UCSD/CMS,\
Alvaro Tolosa Delgado, CERN/RCS-PRJ-FC,\
Devajith Valaparambil Sreeramaswamy, CERN/EP-SFT,\
Peter Van Gemmeren, Argonne,\
Vassil Vassilev, Princeton/CMS,\
Wouter Verkerke, NIKHEF/ATLAS,
Stefan Wunsch

## Deprecation and Removal
- The RooFit legacy iterators are deprecated and will be removed in ROOT 6.34 (see section "RooFit libraries")
Expand All @@ -53,6 +82,7 @@ The following people have contributed to this new version:

## Core Libraries

The Cling interpreter now relies on LLVM version 16.

## I/O Libraries

Expand Down Expand Up @@ -111,8 +141,6 @@ Please, report any issues regarding the above mentioned features should you enco
- Print a warning when the range given to `TAxis::SetRange` is invalid.
- Fix projection name in `TH3` as requested [here](https://root-forum.cern.ch/t/project3d-letter-d-in-name-option/57612).
## Math Libraries
## Parallelism
- The ROOT::Experimental::TFuture template has been removed.
Expand Down Expand Up @@ -316,23 +344,9 @@ and a factor 2.5 in memory decrease. This improvement is transparent for `RDataF

* Update version of RenderCore to fix tone mapping of transparent objects.

## Geometry Libraries


## Database Libraries


## Networking Libraries


## GUI Libraries


## Montecarlo Libraries


## PROOF Libraries

By default, PROOF is not configured and built any more. It will be deprecated in the future given that its functionality is now provided by the superior RDataFrame and its distributed version, [DistRDF](https://root.cern/doc/master/classROOT_1_1RDataFrame.html#distrdf).

## PyROOT

Expand Down Expand Up @@ -431,15 +445,8 @@ are now just the ones automatically produced by cmake (see https://cmake.org/cma
Many implementation details of the ROOT pythonizations were moved from C++ functions to pure Python bindings using the
public cppyy API. This helps in the integration with the tool but also improves code efficiency and memory usage.

## Language Bindings


## JavaScript ROOT


## Tutorials


## Class Reference Guide

- Define missing doxygen groups.
Expand All @@ -464,4 +471,6 @@ public cppyy API. This helps in the integration with the tool but also improves

## Build, Configuration and Testing Infrastructure

Release v6.32.00 is the first one integrated and tested entirely through the new GitHub based build system.


0 comments on commit 627b7d0

Please sign in to comment.