Skip to content

Commit

Permalink
[DF] Update RDF 6.32 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
vepadulano committed Jan 15, 2024
1 parent e1c3625 commit 5f3bbfd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README/ReleaseNotes/v632/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ The following people have contributed to this new version:
Lorenzo Moneta, CERN/EP-SFT,\
Alja Mrak Tadel, UCSD/CMS,\
Axel Naumann, CERN/EP-SFT,\
Vincenzo Padulano, CERN/EP-SFT,\
Vincenzo Eduardo Padulano, CERN/EP-SFT,\
Danilo Piparo, CERN/EP-SFT,\
Fons Rademakers, CERN/IT,\
Jonas Rembser, CERN/EP-SFT,\
Expand Down Expand Up @@ -178,6 +178,10 @@ Instantiating the following classes and even including their header files is dep

Please use the higher-level functions `RooAbsPdf::createNLL()` and `RooAbsPdf::createChi2()` if you want to create objects that represent test statistics.

## RDataFrame

* The RDataFrame constructor that takes an input file name (or file glob) will now infer the format of the dataset, either TTree or RNTuple, that is stored in that input file. This automatic inference further contributes towards a zero-code-change experience when moving from processing a TTree to processing an RNTuple dataset while using an RDataFrame. It also introduces a backwards-incompatible behaviour, i.e. now the constructor needs to open one file in order to infer the dataset type. This means that if the file does not exist, the constructor will throw an exception. Previously, an exception would be thrown only at a JIT-ting time, before the start of the computations.

## 2D Graphics Libraries


Expand Down

0 comments on commit 5f3bbfd

Please sign in to comment.