Skip to content

PyRDF 0.2.1

Latest
Compare
Choose a tag to compare
@vepadulano vepadulano released this 07 Apr 12:39
· 16 commits to master since this release
70e6f4a

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 to const char* on the C++ side.