Executive Release Notes
Minor release to adapt to latest changes in PyROOT.
Improvements
- Updated CI environments to use ROOT 6.20.
- Make sure all the arguments to the
RDataFrame
constructor are correctly passed to the workers in a Spark environment. Thanks to @watson-ij.
Bugfixes
- Force the use of python strings as arguments to PyROOT functions to avoid an impossible conversion from
std::string
toconst char*
on the C++ side.