Vincenzo Eduardo Padulano

Results 69 issues of Vincenzo Eduardo Padulano

### Explain what you would like to see improved and how. From https://its.cern.ch/jira/browse/ROOT-5157 Chapter on schema evolution support needs to be added to the Users' Guide. For example bases in...

improvement
fixathon

pr:backport
in:RDataFrame

Since they are only available for Define and Filter operations, the functionality is not ready yet for wider use.

pr:backport
in:RDataFrame

### Describe the bug Insertion of a tuple into a vector seems to be buggy on the Python side ```py >>> import ROOT >>> a = ROOT.std.vector('tuple')(2) >>> b =...

bug
in:PyROOT

~~Situation should be better but there may be still some leftover issues.~~ All issues should now be fixed, the PR is ready for review!

in:RDataFrame

Systems with older versions of glibc do not have modern functions to get cryptographically secure random numbers. Introduce a fallback to using `/dev/urandom` in such cases. A notable example is...

in:Core Libraries

Fixes https://github.com/root-project/root/issues/14579

If a user is searching for a specific feature tutorial, starting from the front page the path is: Get Started --> Code Examples --> "These" link in the middle of...

In the jitted version of the `Vary` transformation a node is allocated on the heap and its address is passed down to the function `JitVariationHelper`, which is also responsible for...

in:RDataFrame